1. 7ad3c88 Merge changes Ifbd15bf9,I985e6861,I54860c7c into nyc-dev by Lorenzo Colitti · 7 years ago
  2. a55388e Make FirewallController::createChain use replaceUidChain. by Lorenzo Colitti · 7 years ago
  3. f157caf Make firewallReplaceUidChain match the behaviour of createChain. by Lorenzo Colitti · 7 years ago
  4. 54ecf16 Don't crash the test if expecting more commands than were run. by Lorenzo Colitti · 7 years ago
  5. 4f88299 Merge "Fix P2TP VPNs by adding an exception for VPN user." into nyc-dev by TreeHugger Robot · 7 years ago
  6. 6be5619 Fix P2TP VPNs by adding an exception for VPN user. by Pierre Imai · 7 years ago
  7. f581017 Increase the DNS TTL to 5s to fix netd_test. by Pierre Imai · 7 years ago
  8. ee335ef Test that changing the DNS search paths works. by Pierre Imai · 7 years ago
  9. c125fe4 Restore ACT_UNREACHABLE by Robin Lee · 7 years ago
  10. 3a27207 Add dumpsys support to ResolverController by Pierre Imai · 7 years ago
  11. beedec3 Add two Netd binder calls to set/get resolver config. by Pierre Imai · 7 years ago
  12. 932c44c Allow TCP RSTs to make it through firewall rules. by Lorenzo Colitti · 7 years ago
  13. 563d98b Add a binder IPC to close socket connections. by Lorenzo Colitti · 7 years ago
  14. b808736 Server API to only allow networking by VPN apps by Robin Lee · 7 years ago
  15. 4ef9464 Have modifyIpRule take an explicit action by Robin Lee · 7 years ago
  16. 9f9aae9 Move UidRange aidl to create a native cpp version by Robin Lee · 7 years ago
  17. 6c97716 Netd metrics logging for DNS queries by Lorenzo Colitti · 7 years ago
  18. 699aa99 Move the Stopwatch class to NetdConstants. by Lorenzo Colitti · 7 years ago
  19. 3b37a47 Merge "Kill sockets when a VPN comes up." into nyc-dev by TreeHugger Robot · 7 years ago
  20. fff4bd3 Kill sockets when a VPN comes up. by Lorenzo Colitti · 7 years ago
  21. d8aadab Merge "Fix netd_test by removing flush cache call." into nyc-dev by Pierre Imai · 7 years ago
  22. 521a61a Merge "Workaround ASan false positive in RouteController." into nyc-dev by Jon Larimer · 7 years ago
  23. 6f4f86d Fix netd_test by removing flush cache call. by Pierre Imai · 7 years ago
  24. 15c35db Deduplicate test targets. by Lorenzo Colitti · 7 years ago
  25. f65122c Workaround ASan false positive in RouteController. by Evgenii Stepanov · 7 years ago
  26. 31701a9 Merge "Remove "resolver flushnet <netid>" command." into nyc-dev by Erik Kline · 7 years ago
  27. 767cd3f Remove "resolver flushnet <netid>" command. by Erik Kline · 7 years ago
  28. 95f5f94 DO NOT MERGE: Let netd to use the new set_nameservers_for_net call. by Pierre Imai · 7 years ago
  29. 2a83040 Merge "Switch from android::netd::List to std::list" into nyc-dev by Erik Kline · 7 years ago
  30. 70c0366 Switch from android::netd::List to std::list by Erik Kline · 7 years ago
  31. 0082f03 Add mDNS TXT records to the resolve-call result. by Philip P. Moltmann · 7 years ago
  32. e60c0a5 Use iptables-restore in StrictController startup. by Lorenzo Colitti · 7 years ago
  33. 9028d91 Add a test for StrictController. by Lorenzo Colitti · 7 years ago
  34. 0f15055 Move iptables test code to a new IptablesBaseTest class. by Lorenzo Colitti · 7 years ago
  35. 13debb8 Use iptables-restore in BandwidthController startup. by Lorenzo Colitti · 7 years ago
  36. a0dc8a5 Add more test coverage for BandwidthController. by Lorenzo Colitti · 7 years ago
  37. 464eabe Attempt to make data saver mode work for real. by Lorenzo Colitti · 7 years ago
  38. 94a7b43 Support destroying sockets for UIDs. by Lorenzo Colitti · 7 years ago
  39. 1f45771 Refactor SockDiagTest in preparation for per-UID SOCK_DESTROY. by Lorenzo Colitti · 7 years ago
  40. dedd271 Add a binder RPC to enable/disable data saver. by Lorenzo Colitti · 7 years ago
  41. 7fa41f3 Merge changes I149ccda5,I4457abd4,I67bff7c3,Ie15b0775,I8dd9fc60 into nyc-dev by Lorenzo Colitti · 7 years ago
  42. 29ca4e0 Stop using SIOCKILLADDR in netd. by Lorenzo Colitti · 7 years ago
  43. 86a4798 Add a rudimentary unit test for BandwidthController. by Lorenzo Colitti · 7 years ago
  44. 7618ccb Slightly restructure the data saver iptables rules. by Lorenzo Colitti · 7 years ago
  45. 2d3a163 Add initial dump() method to NetdNativeService by Erik Kline · 7 years ago
  46. 680d765 netd: softap: Ignore fwreload command if FW path is not defined by Dmitry Shmidt · 7 years ago
  47. a33d479 Remove the ability to enable/disable the happy box. by Lorenzo Colitti · 7 years ago
  48. b1f0557 Don't keep naughty/nice app state in BandwidthController. by Lorenzo Colitti · 7 years ago
  49. e4851de Start NetdNativeService before CommandListener. by Lorenzo Colitti · 7 years ago
  50. 5ebbbd8 Whitelist system apps when using bw_happy_box. by Felipe Leme · 7 years ago
  51. b19fcc7 Fix netd tests for use with APCT by Pierre Imai · 7 years ago
  52. 492ca5b More correctly set app_mark in getNetworkContext. by Erik Kline · 7 years ago
  53. 0434d45 Merge changes I2dc1a074,Ic83d8160,I246696c4 into nyc-dev by Lorenzo Colitti · 7 years ago
  54. 7786219 Move SockDiagTest into system/netd/server. by Lorenzo Colitti · 7 years ago
  55. 89faa34 Add an RPC to replace a UID firewall rule. by Lorenzo Colitti · 7 years ago
  56. 9fbf60d Remove unused costName variable am: 87732125ef by Erik Kline · 7 years ago
  57. 8773212 Remove unused costName variable by Erik Kline · 7 years ago
  58. a31db12 Merge "Created a firewall chain for power save mode." into nyc-dev by Felipe Leme · 7 years ago
  59. ddf2d5b Allow finer-grained locking, and use it in FirewallCmd. by Lorenzo Colitti · 7 years ago
  60. 0a3eb85 Don't use a manually-sized buffer for the PID. by Lorenzo Colitti · 7 years ago
  61. ccf7b99 Minor improvements for netd_test by Pierre Imai · 7 years ago
  62. 1cfa543 Wrap netd's controller to make them usable from other classes by Pierre Imai · 7 years ago
  63. c2c7b75 Rename the netd service from "android.net.INetd" to "netd". by Lorenzo Colitti · 7 years ago
  64. e4d626e Initial netd binder interface. by Lorenzo Colitti · 7 years ago
  65. 904ce3a Add test for DNS resolver code in netd. by Pierre Imai · 7 years ago
  66. 55b5bb9 Merge "Use SOCK_DESTROY in netd." into nyc-dev by Lorenzo Colitti · 7 years ago
  67. f32fc59 Use SOCK_DESTROY in netd. by Lorenzo Colitti · 7 years ago
  68. d7761bf Switch to ifc_add_address() for setcfg am: 397fbc056c by Erik Kline · 7 years ago
  69. 5e69c7f Switch to ifc_add_address() for setcfg by Erik Kline · 7 years ago
  70. 8464e1e Support killing sockets using SOCK_DESTROY. by Lorenzo Colitti · 7 years ago
  71. 3f62434 Created a firewall chain for power save mode. by Felipe Leme · 7 years ago
  72. 397fbc0 Switch to ifc_add_address() for setcfg by Erik Kline · 7 years ago
  73. 33fe732 Merge "Revert "Tell dnsmasq not to start wildcard sockets"" by Erik Kline · 7 years ago
  74. a3ec370 Revert "Tell dnsmasq not to start wildcard sockets" by Erik Kline · 7 years ago
  75. c6fb016 Don\'t use framework permission strings for netd permissions. am: 5c8c42e90f am: 3b61825abc am: a8c4601961 am: 296f2ef5c1 by Sreeram Ramachandran · 7 years ago
  76. 3000ca5 Merge "Tell dnsmasq not to start wildcard sockets" by Erik Kline · 7 years ago
  77. 6cff1fb Merge "Track rename from base/ to android-base/." am: c4f60ec960 am: 569ec05819 by Elliott Hughes · 7 years ago
  78. 569ec05 Merge "Track rename from base/ to android-base/." am: c4f60ec960 by Elliott Hughes · 7 years ago
  79. c4f60ec Merge "Track rename from base/ to android-base/." by Elliott Hughes · 7 years ago
  80. bbd5626 Track rename from base/ to android-base/. by Elliott Hughes · 7 years ago
  81. c284128 Support scoped addresses as tethered DNS servers. by Lorenzo Colitti · 7 years ago
  82. 92043f2 Don\'t use framework permission strings for netd permissions. am: 5c8c42e90f am: 3b61825abc am: a8c4601961 am: 296f2ef5c1 by Sreeram Ramachandran · 7 years ago
  83. b338d7c Don\'t use framework permission strings for netd permissions. am: 5c8c42e90f am: 3b61825abc am: a8c4601961 by Sreeram Ramachandran · 7 years ago
  84. dccd7e5 Don\'t use framework permission strings for netd permissions. am: 5c8c42e90f am: 3b61825abc am: a8c4601961 by Sreeram Ramachandran · 7 years ago
  85. 296f2ef Don\'t use framework permission strings for netd permissions. am: 5c8c42e90f am: 3b61825abc by Sreeram Ramachandran · 7 years ago
  86. a8c4601 Don\'t use framework permission strings for netd permissions. am: 5c8c42e90f by Sreeram Ramachandran · 7 years ago
  87. 3b61825 Don\'t use framework permission strings for netd permissions. am: 5c8c42e90f by Sreeram Ramachandran · 7 years ago
  88. 5c8c42e Don't use framework permission strings for netd permissions. by Sreeram Ramachandran · 8 years ago
  89. f1dfabe Tell dnsmasq not to start wildcard sockets by Erik Kline · 7 years ago
  90. f90a8b9 Pass both IPv4 and IPv6 nameservers to dnsmasq by Erik Kline · 7 years ago
  91. 13fa01f Change dnsmasq input command argument separator by Erik Kline · 7 years ago
  92. e6238a9 Merge "system/netd: check return value of PKCS5_PBKDF2_HMAC_SHA1." by Kenny Root · 7 years ago
  93. b407c9b Merge "system/netd: check return value of PKCS5_PBKDF2_HMAC_SHA1." by Kenny Root · 7 years ago
  94. 986d097 system/netd: check return value of PKCS5_PBKDF2_HMAC_SHA1. by Adam Langley · 7 years ago
  95. 471203d Merge "netd: Add NOTICE and MODULE_LICENSE_* files" am: 04c820c5f1 by Gaurav Shah · 7 years ago
  96. 8a55a1b Merge "netd: Add NOTICE and MODULE_LICENSE_* files" am: 04c820c5f1 by Gaurav Shah · 7 years ago
  97. 04c820c Merge "netd: Add NOTICE and MODULE_LICENSE_* files" by Gaurav Shah · 7 years ago
  98. 90c0245 netd: Add NOTICE and MODULE_LICENSE_* files by Gaurav Shah · 8 years ago
  99. 58a9448 Always add costly interfaces to the bw_FORWARD chain by Erik Kline · 8 years ago
  100. c8e5aab am 4485c500: am c8683d7e: Don\'t break IPv6 connectivity when in doze mode. by Lorenzo Colitti · 8 years ago