1. b414019 Merge "Add XfrmController to NetdNativeService" by nharold · 8 years ago
  2. 1a37153 Add XfrmController to NetdNativeService by Nathan Harold · 9 years ago
  3. b20e736 Merge "Add test config to netd_benchmark, netd_unit_test and netd_integration_test" by Treehugger Robot · 8 years ago
  4. 6c6ea2a Merge "Really always allow networking on loopback." by Treehugger Robot · 8 years ago
  5. 50b198a Really always allow networking on loopback. by Lorenzo Colitti · 8 years ago
  6. 4793a62 Merge changes I9130f997,I1c4e8c92 by Lorenzo Colitti · 8 years ago
  7. 8190e18 Add test config to netd_benchmark, netd_unit_test and netd_integration_test by Dan Shi · 8 years ago
  8. d78843e Clear incoming packet mark rules on netd startup. by Lorenzo Colitti · 8 years ago
  9. 22c24eb Use new-style UID routing. by Lorenzo Colitti · 9 years ago
  10. fb98fa0 Merge changes Ie536db6a,I69a33aff by Lorenzo Colitti · 8 years ago
  11. c1306ea Use iptables-restore to set the incoming packet mark rule. by Lorenzo Colitti · 8 years ago
  12. cfb2311 Merge "Accept RIOs with prefix length in the closed interval [48, 64]" by Joel Scherpelz · 8 years ago
  13. 31e2599 Accept RIOs with prefix length in the closed interval [48, 64] by Joel Scherpelz · 8 years ago
  14. f91e8ed Log how long it takes to start more netd components. by Lorenzo Colitti · 8 years ago
  15. a10b28e Merge "Update test code to match new iptables behaviour." by Lorenzo Colitti · 8 years ago
  16. 2bd804a Update test code to match new iptables behaviour. by Lorenzo Colitti · 9 years ago
  17. 35fb850 Merge "Convert NetdClient to use Soong" by Treehugger Robot · 8 years ago
  18. 4fd4d39 Convert NetdClient to use Soong by Robin Lee · 9 years ago
  19. daf829e Merge "Slightly better thread failure handling" by Treehugger Robot · 9 years ago
  20. 3659685 Slightly better thread failure handling by Erik Kline · 9 years ago
  21. 4def3aa Merge "Improve iptables timeout behaviour." by Treehugger Robot · 9 years ago
  22. a701afb Improve iptables timeout behaviour. by Lorenzo Colitti · 9 years ago
  23. fea04a8 Merge changes I11d7c55a,Id4db5f48,I89f7c922 by Lorenzo Colitti · 9 years ago
  24. df42ddd Add a unit test for BandwidthController quota commands. by Lorenzo Colitti · 9 years ago
  25. 849a11c Support pretending that certain iptables commands failed. by Lorenzo Colitti · 9 years ago
  26. 1e299c6 Move createTunInterface to its own test file for use elsewhere. by Lorenzo Colitti · 9 years ago
  27. 079ffe9 Merge "Add a test for RouteController." by Treehugger Robot · 9 years ago
  28. c8ffc89 Merge "Use our netlink code to flush routes as well." by Lorenzo Colitti · 9 years ago
  29. 60367db Add a test for RouteController. by Lorenzo Colitti · 9 years ago
  30. f3e299a Use our netlink code to flush routes as well. by Lorenzo Colitti · 9 years ago
  31. 4142d02 Merge changes Ib327e8a3,I195dd388,I4875ac7f,I8479a8c2,Ia6fcde63, ... by Treehugger Robot · 9 years ago
  32. 220ca73 Don't complain when deleting non-existent tethering rules. by Lorenzo Colitti · 9 years ago
  33. bbcd81d Don't call NetlinkCallbacks with nullptr on NLMSG_DONE. by Lorenzo Colitti · 9 years ago
  34. 219f328 Use netlink code to flush rules. by Lorenzo Colitti · 9 years ago
  35. 0b733e4 Add a generic netlink dump function and use it in SockDiag. by Lorenzo Colitti · 9 years ago
  36. 1ef549d Move the netlink command code to a new NetlinkCommands file. by Lorenzo Colitti · 9 years ago
  37. 7035f22 Put most of netd into the android::net namespace. by Lorenzo Colitti · 9 years ago
  38. 1e1253a Merge "Simplify and improve error logging in sendNetlinkRequest." by Treehugger Robot · 9 years ago
  39. 0b073fb Simplify and improve error logging in sendNetlinkRequest. by Lorenzo Colitti · 9 years ago
  40. 73fa834 Merge changes I33ad04ee,I651d96a7,I0ef498ec,I88f4e539,I32c4e750, ... by Treehugger Robot · 9 years ago
  41. 20b128b Delete all EOTs in iptables commands and remove fixCommandString. by Lorenzo Colitti · 9 years ago
  42. 03b23fe Speed up FirewallController startup. by Lorenzo Colitti · 9 years ago
  43. 4fcb4a0 Move NatController startup to iptables-restore. by Lorenzo Colitti · 9 years ago
  44. cda022e Further speed up creating child chains. by Lorenzo Colitti · 9 years ago
  45. ce6748a Use iptables pipes when fetching tether counters. by Lorenzo Colitti · 9 years ago
  46. 56c4b1e Use iptables pipes in BandwidthController startup. by Lorenzo Colitti · 9 years ago
  47. 2509142 Improve IptablesRestoreController error logging. by Lorenzo Colitti · 9 years ago
  48. cd28377 Support reading output from IptablesRestoreController. by Lorenzo Colitti · 9 years ago
  49. 946a9ea Merge changes Ib3ea4221,Idb462d69 by Lorenzo Colitti · 9 years ago
  50. 173da32 More robust handling of iptables-restore process termination by Lorenzo Colitti · 9 years ago
  51. 05306fb Revert "Revert "Move createChildChains to iptables-restore."" by Lorenzo Colitti · 9 years ago
  52. 922aed9 Merge "Revert "Move createChildChains to iptables-restore."" by Adrian Salido · 9 years ago
  53. f81cda0 Revert "Move createChildChains to iptables-restore." by Lorenzo Colitti · 9 years ago
  54. 5596e81 Merge changes I64cc32e7,I54f167b5,I01ba8e1d by Treehugger Robot · 9 years ago
  55. 81ff64e Move createChildChains to iptables-restore. by Lorenzo Colitti · 9 years ago
  56. 19ee8a8 Add finer-grained logging of netd startup times. by Lorenzo Colitti · 9 years ago
  57. 1ed96e2 Move some code out of CommandListener. by Lorenzo Colitti · 9 years ago
  58. ac5bd03 Merge "Always report connect complete events on non-debuggable builds" by Michal Karpinski · 9 years ago
  59. 6028b39 Always report connect complete events on non-debuggable builds by Michal Karpinski · 9 years ago
  60. d808652 Merge "netd: Use a persistent iptables[6]-restore process" by Narayan Kamath · 9 years ago
  61. a5ace89 netd: Use a persistent iptables[6]-restore process by Narayan Kamath · 9 years ago
  62. 00e66da Merge "Log the time it takes netd to start up." by Treehugger Robot · 9 years ago
  63. 4362bb2 Log the time it takes netd to start up. by Lorenzo Colitti · 9 years ago
  64. c106cfd Merge "[benchmarks] add README.md, comments" by Treehugger Robot · 9 years ago
  65. 711237c [benchmarks] add README.md, comments by Robin Lee · 9 years ago
  66. c12d873 Merge "DO NOT MERGE onConnectEvent does not report udp connects" by Hugo Benichi · 9 years ago
  67. 456c906 DO NOT MERGE onConnectEvent does not report udp connects by Hugo Benichi · 9 years ago
  68. 3df27b6 Merge "SockDiag.cpp: Add O_CLOEXEC to tcpdiag sockets" by Treehugger Robot · 9 years ago
  69. 52d7d3e Merge "FwMarkServer.cpp: Add O_CLOEXEC to received FDs" by Treehugger Robot · 9 years ago
  70. 9384f23 FwMarkServer.cpp: Add O_CLOEXEC to received FDs by Nick Kralevich · 9 years ago
  71. af02b55 SockDiag.cpp: Add O_CLOEXEC to tcpdiag sockets by Nick Kralevich · 9 years ago
  72. 9a22d1f Merge "Set both legacy and new UID routing attributes." by Lorenzo Colitti · 9 years ago
  73. 2b07867 Set both legacy and new UID routing attributes. by Lorenzo Colitti · 9 years ago
  74. 3e753fd Merge "Follow libcutils refactoring." by Jeff Sharkey · 9 years ago
  75. 3889ab6 Merge "Use shared lib of libpcap in netd instead of static one." by Treehugger Robot · 9 years ago
  76. fe3cbd6 Follow libcutils refactoring. by Jeff Sharkey · 9 years ago
  77. 5f94198 Use shared lib of libpcap in netd instead of static one. by Jaekyun Seok · 9 years ago
  78. 480ae5f Merge "DO NOT MERGE: Add success/errno to connect() event reporting" by Lorenzo Colitti · 9 years ago
  79. 7dfaa78 DO NOT MERGE: Add success/errno to connect() event reporting by Hugo Benichi · 9 years ago
  80. 4d4af48 Merge "Remove unused references to system/extras' libtestutils." by Elliott Hughes · 9 years ago
  81. 9cc00fc Remove unused references to system/extras' libtestutils. by Elliott Hughes · 9 years ago
  82. e50866d Merge "UidRanges: use class instead of pair<uid_t, uid_t>" am: cc68ebe2fb by Robin Lee · 9 years ago
  83. cc68ebe Merge "UidRanges: use class instead of pair<uid_t, uid_t>" by Treehugger Robot · 9 years ago
  84. dc0d578 UidRanges: use class instead of pair<uid_t, uid_t> by Robin Lee · 9 years ago
  85. 187aa00 Merge "Cache flushing no longer occurs updating DNS for a single netid" by Erik Kline · 9 years ago
  86. d439e71 Merge "Cache flushing no longer occurs updating DNS for a single netid" by Treehugger Robot · 9 years ago
  87. 0f024f4 Merge "Remove "if (auto ret = " treated as unused by some compilers" by Robin Lee · 9 years ago
  88. ed90b24 Merge "Remove "if (auto ret = " treated as unused by some compilers" by Treehugger Robot · 9 years ago
  89. f610646 Cache flushing no longer occurs updating DNS for a single netid by Erik Kline · 9 years ago
  90. e65244b Remove "if (auto ret = " treated as unused by some compilers by Robin Lee · 9 years ago
  91. 7c6cc9f Merge "Fix clang static analyzer warnings." am: 6fbad09ea8 by Manoj Gupta · 9 years ago
  92. 6fbad09 Merge "Fix clang static analyzer warnings." by Treehugger Robot · 9 years ago
  93. 75c970f Fix clang static analyzer warnings. by Manoj Gupta · 9 years ago
  94. 1a0d5f6 Merge "TetherController.cpp: add O_CLOEXEC" am: ff1587fc4e by Nick Kralevich · 9 years ago
  95. ff1587f Merge "TetherController.cpp: add O_CLOEXEC" by Treehugger Robot · 9 years ago
  96. b95c60c TetherController.cpp: add O_CLOEXEC by Nick Kralevich · 9 years ago
  97. e3515ab Merge "Fix use-after-free of mClient member DnsProxyListener::GetHostByNameHandler::run()." by Michal Karpinski · 9 years ago
  98. 03f1db5 Merge "Fix use-after-free of mClient member DnsProxyListener::GetHostByNameHandler::run()." by Michal Karpinski · 9 years ago
  99. f8bb7ec Fix use-after-free of mClient member DnsProxyListener::GetHostByNameHandler::run(). by Michal Karpinski · 9 years ago
  100. a41198d Merge "Add null check for hp in DnsProxyListener::GetHostByNameHandler" by Lorenzo Colitti · 9 years ago