1. 84151d9 Migrate frameworks/base/tests/testables and its users to androidx.test by Brett Chabot · 5 years ago
  2. 3ba6c0d Add hidden utils and constants to NetworkStack by Remi NGUYEN VAN · 5 years ago
  3. e88516f Move NetworkUtils used by NetworkStack by Remi NGUYEN VAN · 5 years ago
  4. 3c600a1 Move IpClient to NetworkStack by Remi NGUYEN VAN · 6 years ago[Renamed from tests/net/java/android/net/dhcp/DhcpPacketTest.java]
  5. f90a92b Send hostname and MTU options in DHCP ACK/OFFER by Remi NGUYEN VAN · 6 years ago
  6. 6557a24 Fix DHCP options sent by DHCP server by Remi NGUYEN VAN · 6 years ago
  7. 4a0c5d7 Migrate most of core networking tests to junit4 by Hugo Benichi · 7 years ago
  8. fa8a6f6 frameworks-test: adding missing @SmallTest by Hugo Benichi · 8 years ago
  9. ecc986d Move the connectivity tests to frameworks/base/tests/net. by Lorenzo Colitti · 8 years ago[Renamed from services/tests/servicestests/src/android/net/dhcp/DhcpPacketTest.java]
  10. 006e061 Reject DHCP packets with no magic cookie by Hugo Benichi · 8 years ago
  11. e0ea7fe Catch runtime exceptions when parsing DHCP packets by Hugo Benichi · 8 years ago
  12. 77fdf23 Honour the DHCP MTU option. by Lorenzo Colitti · 8 years ago
  13. 1d511ab Request vendor info option (43) to get metered hint by Erik Kline · 8 years ago
  14. f55c9c1 Don't crash if we get a DHCP packet with the wrong port. by Lorenzo Colitti · 8 years ago
  15. 6c7acb6 Add a test that checks the contents of DISCOVER packets. by Lorenzo Colitti · 9 years ago
  16. 025f4a5 Support DHCP replies with multiple default gateways. by Lorenzo Colitti · 9 years ago
  17. b19238c Accept DHCP responses from non-67 server source ports by Erik Kline · 9 years ago
  18. 496906e Improve logging of DHCP parse errors using exceptions. by Erik Kline · 9 years ago
  19. d64144a Don't crash on (invalid) hardware address lengths > 127. by Lorenzo Colitti · 9 years ago
  20. f28e62b Add a test for public bugs 2111 and 2136. by Lorenzo Colitti · 9 years ago
  21. b0b3d0b Fix two parsing bugs in new DHCP client. by Lorenzo Colitti · 9 years ago
  22. f68edb1 Actually fall back from yiaddr to ciaddr. by Lorenzo Colitti · 9 years ago
  23. d973537 Fix DHCP lease time parsing. by Lorenzo Colitti · 9 years ago
  24. 3e97932 Set the secs field in the BOOTP header. by Lorenzo Colitti · 9 years ago
  25. c2abb2b Deal with null characters in string options. by Lorenzo Colitti · 9 years ago