1. 97f69c2 Add getAvoidBadWifi system API by Remi NGUYEN VAN · 6 years ago
  2. 06adb08 Merge "Remove InterfaceController dependency on NMS" by Remi NGUYEN VAN · 6 years ago
  3. 491f535 Merge changes Ieef54d84,Ica3e88c2 by Remi NGUYEN VAN · 6 years ago
  4. 91c81c13 Merge "Add SystemApi utility for raw sockets." by Remi NGUYEN VAN · 6 years ago
  5. d1b51a3 Remove InterfaceController dependency on NMS by Remi NGUYEN VAN · 6 years ago
  6. c1c02dc Remove NetworkStack dependencies on hidden members by Remi NGUYEN VAN · 6 years ago
  7. 811f638 Add SystemApi utility for raw sockets. by Remi NGUYEN VAN · 6 years ago
  8. 94a0557 Add LinkProps and NetworkCaps methods to SystemApi by Remi NGUYEN VAN · 6 years ago
  9. 8586a43 Merge "Add NetworkStack metrics to system API" by Remi NGUYEN VAN · 6 years ago
  10. e7e9f2b Fix lint errors for moving IpClient to NetworkStack by Remi NGUYEN VAN · 6 years ago
  11. 60b9ad2 Merge "Add IIpClient API for IpClient" by Remi NGUYEN VAN · 6 years ago
  12. 7b84fb3 Add NetworkStack metrics to system API by Remi NGUYEN VAN · 6 years ago
  13. 79a6d5e Merge "Add fields used by NetworkStack to the API" by Remi NGUYEN VAN · 6 years ago
  14. 31f1d0c Add fields used by NetworkStack to the API by Remi NGUYEN VAN · 6 years ago
  15. c2c7ee1 Replace uses of libcore.io.SizeOf with X.BYTES. by Tobias Thierer · 6 years ago
  16. a5d31f5 Add IIpClient API for IpClient by Remi NGUYEN VAN · 6 years ago
  17. 6b0b2b7 Add stable AIDL parcelables for IIpClient API by Remi NGUYEN VAN · 6 years ago
  18. 4855a2e Add stable AIDL parcelables for LinkProperties by Remi NGUYEN VAN · 6 years ago
  19. e67b0c3 Move NetworkMonitor to NetworkStack by Remi NGUYEN VAN · 6 years ago
  20. 0e3d0923 Move DhcpServer to NetworkStack app by Remi NGUYEN VAN · 6 years ago
  21. 73105e11 Fix linter errors in IpServer and its dependencies by Remi NGUYEN VAN · 6 years ago
  22. 761198a Add parceling for DhcpServingParams by Remi NGUYEN VAN · 6 years ago
  23. 9d5e003 Merge "Replace InterfaceParams with ifName in DhcpServer" by Remi NGUYEN VAN · 6 years ago
  24. 155da48 Replace InterfaceParams with ifName in DhcpServer by Remi NGUYEN VAN · 6 years ago
  25. 04ed6a3 apf: Drop ARP reply if SPA is 0.0.0.0 by Aaron Huang · 6 years ago
  26. 785e5f1 Add an APF unit test to drop all packets in the pcap file by Aaron Huang · 6 years ago
  27. 2a52036 Merge "Remove unused imports of libcore.io.Libcore." by Treehugger Robot · 6 years ago
  28. 031dfa6 Remove unused import by Neil Fuller · 6 years ago
  29. 30ff7a0 Remove unused imports of libcore.io.Libcore. by Tobias Thierer · 6 years ago
  30. 3b12359 Merge "Send hostname and MTU options in DHCP ACK/OFFER" by Remi NGUYEN VAN · 6 years ago
  31. f90a92b Send hostname and MTU options in DHCP ACK/OFFER by Remi NGUYEN VAN · 6 years ago
  32. f5d65c5 Don't throw a NPE in SharedLog#e by Remi NGUYEN VAN · 6 years ago
  33. f8529dc Merge "Add ConnectivityManager.getConnectionOwnerUid()" by Jeffrey Vander Stoep · 6 years ago
  34. 0ac2c09 Add ConnectivityManager.getConnectionOwnerUid() by Jeff Vander Stoep · 6 years ago
  35. 8e492f8 Use IPv6 hop limit from upstream interface. by Erik Kline · 6 years ago
  36. 7a4ccc6 Initial rename to IpServer by Erik Kline · 6 years ago
  37. 95999bd Remove the last of the ResolvUtil uses by Erik Kline · 6 years ago
  38. 56fbfc0 Fix ConcurrentModificationException crash due to race in IpClient by Jacob Abrams · 6 years ago
  39. 666bb5c Merge "Try to set the hop limit to something suitable for 64share" by Treehugger Robot · 6 years ago
  40. 5b43cea Tighten up neighbor timers if IpReachabilityMonitor is in use by Erik Kline · 6 years ago
  41. abb7033 Try to set the hop limit to something suitable for 64share by Erik Kline · 6 years ago
  42. e1a1dcc Ignore DHCP discover and request w/ invalid giaddr by Remi NGUYEN VAN · 6 years ago
  43. 8975ab6 Send ciaddr in DHCP server ACK if set by client by Remi NGUYEN VAN · 6 years ago
  44. 9865cc1 Minor logging fixes for new DHCP server by Remi NGUYEN VAN · 6 years ago
  45. 6557a24 Fix DHCP options sent by DHCP server by Remi NGUYEN VAN · 6 years ago
  46. e59d031 Fix BOOTP fields for server-generated DHCP packets by Remi NGUYEN VAN · 6 years ago
  47. 397f811 Also copy-construct multinetwork policy preference by Erik Kline · 6 years ago
  48. ef7432f Merge "Ignore DHCP packet sent from non-68 client port" by Remi NGUYEN VAN · 6 years ago
  49. e3a0f42 Merge "Add DhcpServer" by Remi NGUYEN VAN · 6 years ago
  50. 80f3ddc Merge "Add varargs methods to build DhcpServingParams" by Remi NGUYEN VAN · 6 years ago
  51. b0762eb Ignore DHCP packet sent from non-68 client port by Remi NGUYEN VAN · 6 years ago
  52. a13007a Add DhcpServer by Remi NGUYEN VAN · 6 years ago
  53. a758720 Add varargs methods to build DhcpServingParams by Remi NGUYEN VAN · 6 years ago
  54. 18c144c Merge "IpClient: fix in InitialConfiguration validation." by Treehugger Robot · 6 years ago
  55. bd0cc31 Add a SharedLog method to log errors w/ stacktrace by Remi NGUYEN VAN · 6 years ago
  56. a420b57 Add DhcpServingParams by Remi NGUYEN VAN · 6 years ago
  57. 1885805 Add fields to DHCP packets for server use-case by Remi NGUYEN VAN · 6 years ago
  58. c1413d0 Add DHCP utils extracted from DhcpClient by Remi NGUYEN VAN · 6 years ago
  59. eca5b4e Add DhcpLeaseRepository by Remi NGUYEN VAN · 6 years ago
  60. d2cb322 Add codewiz@, reminv@ to OWNERS for connectivity by Remi NGUYEN VAN · 6 years ago
  61. 509c061 IpClient: fix in InitialConfiguration validation. by Hugo Benichi · 6 years ago
  62. de8eac9 Merge "Always close file descriptors" am: 26025a06ec by Erik Kline · 6 years ago
  63. 725e8f6 Always close file descriptors by Erik Kline · 6 years ago
  64. f415a67 Merge "Randomize the local Wifi IPv4 address" am: 13cb6084e2 am: 9c69afc86f by Erik Kline · 6 years ago
  65. 0f27eed Randomize the local Wifi IPv4 address by Erik Kline · 6 years ago
  66. a5b35c7 Merge "Send empty LinkProperties when entering StoppedState." am: 59ccf1041f by Erik Kline · 6 years ago
  67. c8cb0f7 Send empty LinkProperties when entering StoppedState. by Erik Kline · 7 years ago
  68. b19a838 Merge "Use AI_ADDRCONFIG for most DNS requests" by Remi NGUYEN VAN · 6 years ago
  69. a6085d1 Use AI_ADDRCONFIG for most DNS requests by Remi NGUYEN VAN · 6 years ago
  70. 37bef2a Use AI_ADDRCONFIG for most DNS requests by Remi NGUYEN VAN · 6 years ago
  71. ab30db7 apf: Add counters for dropped / passed packets by Bernie Innocenti · 6 years ago
  72. 40b4354 Add support for reading a snapshot of the APF data by Bernie Innocenti · 6 years ago
  73. 8d65db3 Disable APF memory clear on pre-APFv4 devices by Bernie Innocenti · 6 years ago
  74. c172c7d Add static IpClient logging by Erik Kline · 6 years ago
  75. 3f8306b Add static IpClient logging by Erik Kline · 6 years ago
  76. 3cc40ea apf: Add counters for dropped / passed packets by Bernie Innocenti · 6 years ago
  77. d324dce Fix CaptivePortalLoginActivity probes to bypass Private DNS by Erik Kline · 6 years ago
  78. 848d842 Fix CaptivePortalLoginActivity probes to bypass Private DNS by Erik Kline · 6 years ago
  79. deb145d Adjust APF interpreter tests to match APFv4 by Bernie Innocenti · 6 years ago
  80. bb2193b Add support for reading a snapshot of the APF data by Bernie Innocenti · 6 years ago
  81. 545d936 Adjust APF interpreter tests to match APFv4 by Bernie Innocenti · 6 years ago
  82. 408dbda Teach ApfGenerator about the new opcodes for accessing data memory by Bernie Innocenti · 6 years ago
  83. a9949e9 Teach ApfGenerator about the new opcodes for accessing data memory by Bernie Innocenti · 6 years ago
  84. d7375ac Support bluetooth not using MultinetworkPolicyTracker by Erik Kline · 6 years ago
  85. 8d1fe54 Support bluetooth not using MultinetworkPolicyTracker by Erik Kline · 6 years ago
  86. c43d2f5 Support bypassing TLS in the framework by Erik Kline · 6 years ago
  87. 2140529 Support bypassing TLS in the framework by Erik Kline · 6 years ago
  88. 5be71dc APF: drop multicast ICMPv6 while in doze mode by Bernie Innocenti · 6 years ago
  89. e2c70f8 APF: drop multicast ICMPv6 while in doze mode by Bernie Innocenti · 6 years ago
  90. 671547b Merge "Use InterfaceSet for upstream interfaces." into pi-dev by Remi NGUYEN VAN · 6 years ago
  91. 6c02f99 Use InterfaceSet for upstream interfaces. by Remi NGUYEN VAN · 6 years ago
  92. 51dab0e Merge "Relax APF version check in ApfGenerator" by Bernie Innocenti · 6 years ago
  93. 0bc4709 Relax APF version check in ApfGenerator by Bernie Innocenti · 6 years ago
  94. d6bf7ff Relax APF version check in ApfGenerator by Bernie Innocenti · 6 years ago
  95. 25a7e4f Use InterfaceSet for upstream interfaces. by Remi NGUYEN VAN · 6 years ago
  96. ea1b8bd Fail if the interface is not available when starting by Erik Kline · 6 years ago
  97. b152cd0 Fail if the interface is not available when starting by Erik Kline · 6 years ago
  98. c9055b6 Merge "Allow callers to synchronously block for shutdown" am: 9121322ce7 am: a49db4d080 by Erik Kline · 6 years ago
  99. ce194e0 Allow callers to synchronously block for shutdown by Erik Kline · 6 years ago
  100. bbab23f Frameworks: Annotate trivial @GuardedBy in services/ misc by Andreas Gampe · 7 years ago