1. abf8a34 Let lock_guard deduce its template argument by Bernie Innocenti · 8 years ago
  2. cc93c37 Make resolver timeout configurable via setResolverConfiguration() by Bernie Innocenti · 8 years ago
  3. 5b39c27 Merge "Allow starting dnsmasq without DHCP" by Remi NGUYEN VAN · 8 years ago
  4. edbf5f6 Allow starting dnsmasq without DHCP by Remi NGUYEN VAN · 8 years ago
  5. 703798e Merge all uid owner match map into one by Chenbo Feng · 8 years ago
  6. 8126754 Merge "netd: Active FTP Helper" by Treehugger Robot · 8 years ago
  7. 0051a62 Idletimer-related commands porting by Luke Huang · 8 years ago
  8. cdeff56 Merge "Modernize codebase by replacing NULL with nullptr" by Treehugger Robot · 8 years ago
  9. bdfd57e Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
  10. 528d3d0 FirewallController: discover max uid in the current user namespace by Hugo Benichi · 8 years ago
  11. 66329ed Merge "Fix use-after-free in NetworkController::removeInterfaceAddress()" by Treehugger Robot · 8 years ago
  12. dd5a4f0 Fix use-after-free in NetworkController::removeInterfaceAddress() by Bernie Innocenti · 8 years ago
  13. 534980c Refine lock of RouteController and add annotations by Luke Huang · 8 years ago
  14. d1ee462 Replace RW lock with mutex, shared_mutex by Luke Huang · 8 years ago
  15. b31fd69 Add basic logging infrastructure for bugreports by Erik Kline · 8 years ago
  16. 093d662 Disable TrafficController testcases when BPF is unavailable by Bernie Innocenti · 8 years ago
  17. 9895179 netd: complete the conversion to Soong \o/ by Bernie Innocenti · 8 years ago
  18. 770123f Merge "Enable the NETLINK_COMPAT32 hack for *all* 32bit x86 targets" by Lorenzo Colitti · 8 years ago
  19. 7c042e0 netd: Switch to C++17 mode by Bernie Innocenti · 8 years ago
  20. edf6835 Enable the NETLINK_COMPAT32 hack for *all* 32bit x86 targets by Bernie Innocenti · 8 years ago
  21. 533a842 Don't continuously reevaluate DNS-over-TLS unless strict mode by Erik Kline · 8 years ago
  22. 26e53f3 Merge "Fix linter warnings in netd tests" by Treehugger Robot · 8 years ago
  23. 7e25ec0 Fix linter warnings in netd tests by Bernie Innocenti · 8 years ago
  24. 2500632 Merge "Do not destroy socket when VPN interface address is still in use" by Rubin Xu · 8 years ago
  25. c16827b Remove bpf map iterator class by Chenbo Feng · 8 years ago
  26. 37ceb53 netd: Convert tests to Soong by Bernie Innocenti · 8 years ago
  27. 061030d netd: Convert server/dns to Soong by Bernie Innocenti · 8 years ago
  28. 453914f Merge "Use xt_bpf programs to do bandwidth control" by Treehugger Robot · 8 years ago
  29. 95892f3 Use xt_bpf programs to do bandwidth control by Chenbo Feng · 8 years ago
  30. 415c44b netd: Active FTP Helper by Tyler Wear · 8 years ago
  31. 0c53274 netutils_wrappers: Convert build to Android.bp by Bernie Innocenti · 8 years ago
  32. 9793289 Merge changes I8ce4e841,I1191d97c,I1d22b2bc by Treehugger Robot · 8 years ago
  33. 6e32e25 netd: Drop -Wno-varargs from CPPFLAGS and CFLAGS by Bernie Innocenti · 8 years ago
  34. 15bb55c netd: Enable clang-tidy and fix all warnings by Bernie Innocenti · 8 years ago
  35. 6c00b61 Do not destroy socket when VPN interface address is still in use by Rubin Xu · 8 years ago
  36. 80c927e Merge "Add static Process class and improved dump output" by Treehugger Robot · 8 years ago
  37. 4c13850 Merge "Only Log Netlink Messages on Eng Builds" by Lorenzo Colitti · 8 years ago
  38. 8589004 Add static Process class and improved dump output by Erik Kline · 8 years ago
  39. 992d747 Merge "Add xfrm_userpolicy_info to netd compat structs" by nharold · 8 years ago
  40. a0345e1 Only Log Netlink Messages on Eng Builds by Nathan Harold · 8 years ago
  41. cb04c84 Merge "netd: Remove remaining usages of select() in netd." by Treehugger Robot · 8 years ago
  42. 486462f Merge "Use a separate map to store per app stats" by Treehugger Robot · 8 years ago
  43. a889d58 Merge "refactor bpf maps into class" by Treehugger Robot · 8 years ago
  44. ea2dc88 Merge "Set the explicit bit on DNS queries when it is safe to do so." by Treehugger Robot · 8 years ago
  45. 95f1bcb Set the explicit bit on DNS queries when it is safe to do so. by Lorenzo Colitti · 8 years ago
  46. f988ee7 Merge "Ensure icmp redirects are always ignored" by Hugo Benichi · 8 years ago
  47. bc4a15f Use a separate map to store per app stats by Chenbo Feng · 8 years ago
  48. 4f6c237 refactor bpf maps into class by Chenbo Feng · 8 years ago
  49. 8397744 Add xfrm_userpolicy_info to netd compat structs by Bjoern Johansson · 8 years ago
  50. 31ab887 Remove unnecessary imports in DumpWriter by Erik Kline · 8 years ago
  51. f944a9c netd: Convert DnsTlsSocket from select() to poll() by Bernie Innocenti · 8 years ago
  52. c4b3a0c Ensure icmp redirects are always ignored by Hugo Benichi · 8 years ago
  53. 23bf927 netd: Remove remaining usages of select() in netd. by Bernie Innocenti · 8 years ago
  54. 15079dd Always push all state to dnsmasq by Erik Kline · 8 years ago
  55. aa77e4c Merge "Limit the number of outstanding DNS queries by UID" by Treehugger Robot · 8 years ago
  56. 0f16743 Limit the number of outstanding DNS queries by UID by Bernie Innocenti · 8 years ago
  57. a2b8381 Merge "Use bpf get first key to iterate the maps" by Treehugger Robot · 8 years ago
  58. c3bfd3e Use bpf get first key to iterate the maps by Chenbo Feng · 8 years ago
  59. 0a5c422 Merge changes from topic "ipsec-vts-32-bit" by nharold · 8 years ago
  60. aaab2ff Merge changes from topic "tunnel-prefix" by nharold · 8 years ago
  61. 5be6602 Fix Errno Sign For XfrmController by Nathan Harold · 8 years ago
  62. b6bd53e Use StartsWith for IpSec Iface Find by Nathan Harold · 8 years ago
  63. 45c3566 Add Tunnel Interface Prefix in INetd by Nathan Harold · 8 years ago
  64. 837ddfc Check for first api level before turn on eBPF by Chenbo Feng · 8 years ago
  65. 78840be Merge changes from topic "netd-restart" by nharold · 8 years ago
  66. d739c21 Add a BackoffSequence utility; use it for Private DNS validation by Erik Kline · 8 years ago
  67. 0a0f776 Merge "Enforce NETWORK_BYPASS_PRIVATE_DNS" by Remi NGUYEN VAN · 8 years ago
  68. ce84f4a Enforce NETWORK_BYPASS_PRIVATE_DNS by Remi NGUYEN VAN · 8 years ago
  69. ef1cab3 Remove the deleted stats from map by Chenbo Feng · 8 years ago
  70. 76fb716 Merge "Simplifying const/destructor in TetherController." by Remi NGUYEN VAN · 8 years ago
  71. 39ad662 Address comments for XfrmController::Init by Nathan Harold · 8 years ago
  72. 21299f7 Add Functions to flush SADB, Policy DB, and Ifaces by Nathan Harold · 8 years ago
  73. 172f8e4 Factor getIfaceNames() from getIfaceList() by Nathan Harold · 8 years ago
  74. 9c40455 Restart main when netd restarts by Nathan Harold · 8 years ago
  75. 9d2a53f Merge "Return -EAFNOSUPPORT for invalid sockets" by Remi NGUYEN VAN · 8 years ago
  76. eabc5da Return -EAFNOSUPPORT for invalid sockets by Remi NGUYEN VAN · 8 years ago
  77. 3f46148 Rename <cutils/log.h> to <log/log.h> by Logan Chien · 8 years ago
  78. 8e3a7c9 Merge "Remove qtaguid support on devices with bpf" by Treehugger Robot · 8 years ago
  79. f83c657 Merge changes I92c05118,Ica83c11b by Treehugger Robot · 8 years ago
  80. da81d2b Merge "Add xt_owner module support in trafficController" by Treehugger Robot · 8 years ago
  81. bc6d470 Remove qtaguid support on devices with bpf by Chenbo Feng · 8 years ago
  82. ef29717 Add dump function for trafficController by Chenbo Feng · 8 years ago
  83. 89c12f1 Add xt_owner module support in trafficController by Chenbo Feng · 8 years ago
  84. fdb64a7 Merge "Fix heap-buffer-overflow" by Treehugger Robot · 8 years ago
  85. c4038ad Merge "Start SPI Allocation Window at 256" by Lorenzo Colitti · 8 years ago
  86. e26e1db Merge "Support adding multiple tethering upstreams." by Remi NGUYEN VAN · 8 years ago
  87. 1564d48 Program local and TLS servers, and allow TLS-bypass by Erik Kline · 8 years ago
  88. 7d9bebf Simplifying const/destructor in TetherController. by Remi NGUYEN VAN · 8 years ago
  89. 1012ffe Start SPI Allocation Window at 256 by Nathan Harold · 8 years ago
  90. 3b47c79 Support adding multiple tethering upstreams. by Remi NGUYEN VAN · 8 years ago
  91. 05827de Merge "Use bpf map to read the interface stats" by Treehugger Robot · 8 years ago
  92. 4d1e5c7 Fix heap-buffer-overflow by Wolloh Chou · 8 years ago
  93. 33a4de1 Use bpf map to read the interface stats by Chenbo Feng · 8 years ago
  94. a1476fb Receive all the resolver info from ConnectivityService by Erik Kline · 8 years ago
  95. efc1363 Actually set verify hostname param and check return code by Erik Kline · 8 years ago
  96. 0d067fa Merge "Add tests to add/remove/re-add a NAT." by Remi NGUYEN VAN · 8 years ago
  97. 04f3b17 limit IFINDEX matching to specific actions. by Chenbo Feng · 8 years ago
  98. fcc78a8 Merge "Add support for pipelining queries" by Treehugger Robot · 8 years ago
  99. d4cb202 Merge "Convert from toBinderStatus() to asBinderStatus()" by nharold · 8 years ago
  100. 70a269a Add tests to add/remove/re-add a NAT. by Remi NGUYEN VAN · 8 years ago