summaryrefslogtreecommitdiff
path: root/src/android/net/dhcp/DhcpClient.java
AgeCommit message (Expand)Author
2020-06-23Injecting network ip provision stats into statsdlifr
2020-06-09Disable IPv6 stack when IPv6 provisioning is lost but IPv4 is still alive.Treehugger Robot
2020-06-04Merge "Shorten the timeout of DHCP INIT-REBOOT state." into rvc-devTreeHugger Robot
2020-06-04Merge "Adjust the timeout parameters in DHCP client." into rvc-devTreeHugger Robot
2020-06-03Shorten the timeout of DHCP INIT-REBOOT state.Xiao Ma
2020-05-25Enable DHCP INIT-REBOOT state on R.Xiao Ma
2020-05-19Adjust the timeout parameters in DHCP client.Xiao Ma
2020-04-30Fix the potential double transition in DhcpState#enterXiao Ma
2020-04-17Merge "Fix the incorrect behaviour when receiving a mismatched renew lease." ...TreeHugger Robot
2020-04-16Renew previous IP address when roaming happens in certain specific Wi-Fi netw...Xiao Ma
2020-04-16Fix the incorrect behaviour when receiving a mismatched renew lease.Treehugger Robot
2020-02-19Add captive portal info to DhcpClient outputRemi NGUYEN VAN
2020-02-01Notify IpClient DHCP process success before configuring Interface.Xiao Ma
2020-01-20Return actual payload (DHCPDISCOVER) bytes array when starting FILS.Xiao Ma
2019-12-27Merge "Provide RRO configuration to send DHCP client hostname option."Xiao Ma
2019-12-27Provide RRO configuration to send DHCP client hostname option.Xiao Ma
2019-12-27Read ARP timing properties from DeviceConfig appropriately.Xiao Ma
2019-12-20Add more integration test cases (timeout/abort/success) for DHCP FILS.Xiao Ma
2019-12-11Add Rapid Commit option support in DHCP Server side.Xiao Ma
2019-12-09Implement IPv4 address conflict detection and DHCPDECLINE.Xiao Ma
2019-12-04Add DHCP Rapid Commit FILS support.Xiao Ma
2019-11-25Notify IpClient DHCP process success when entering DHCP Bound State.Xiao Ma
2019-11-08Revert "Revert "Fix sll_protocol in DhcpClient packet socket""Remi NGUYEN VAN
2019-11-06Revert "Fix sll_protocol in DhcpClient packet socket"Remi NGUYEN VAN
2019-11-06Fix sll_protocol in DhcpClient packet socketRemi NGUYEN VAN
2019-10-31Merge "Remove hidden annotation usage from NetworkStack"Remi NGUYEN VAN
2019-10-30Separate the timeout behavior from PacketRetransmittingState class.Xiao Ma
2019-10-30Remove hidden annotation usage from NetworkStackRemi NGUYEN VAN
2019-10-18Refactor the ReceiveThread with PacketReader in DhcpClient.Xiao Ma
2019-09-06Update connectivity namespace definitionChiachang Wang
2019-07-02Add DHCP Rapid Commit option(RFC4039) support in client side.Xiao Ma
2019-06-26Remove unnecessary castsNeil Fuller
2019-06-11Add DHCP INIT-REBOOT state in DHCP client.Xiao Ma
2019-04-17Move TrafficStats tags for the network stack constantsChalard Jean
2019-04-11provide a resource overlay to configure customized DNS Server.Xiao Ma
2019-04-03Move attach*Filter() and addArpEntry() methods to NetworkStackpaulhu
2019-03-28Merge "Fix message names in dumpsys network_stack"Remi NGUYEN VAN
2019-03-27Fix message names in dumpsys network_stackRemi NGUYEN VAN
2019-03-26Enable more logs for networkingRuoyao Liu
2019-03-06Fix SocketUtils APIRemi NGUYEN VAN
2019-01-30Remove last NetworkStack usage of hidden APIsRemi NGUYEN VAN
2019-01-28Add hidden utils and constants to NetworkStackRemi NGUYEN VAN
2019-01-23Move IpClient to NetworkStackRemi NGUYEN VAN