index
:
Project-1CE/packages_modules_NetworkStack
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
android
/
net
/
dhcp
/
DhcpClient.java
Age
Commit message (
Expand
)
Author
2020-06-23
Injecting network ip provision stats into statsd
lifr
2020-06-09
Disable IPv6 stack when IPv6 provisioning is lost but IPv4 is still alive.
Treehugger Robot
2020-06-04
Merge "Shorten the timeout of DHCP INIT-REBOOT state." into rvc-dev
TreeHugger Robot
2020-06-04
Merge "Adjust the timeout parameters in DHCP client." into rvc-dev
TreeHugger Robot
2020-06-03
Shorten the timeout of DHCP INIT-REBOOT state.
Xiao Ma
2020-05-25
Enable DHCP INIT-REBOOT state on R.
Xiao Ma
2020-05-19
Adjust the timeout parameters in DHCP client.
Xiao Ma
2020-04-30
Fix the potential double transition in DhcpState#enter
Xiao Ma
2020-04-17
Merge "Fix the incorrect behaviour when receiving a mismatched renew lease." ...
TreeHugger Robot
2020-04-16
Renew previous IP address when roaming happens in certain specific Wi-Fi netw...
Xiao Ma
2020-04-16
Fix the incorrect behaviour when receiving a mismatched renew lease.
Treehugger Robot
2020-02-19
Add captive portal info to DhcpClient output
Remi NGUYEN VAN
2020-02-01
Notify IpClient DHCP process success before configuring Interface.
Xiao Ma
2020-01-20
Return actual payload (DHCPDISCOVER) bytes array when starting FILS.
Xiao Ma
2019-12-27
Merge "Provide RRO configuration to send DHCP client hostname option."
Xiao Ma
2019-12-27
Provide RRO configuration to send DHCP client hostname option.
Xiao Ma
2019-12-27
Read ARP timing properties from DeviceConfig appropriately.
Xiao Ma
2019-12-20
Add more integration test cases (timeout/abort/success) for DHCP FILS.
Xiao Ma
2019-12-11
Add Rapid Commit option support in DHCP Server side.
Xiao Ma
2019-12-09
Implement IPv4 address conflict detection and DHCPDECLINE.
Xiao Ma
2019-12-04
Add DHCP Rapid Commit FILS support.
Xiao Ma
2019-11-25
Notify IpClient DHCP process success when entering DHCP Bound State.
Xiao Ma
2019-11-08
Revert "Revert "Fix sll_protocol in DhcpClient packet socket""
Remi NGUYEN VAN
2019-11-06
Revert "Fix sll_protocol in DhcpClient packet socket"
Remi NGUYEN VAN
2019-11-06
Fix sll_protocol in DhcpClient packet socket
Remi NGUYEN VAN
2019-10-31
Merge "Remove hidden annotation usage from NetworkStack"
Remi NGUYEN VAN
2019-10-30
Separate the timeout behavior from PacketRetransmittingState class.
Xiao Ma
2019-10-30
Remove hidden annotation usage from NetworkStack
Remi NGUYEN VAN
2019-10-18
Refactor the ReceiveThread with PacketReader in DhcpClient.
Xiao Ma
2019-09-06
Update connectivity namespace definition
Chiachang Wang
2019-07-02
Add DHCP Rapid Commit option(RFC4039) support in client side.
Xiao Ma
2019-06-26
Remove unnecessary casts
Neil Fuller
2019-06-11
Add DHCP INIT-REBOOT state in DHCP client.
Xiao Ma
2019-04-17
Move TrafficStats tags for the network stack constants
Chalard Jean
2019-04-11
provide a resource overlay to configure customized DNS Server.
Xiao Ma
2019-04-03
Move attach*Filter() and addArpEntry() methods to NetworkStack
paulhu
2019-03-28
Merge "Fix message names in dumpsys network_stack"
Remi NGUYEN VAN
2019-03-27
Fix message names in dumpsys network_stack
Remi NGUYEN VAN
2019-03-26
Enable more logs for networking
Ruoyao Liu
2019-03-06
Fix SocketUtils API
Remi NGUYEN VAN
2019-01-30
Remove last NetworkStack usage of hidden APIs
Remi NGUYEN VAN
2019-01-28
Add hidden utils and constants to NetworkStack
Remi NGUYEN VAN
2019-01-23
Move IpClient to NetworkStack
Remi NGUYEN VAN