1. b7bda39 Fix SocketUtils API by Remi NGUYEN VAN · 5 years ago
  2. a63c40e [KA07] Drop TCP keepalive ack packets by Aaron Huang · 6 years ago
  3. 352dc2f [KA04] Expose TCP socket keepalive API by junyulai · 6 years ago
  4. 231b52b Remove last NetworkStack usage of hidden APIs by Remi NGUYEN VAN · 6 years ago
  5. 3ba6c0d Add hidden utils and constants to NetworkStack by Remi NGUYEN VAN · 6 years ago
  6. 3c600a1 Move IpClient to NetworkStack by Remi NGUYEN VAN · 6 years ago[Renamed (98%) from services/net/java/android/net/apf/ApfFilter.java]
  7. 811f638 Add SystemApi utility for raw sockets. by Remi NGUYEN VAN · 6 years ago
  8. 8586a43 Merge "Add NetworkStack metrics to system API" by Remi NGUYEN VAN · 6 years ago
  9. 7b84fb3 Add NetworkStack metrics to system API by Remi NGUYEN VAN · 6 years ago
  10. a5d31f5 Add IIpClient API for IpClient by Remi NGUYEN VAN · 6 years ago
  11. 04ed6a3 apf: Drop ARP reply if SPA is 0.0.0.0 by Aaron Huang · 6 years ago
  12. 785e5f1 Add an APF unit test to drop all packets in the pcap file by Aaron Huang · 6 years ago
  13. 8d65db3 Disable APF memory clear on pre-APFv4 devices by Bernie Innocenti · 6 years ago
  14. 3cc40ea apf: Add counters for dropped / passed packets by Bernie Innocenti · 6 years ago
  15. 408dbda Teach ApfGenerator about the new opcodes for accessing data memory by Bernie Innocenti · 6 years ago
  16. 5be71dc APF: drop multicast ICMPv6 while in doze mode by Bernie Innocenti · 6 years ago
  17. bbab23f Frameworks: Annotate trivial @GuardedBy in services/ misc by Andreas Gampe · 6 years ago
  18. 8bd00d5 Refactor to InterfaceParams utility class by Erik Kline · 7 years ago
  19. 7216636 Refactor ApfFilter creation by Hugo Benichi · 7 years ago
  20. 1b29358 Rename IpManager to IpClient by Erik Kline · 7 years ago
  21. fd42416 Add APF black list for ether-type by Ahmed ElArabawy · 7 years ago
  22. 70291ef Merge "Add Configuration to APF Policy" am: d27a6d62c6 by Ahmed ElArabawy · 7 years ago
  23. 8537c58 Add Configuration to APF Policy by Ahmed ElArabawy · 7 years ago
  24. 5bb63be Merge "Ignore flow label when comparing RAs in APF" am: 81fda77884 am: 6ccdb3fe19 by Joel Scherpelz · 7 years ago
  25. 967dec7 Ignore flow label when comparing RAs in APF by Joel Scherpelz · 7 years ago
  26. 7a0191b Merge "Move byte logics from ApfFilter into BitsUtil" am: 21b9b3a8ff am: 12c1074c8b by Hugo Benichi · 7 years ago
  27. 495a17b Move byte logics from ApfFilter into BitsUtil by Hugo Benichi · 8 years ago
  28. 22d9b2d IP connectivity metrics: add new APF counters. by Hugo Benichi · 7 years ago
  29. 4456f33 ApfTest: fix flaky testApfFilterRa. by Hugo Benichi · 8 years ago
  30. 0242898 DO NOT MERGE: APF: also drop any ICMPv6 RSs by Hugo Benichi · 8 years ago
  31. dafc44e DO NOT MERGE: ApfFilter: use elapsedRealTime for RA lifetime by Hugo Benichi · 8 years ago
  32. 4104ff9 DO NOT MERGE: ApfFilter: systematically use u8, u16, u32 getters by Hugo Benichi · 8 years ago
  33. 0668a61 DO NOT MERGE: Add fuzzing tests to ApfFilter RA processing by Hugo Benichi · 8 years ago
  34. 7d21eae ApfFilter: take into account IPv4 subnet prefix by Hugo Benichi · 8 years ago
  35. 0dc1d31 ApfFilter: more precise IPv4 broadcast filter by Hugo Benichi · 8 years ago
  36. 961ca49 Better IPv4 multicast coverage in ApfTest by Hugo Benichi · 8 years ago
  37. 4b545b0 Sanity check ICMP6 router advertisement packets by Paul Jensen · 8 years ago
  38. 38db976 APF: filter unwanted ARP replies by Hugo Benichi · 8 years ago
  39. 6ccd51a IpConn metrics: correctly read RA lifetimes by Hugo Benichi · 8 years ago
  40. cfbf741 Record events for RA option lifetimes by Hugo Benichi · 8 years ago
  41. 647c86d Log RA listening statistics by Hugo Benichi · 8 years ago
  42. 4fc3ee5 Log events at APF program generation by Hugo Benichi · 8 years ago
  43. 8995d85 Don't loop forever on 0-length options. by Lorenzo Colitti · 8 years ago
  44. f8a01e8 Don't drop IPv4 broadcast packets when WiFi multicast lock is held by Paul Jensen · 8 years ago
  45. 11e13e2 Support IPv6 multicast filtering in APF. by Lorenzo Colitti · 8 years ago
  46. 90ba8cf Merge "Use APF program to drop non-IP non-ARP broadcasts" into nyc-dev by Paul Jensen · 8 years ago
  47. 9132f34 ApfFilter unit test by Paul Jensen · 8 years ago
  48. dd7bee8 Use APF program to drop non-IP non-ARP broadcasts by Paul Jensen · 8 years ago
  49. 91723d7 Avoid APF JNEBS instruction with R1 as it doesn't work by Paul Jensen · 8 years ago
  50. 059e2bb More APF debuggability. by Lorenzo Colitti · 8 years ago
  51. cd404a2 Merge "Add APF code to drop ARP IPv4 requests not for us" into nyc-dev by Lorenzo Colitti · 8 years ago
  52. a8458c0 Add APF code to drop ARP IPv4 requests not for us by Paul Jensen · 8 years ago
  53. 10d70bf Merge "Fix potential ApfFilter bugs by careful ByteBuffer use" into nyc-dev by Paul Jensen · 8 years ago
  54. 2e074db Plumb WiFi multicast filter through to ApfFilter by Paul Jensen · 8 years ago
  55. 1c71cb3 Fix potential ApfFilter bugs by careful ByteBuffer use by Paul Jensen · 8 years ago
  56. f21b4dc Move ApfFilter from ConnectivityService to IpManager by Paul Jensen · 8 years ago[Renamed (92%) from services/core/java/com/android/server/connectivity/ApfFilter.java]
  57. dfd5a94 Add basic packet filtering via APF program. by Paul Jensen · 8 years ago
  58. 13460a6 Turn off verbose logs and remove log that is covered by verbose logs. by Joe Onorato · 8 years ago
  59. 7c34b15 Fix APF programs to not generate a failing compare of size 0 by Paul Jensen · 8 years ago
  60. 39c0d42 Also dump the last APF program to be installed. by Lorenzo Colitti · 8 years ago
  61. 7a8797f Turn down the logging in ApfFilter. by Joe Onorato · 8 years ago
  62. 5ff640d APF: add debug code. by Lorenzo Colitti · 8 years ago
  63. e6dfc17 Ignore the checksum when comparing RAs for equality. by Lorenzo Colitti · 8 years ago
  64. 578a76e Have ConnectivityService install packet filters when possible by Paul Jensen · 9 years ago