1. 33d562a Apply the automatic logging feature to Netd native service. by Xiao Ma · 7 years ago
  2. 65b5307 Merge "Allow NetworkStack permissions in netd" by Remi NGUYEN VAN · 7 years ago
  3. 032c860 Merge "Fix DnsTlsSocket fast shutdown path" by Bernie Innocenti · 7 years ago
  4. 18329ec Fix DnsTlsSocket fast shutdown path by Ben Schwartz · 7 years ago
  5. a686ebc Allow NetworkStack permissions in netd by Remi NGUYEN VAN · 7 years ago
  6. df34972 Merge "Don't mark non-inet sockets connecting to inet destinations." by Lorenzo Colitti · 7 years ago
  7. 5159a1f Merge "Get bpf level when check bpf support" by Treehugger Robot · 7 years ago
  8. 55c1b1e Cleanup the libnetd_resolv exports by Bernie Innocenti · 7 years ago
  9. 47dd073 Get bpf level when check bpf support by Chenbo Feng · 7 years ago
  10. abdb0bd Split Netd aidl interfaces and parcelables by Remi NGUYEN VAN · 7 years ago
  11. 24601da Don't mark non-inet sockets connecting to inet destinations. by Lorenzo Colitti · 7 years ago
  12. d75a7f5 Merge "Improve resolver cache lock and thread synchronization" by Ken Chen · 7 years ago
  13. 2a42935 Improve resolver cache lock and thread synchronization by Ken Chen · 7 years ago
  14. dd24431 Merge "Sanitize MDnsSdListener::Element::mRef." by Treehugger Robot · 7 years ago
  15. d8dc5bc Merge "Always allow root uid to update device stats" by Treehugger Robot · 7 years ago
  16. 86c4aff Always allow root uid to update device stats by Chenbo Feng · 7 years ago
  17. e0bb401 Merge "Make all the DnsTls headers private to libnetd_resolv" by Bernie Innocenti · 7 years ago
  18. d45707d Sanitize MDnsSdListener::Element::mRef. by Bernie Innocenti · 7 years ago
  19. 4fe1b9c Fix memory leak in resolver cache by Mike Yu · 7 years ago
  20. 7c75f45 Abstract the general dns name server setup to avoid duplicated work. by Xiao Ma · 7 years ago
  21. e072a3c Remove hardcoded cgroup v2 path by Suren Baghdasaryan · 7 years ago
  22. d9dd32b Merge "Enable more clang-tidy checks and treat them as errors" by Treehugger Robot · 7 years ago
  23. ad4e26e Make all the DnsTls headers private to libnetd_resolv by Bernie Innocenti · 7 years ago
  24. a5161a0 Enable more clang-tidy checks and treat them as errors by Bernie Innocenti · 7 years ago
  25. e54bbfb Merge "Allow registering multiple event listeners from the same process" by Treehugger Robot · 7 years ago
  26. df1aad2 Merge "Delete redundant warning flags on libnetd_test_dnsresponder" by Treehugger Robot · 7 years ago
  27. 9ee088d Allow registering multiple event listeners from the same process by Bernie Innocenti · 7 years ago
  28. 2e890be Delete redundant warning flags on libnetd_test_dnsresponder by Bernie Innocenti · 7 years ago
  29. 0b8bbc5 Merge "Allow bypassing private DNS via setNetworkForProcess." by Remi NGUYEN VAN · 7 years ago
  30. 5416e7e Merge "Avoid multiple inheritance in ResolverTest" by Bernie Innocenti · 7 years ago
  31. de35ede Merge "Fix out of bounds read in dumpsys" by Bernie Innocenti · 7 years ago
  32. 6b00126 Allow bypassing private DNS via setNetworkForProcess. by Lorenzo Colitti · 7 years ago
  33. 3e411a3 Avoid multiple inheritance in ResolverTest by Bernie Innocenti · 7 years ago
  34. a51f4fa Use cgroup socket filter to control socket creation by Chenbo Feng · 7 years ago
  35. b4a4fa1 Don't call into system_server for permissions check by Chenbo Feng · 7 years ago
  36. 48eaed3 Use bpf maps to store permission information by Chenbo Feng · 7 years ago
  37. cc296cc Fix out of bounds read in dumpsys by Bernie Innocenti · 7 years ago
  38. 9a312db Merge "Replace clang-format with symlink." by Treehugger Robot · 7 years ago
  39. 2379ca6 Merge "Fix potential bugs that may cause resolver to retry endlessly" by Ken Chen · 7 years ago
  40. f434e86 Take non-incremental network stats from bpf maps by Chenbo Feng · 7 years ago
  41. 528af60 Netd unsolicited event porting by Luke Huang · 7 years ago
  42. bfd3202 Fix potential bugs that may cause resolver to retry endlessly by Ken Chen · 7 years ago
  43. ff591f9 Merge "Replace scary buffer handling in addalias() with std::vector" by Frank Li · 7 years ago
  44. 0ae31af Move DnsProxyListener to libnetd_resolv by Mike Yu · 7 years ago
  45. 1bebdb5 Replace scary buffer handling in addalias() with std::vector by lifr · 7 years ago
  46. 1b4bcab Merge "Add support for getting binder via stable runtime ABI" by Mike Yu · 7 years ago
  47. 10de8a9 Merge "Remove DNS event reporting level" by Bernie Innocenti · 7 years ago
  48. 89f4cee Merge "Copy queries synchronously in DnsTlsSocket" by Treehugger Robot · 7 years ago
  49. cd25764 Remove DNS event reporting level by Bernie Innocenti · 7 years ago
  50. ae7f9f7 Add support for getting binder via stable runtime ABI by Mike Yu · 7 years ago
  51. 24d1819 Replace clang-format with symlink. by Steven Moreland · 7 years ago
  52. 0543211 Fix null pointer dereference when gethostbyaddr returns a null hostent by lifr · 7 years ago
  53. 886d00a Merge "network statistic data and metrics collection" by Frank Li · 7 years ago
  54. 9a729d7 network statistic data and metrics collection by lifr · 7 years ago
  55. 22539b3 Merge "Include <sys/uio.h> where it is used" by Treehugger Robot · 7 years ago
  56. bfc8d99 Copy queries synchronously in DnsTlsSocket by Ben Schwartz · 7 years ago
  57. 952d094 Implementation of control flags in asynchronous DNS query API by Luke Huang · 7 years ago
  58. 49009f4 resolv: delete unused RES_F_* flags by Bernie Innocenti · 7 years ago
  59. 121f6f3 Merge "Remove sscanf() in TetherController." by Wayne Ma · 7 years ago
  60. b2c9136 Include <sys/uio.h> where it is used by Tom Cherry · 7 years ago
  61. 0c57921 Merge "Fix fortify_fatal issue during DNSServiceProcessResult()" by Treehugger Robot · 7 years ago
  62. a772530 Fix fortify_fatal issue during DNSServiceProcessResult() by Sehee Park · 7 years ago
  63. fa182b3 Merge changes from topic "herrno_removal" by Nucca Chen · 7 years ago
  64. 81c4d35 Merge changes from topic "herrno_removal" by Nucca Chen · 7 years ago
  65. debdc83 Remove h_errno container from struct getnamaddr by Hungming Chen · 7 years ago
  66. 7f0d329 Expose DNS response code to netd by Hungming Chen · 7 years ago
  67. 71a0b59 Remove sscanf() in TetherController. by waynema · 7 years ago
  68. abd21df Remove thread-local variable h_errno in resolver state by Hungming Chen · 7 years ago
  69. 56273d7 Remove thread-local variable h_errno in gethostby{name, addr} related APIs by Hungming Chen · 7 years ago
  70. 806d446 Unify DNS error code for android_gethostbyaddrfornetcontext by Hungming Chen · 7 years ago
  71. d57ade0 Remove thread-local variable h_errno in getaddrinfo related APIs by Hungming Chen · 7 years ago
  72. a03aced Make netd wait for BPF programs to get loaded by Joel Fernandes · 7 years ago
  73. e457466 Remove fork of bpfloader from TrafficController by Joel Fernandes · 7 years ago
  74. d9c80e9 Merge "Revert "Add TEST_MAPPING to system/netd"" by Treehugger Robot · 7 years ago
  75. ee40ae8 Revert "Add TEST_MAPPING to system/netd" by Simran Basi · 7 years ago
  76. 7179127 Merge "Add TEST_MAPPING to system/netd" by Bernie Innocenti · 7 years ago
  77. 94e6050 Merge "Use the new loader to install netd eBPF programs." by Treehugger Robot · 7 years ago
  78. b0c65bb Add TEST_MAPPING to system/netd by Bernie Innocenti · 7 years ago
  79. 110c54e Add control flags in asynchronous DNS query API by Luke Huang · 7 years ago
  80. 371e7e7 Revise calling flow of OnDnsEvent and drop 'struct' by Luke Huang · 7 years ago
  81. 45238a1 Enable -Wsign-compare for netd and fix warnings by Bernie Innocenti · 7 years ago
  82. b2d213d Use the new loader to install netd eBPF programs. by Chenbo Feng · 7 years ago
  83. 4231c54 Merge "Add tests for setEncapSocketOwner" by Benedict Wong · 7 years ago
  84. fe95ac3 Merge "Remove another log line in DNSResponder." by Treehugger Robot · 7 years ago
  85. bd80dea Remove another log line in DNSResponder. by Lorenzo Colitti · 7 years ago
  86. 90d8bc6 Merge changes Ie0c919b3,I4e462e0c,I7d0d0ec3 by Lorenzo Colitti · 7 years ago
  87. 30168b1 Put verbose DNSResponder logging behind an #if 0. by Lorenzo Colitti · 7 years ago
  88. 80332d4 Log when opening the resolver library. by Lorenzo Colitti · 7 years ago
  89. 9ec46b3 Mark netd as updatable in its rc file. by Lorenzo Colitti · 7 years ago
  90. 1cb73df Add tests for setEncapSocketOwner by Benedict Wong · 7 years ago
  91. d2b2703 Delete dead code for explicitly flushing the resolver cache. by Bernie Innocenti · 7 years ago
  92. a9c8b17 Merge "Reduction of networkCreateVpn() permission" by Ken Chen · 7 years ago
  93. 3ef062c Merge "Make resolv_unit_test hermetic." by Lorenzo Colitti · 7 years ago
  94. 84b19d6 Merge changes from topic "resolv_dlopen" by Lorenzo Colitti · 7 years ago
  95. 0d44319 Make resolv_unit_test hermetic. by Lorenzo Colitti · 7 years ago
  96. e731fb7 Merge "Fix flaky test case, Async_EmptyAnswer" by Luke Huang · 7 years ago
  97. a0a2b7e Make the resolver unit test statically link the resolver library. by Lorenzo Colitti · 7 years ago
  98. afaaa8e Use dlopen() and dlsym() for resolver functions by Lorenzo Colitti · 7 years ago
  99. 3efd988 Merge "Following commit for asynchronous DNS query API" by Luke Huang · 7 years ago
  100. 87f1ec9 Reduction of networkCreateVpn() permission by Ken Chen · 7 years ago