1. ea2f7a4 Merge "Reject DHCP packets with no magic cookie" into nyc-mr1-dev by Hugo Benichi · 8 years ago
  2. 69544fd Merge "Catch runtime exceptions when parsing DHCP packets" into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  3. 006e061 Reject DHCP packets with no magic cookie by Hugo Benichi · 8 years ago
  4. e0ea7fe Catch runtime exceptions when parsing DHCP packets by Hugo Benichi · 8 years ago
  5. d2ad8ec Ignore loss of IPv6 provisioning when not avoiding bad Wi-Fi. am: f11ee9f592 by Lorenzo Colitti · 8 years ago
  6. fdac9b6 Slightly simplify IpManager#compareProvisioning. am: b77b775213 by Lorenzo Colitti · 8 years ago
  7. d719d95 Conditionally accept loss of on-link IPv6 DNS servers am: 5b437d6ff9 by Erik Kline · 8 years ago
  8. 23cdacb Refactor "avoid bad wifi" logic into a utility class am: 065ab6ee40 by Erik Kline · 8 years ago
  9. f11ee9f Ignore loss of IPv6 provisioning when not avoiding bad Wi-Fi. by Lorenzo Colitti · 8 years ago
  10. b77b775 Slightly simplify IpManager#compareProvisioning. by Lorenzo Colitti · 8 years ago
  11. 5b437d6 Conditionally accept loss of on-link IPv6 DNS servers by Erik Kline · 8 years ago
  12. 065ab6e Refactor "avoid bad wifi" logic into a utility class by Erik Kline · 8 years ago
  13. c3eec4f Support triggering confirmConfiguration() via dumpsys by Erik Kline · 8 years ago
  14. 8ec1dc8 Handle more commands in StoppingState by Erik Kline · 8 years ago
  15. 7d21eae ApfFilter: take into account IPv4 subnet prefix by Hugo Benichi · 8 years ago
  16. 0dc1d31 ApfFilter: more precise IPv4 broadcast filter by Hugo Benichi · 8 years ago
  17. 961ca49 Better IPv4 multicast coverage in ApfTest by Hugo Benichi · 8 years ago
  18. ee5de9d Remove INetd AIDL reference by Erik Kline · 8 years ago
  19. c1bc0be Add simple NetdService util class by Erik Kline · 9 years ago
  20. e845cf2 Merge "Ensure known good state when starting." into nyc-mr1-dev by Erik Kline · 9 years ago
  21. d1dcbef Fix up some comments in IPv6 tethering code. by Erik Kline · 9 years ago
  22. fa37b2f Handle setting and deprecating local DNS IPv6 addresses by Erik Kline · 9 years ago
  23. 703b097 Ensure known good state when starting. by Erik Kline · 9 years ago
  24. 354607f Deprecate IPv6 prefixes no longer in use. by Erik Kline · 9 years ago
  25. 4e40413 Merge "Sanity check ICMP6 router advertisement packets" into nyc-mr1-dev by Paul Jensen · 9 years ago
  26. 4b545b0 Sanity check ICMP6 router advertisement packets by Paul Jensen · 9 years ago
  27. e33daf1 More correctly close RA daemon socket. by Erik Kline · 9 years ago
  28. 38db976 APF: filter unwanted ARP replies by Hugo Benichi · 9 years ago
  29. a3ca6bd Basic IPv6 Router Advertisement daemon by Erik Kline · 9 years ago
  30. 42e6085 Merge "IpConn metrics: distinguish NUD_FAILED answers" into nyc-mr1-dev by Hugo Benichi · 9 years ago
  31. 7643423 IpConn metrics: add times to DHCP bound state by Hugo Benichi · 9 years ago
  32. 0d1c65b IpConn metrics: distinguish NUD_FAILED answers by Hugo Benichi · 9 years ago
  33. 54756fd Merge "IpConn metrics: correctly read RA lifetimes" into nyc-mr1-dev by Hugo Benichi · 9 years ago
  34. 176ed01 IpConn metrics: add dhcp transition times by Hugo Benichi · 9 years ago
  35. 6ccd51a IpConn metrics: correctly read RA lifetimes by Hugo Benichi · 9 years ago
  36. f5e3481 Merge changes Ia28652e0,Id2eaafdc,I9c4c8286 into nyc-mr1-dev by TreeHugger Robot · 9 years ago
  37. cfbf741 Record events for RA option lifetimes by Hugo Benichi · 9 years ago
  38. 647c86d Log RA listening statistics by Hugo Benichi · 9 years ago
  39. 4fc3ee5 Log events at APF program generation by Hugo Benichi · 9 years ago
  40. feadfda Make provisioning timeout apply to both IPv4 and IPv6 by Erik Kline · 9 years ago
  41. cfddd68 Refactor IP connectivity event logging by Hugo Benichi · 9 years ago
  42. 8995d85 Don't loop forever on 0-length options. by Lorenzo Colitti · 9 years ago
  43. 83e5032 Merge "Don't drop IPv4 broadcast packets when WiFi multicast lock is held" into nyc-dev by TreeHugger Robot · 9 years ago
  44. f8a01e8 Don't drop IPv4 broadcast packets when WiFi multicast lock is held by Paul Jensen · 9 years ago
  45. e67ec4e Restore DHCP client logging. by Lorenzo Colitti · 9 years ago
  46. d954c63 Merge "Support IPv6 multicast filtering in APF." into nyc-dev by Lorenzo Colitti · 9 years ago
  47. 11e13e2 Support IPv6 multicast filtering in APF. by Lorenzo Colitti · 9 years ago
  48. d8e1592 Support DHCPv4 rebinding state by Erik Kline · 9 years ago
  49. acda32c DHCPv4: lease expiration is fatal, renew failures are not by Erik Kline · 9 years ago
  50. 90ba8cf Merge "Use APF program to drop non-IP non-ARP broadcasts" into nyc-dev by Paul Jensen · 9 years ago
  51. b742495 Merge "ApfFilter unit test" into nyc-dev by Paul Jensen · 9 years ago
  52. 2ec229a Support IPv4-only and IPv6-only provisioning by Erik Kline · 9 years ago
  53. 9132f34 ApfFilter unit test by Paul Jensen · 9 years ago
  54. dd7bee8 Use APF program to drop non-IP non-ARP broadcasts by Paul Jensen · 9 years ago
  55. fc2e5b6 IpManager: add distinct DhcpActionTimeoutAlarm by Erik Kline · 9 years ago
  56. adacedb Notify success before configuring the IP address. by Lorenzo Colitti · 9 years ago
  57. 9c51583 Merge "IpManager: add a provisioning timeout option" into nyc-dev by Erik Kline · 9 years ago
  58. 741b15d IpManager: add a provisioning timeout option by Erik Kline · 9 years ago
  59. 24b6e2b Merge changes I8de95add,Ia6f4ccfd into nyc-dev by TreeHugger Robot · 9 years ago
  60. 5df9d72 Better ConnectivityMetricsEvent printing by Hugo Benichi · 9 years ago
  61. 5b76623 Move IPv4 address setting to IpManager by Erik Kline · 9 years ago
  62. b2ff48b IpManager: delete dead getLinkProperties() code by Erik Kline · 9 years ago
  63. a84572b Add state and callback logs for IpManager dump by Erik Kline · 9 years ago
  64. c282785 IpManager,DhcpClient: catch some errors and better logging by Erik Kline · 9 years ago
  65. b99d6af Merge "Expand NetworkMonitor metrics" into nyc-dev by TreeHugger Robot · 9 years ago
  66. a488c23 Expand NetworkMonitor metrics by Erik Kline · 9 years ago
  67. 25bf8f5 Various fixes in IpReachability event logging by Hugo Benichi · 9 years ago
  68. 520ae86 Merge "Avoid APF JNEBS instruction with R1 as it doesn't work" into nyc-dev by Paul Jensen · 9 years ago
  69. 2677b19 Fix spurious DHCP parse error logging. by Hugo Benichi · 9 years ago
  70. 91723d7 Avoid APF JNEBS instruction with R1 as it doesn't work by Paul Jensen · 9 years ago
  71. fc18b6f Merge "Add DHCP error event class and record DHCP errors." into nyc-dev by Hugo Benichi · 9 years ago
  72. 6241874 Add DHCP error event class and record DHCP errors. by Hugo Benichi · 9 years ago
  73. fbd47ca Merge "Add volatile qualifier to boolean variable" into nyc-dev by Hugo Benichi · 9 years ago
  74. 5b25a0f Add some more metrics: IpManager, IpReachabilityMonitor by Erik Kline · 9 years ago
  75. 0a0e1dc Also consider loss of IPv6 default route to be fatal by Erik Kline · 9 years ago
  76. 67530d6 Add volatile qualifier to boolean variable by Hugo Benichi · 9 years ago
  77. 071b6df Trigger enabling of NDO when startProvisioning() is called. by Erik Kline · 9 years ago
  78. 059e2bb More APF debuggability. by Lorenzo Colitti · 9 years ago
  79. 19e84f7 Merge changes Ibb63f6b4,Ib64559a5 into nyc-dev by Lorenzo Colitti · 9 years ago
  80. a3d5948 Clear LinkProperties on interface removed. by Lorenzo Colitti · 9 years ago
  81. 5db3f10 Merge "Move from on464XlatChange() to setNeighborDiscoveryOffload()" into nyc-dev by Erik Kline · 9 years ago
  82. cd404a2 Merge "Add APF code to drop ARP IPv4 requests not for us" into nyc-dev by Lorenzo Colitti · 9 years ago
  83. 5c2e922 Move from on464XlatChange() to setNeighborDiscoveryOffload() by Erik Kline · 9 years ago
  84. a8458c0 Add APF code to drop ARP IPv4 requests not for us by Paul Jensen · 9 years ago
  85. 10d70bf Merge "Fix potential ApfFilter bugs by careful ByteBuffer use" into nyc-dev by Paul Jensen · 9 years ago
  86. 1059494 Merge "Plumb WiFi multicast filter through to ApfFilter" into nyc-dev by Paul Jensen · 9 years ago
  87. 77fdf23 Honour the DHCP MTU option. by Lorenzo Colitti · 9 years ago
  88. 2e074db Plumb WiFi multicast filter through to ApfFilter by Paul Jensen · 9 years ago
  89. bc786b7 Merge "Move connectivity events to frameworks/base." into nyc-dev by Pierre Imai · 9 years ago
  90. 1c71cb3 Fix potential ApfFilter bugs by careful ByteBuffer use by Paul Jensen · 9 years ago
  91. bc9cc50 Move connectivity events to frameworks/base. by Pierre Imai · 9 years ago
  92. 37127f8 Add a toString method to ApfCapabilities. by Lorenzo Colitti · 9 years ago
  93. 5812e64 Rename IpManager#dumpApf to #dump and change its signature. by Lorenzo Colitti · 9 years ago
  94. f21b4dc Move ApfFilter from ConnectivityService to IpManager by Paul Jensen · 9 years ago
  95. a5265e4 Merge "Request vendor info option (43) to get metered hint" into nyc-dev by Erik Kline · 9 years ago
  96. 55618be Add initial connectivity metrics handling. by Pierre Imai · 9 years ago
  97. 1d511ab Request vendor info option (43) to get metered hint by Erik Kline · 9 years ago
  98. f55c9c1 Don't crash if we get a DHCP packet with the wrong port. by Lorenzo Colitti · 9 years ago
  99. f188d41 Turn down the logging a little bit and don't do a log wrapper function. by Joe Onorato · 9 years ago
  100. 24f7d5e Add 464xlat notification callback am: 8d6edc3270 by Erik Kline · 9 years ago