1. 1c19cf3 Block incoming non-VPN packets to apps under fully-routed VPN by Rubin Xu · 7 years ago
  2. 3a9e68d Merge "Fix remove-before-add for IpSecService RefcountedResource" by Benedict Wong · 6 years ago
  3. 4dba79c Fix remove-before-add for IpSecService RefcountedResource by Benedict Wong · 6 years ago
  4. d82ae27 Merge "Move NetworkStatsFactory into service directory" by Treehugger Robot · 6 years ago
  5. 1203eeb Merge "Add common tests for FrameworksBaseTests and CTS" by Treehugger Robot · 6 years ago
  6. e807af1 Merge "Fix flaky UdpEncapsulationSocket test" by Lorenzo Colitti · 6 years ago
  7. ce3b747 Fix flaky UdpEncapsulationSocket test by Benedict Wong · 6 years ago
  8. 204b900 Move NetworkStatsFactory into service directory by Chenbo Feng · 6 years ago
  9. aa949ee Merge "Clean up permissions when uids are no longer used" by Treehugger Robot · 6 years ago
  10. 4a2659d Add common tests for FrameworksBaseTests and CTS by Remi NGUYEN VAN · 6 years ago
  11. 5758c87 Merge "Add tests for PermissionMonitor" by Treehugger Robot · 6 years ago
  12. 092d3a5 Clean up permissions when uids are no longer used by Chenbo Feng · 6 years ago
  13. 9866258 Add tests for PermissionMonitor by Chenbo Feng · 6 years ago
  14. b5db406 Merge "Address leftover comments on 923337 and 930217." by Paul Hu · 6 years ago
  15. da137d9 Fix IpPrefixTest#testContainsInetAddress fail. by paulhu · 6 years ago
  16. 0f1ffb3 Merge "Add DHCP address lease expiry in IpMemoryStore." by Xiao Ma · 6 years ago
  17. a9a6e2a Address leftover comments on 923337 and 930217. by paulhu · 6 years ago
  18. ca5b444 Merge "Fix race when starting NetworkMonitor" by Remi NGUYEN VAN · 6 years ago
  19. f59a5d4 Fix race when starting NetworkMonitor by Remi NGUYEN VAN · 6 years ago
  20. 8c3d79e Merge "Use IDnsResolver instead of INetd for resolver related binder commands" by Luke Huang · 6 years ago
  21. 314a231 Add DHCP address lease expiry in IpMemoryStore. by Xiao Ma · 6 years ago
  22. f004bcb Merge changes from topic "vpn_data_accounting" by Varun Anand · 6 years ago
  23. 23e1e5e NetworkStatsService: Fix getDetailedUidStats to take VPNs into account. by Varun Anand · 7 years ago
  24. 2dbf6e6 Take all VPN underlying networks into account when migrating traffic for by Varun Anand · 6 years ago
  25. ae26195 Merge changes I0baf582f,I4bba01ba by Junyu Lai · 6 years ago
  26. c4fb248 Block unpriviledged apps which create keepalives with null fd by junyulai · 6 years ago
  27. e3d6a79 Use IDnsResolver instead of INetd for resolver related binder commands by Luke Huang · 6 years ago
  28. 15b9eb4 Merge "Fix flaky test for ConnectivityServiceTest#testPartialConnectivity" by Lucas Lin · 6 years ago
  29. 563b751 Fix flaky test for ConnectivityServiceTest#testPartialConnectivity by lucaslin · 6 years ago
  30. 43dc93b Merge "Reveal the call trace of failed test cases which run in executors" by Junyu Lai · 6 years ago
  31. bd1567c Merge "[TCPKeepalive] Fill correct TOS and TTL value" by Mark Chien · 6 years ago
  32. b454b0f Reveal the call trace of failed test cases which run in executors by junyulai · 6 years ago
  33. 6114378 Fix SocketKeepalive APIs which do not meet API review requirement by junyulai · 6 years ago
  34. d2c678b [TCPKeepalive] Fill correct TOS and TTL value by markchien · 6 years ago
  35. e9109ce Merge "Fix Automated API Review issues." by Paul Hu · 6 years ago
  36. d2ff961 Merge "Temporarily disable flaky test." by Treehugger Robot · 6 years ago
  37. 19a71f9 Merge "Replace TcpSocketInfo with similar structure" by Mark Chien · 6 years ago
  38. 0f755c3 Temporarily disable flaky test. by lucaslin · 6 years ago
  39. cfd6cdf Merge "Cleanup NetworkManagementService for Netd commnads binder migrartion" by Luke Huang · 6 years ago
  40. 9bb0480 Fix Automated API Review issues. by paulhu · 6 years ago
  41. ce82357 Merge "Improve partial connectivity" by Lucas Lin · 6 years ago
  42. 0fcb078 Replace TcpSocketInfo with similar structure by markchien · 6 years ago
  43. c5fdf01 Cleanup NetworkManagementService for Netd commnads binder migrartion by Luke Huang · 6 years ago
  44. 2afb4bc Improve partial connectivity by lucaslin · 6 years ago
  45. 9a35341 Merge "Add Parcelable implementation for ApfCapabilities" by Remi NGUYEN VAN · 6 years ago
  46. 0572cf6 Merge "Add unit tests related to data accounting for VPNs with one underlying network." by Treehugger Robot · 6 years ago
  47. 0727435 Move the IpMemoryStore to the network stack. by Chalard Jean · 7 years ago
  48. 7391d04 Merge "Remove NetworkParcelable" by Remi NGUYEN VAN · 6 years ago
  49. e22525b Add unit tests related to data accounting for VPNs with one underlying network. by Varun Anand · 6 years ago
  50. 633c331 Remove NetworkParcelable by Remi NGUYEN VAN · 6 years ago
  51. 6190100 Add Parcelable implementation for ApfCapabilities by Remi NGUYEN VAN · 6 years ago
  52. 9f87223 [KA02.5] Use binder thread and executor to invoke callback by junyulai · 7 years ago
  53. 40f6974 Merge "Tell the factory it is already serving a request." by Chalard Jean · 6 years ago
  54. d146d71 Merge "Temporarily disable flaky test." by Ian Kasprzak · 6 years ago
  55. a0b41a3 Merge "[KA13]: add unit test for exposed TCP socket keepalive API." by Xiao Ma · 6 years ago
  56. dc1e7d9 Temporarily disable flaky test. by Lorenzo Colitti · 6 years ago
  57. 44689aa Tell the factory it is already serving a request. by Chalard Jean · 7 years ago
  58. 6e6bca7 Merge "[CS] Support "instant failure" from factories" by Chalard Jean · 6 years ago
  59. 75bbf71 [KA13]: add unit test for exposed TCP socket keepalive API. by Xiao Ma · 6 years ago
  60. 25a5047 Check if network has partial connectivity by lucaslin · 6 years ago
  61. 06633de [CS] Support "instant failure" from factories by Etan Cohen · 7 years ago
  62. 216266b Merge "Migrate frameworks/base/tests/net/ to androidx.test" by Treehugger Robot · 6 years ago
  63. ab11bf1 Migrate frameworks/base/tests/net/ to androidx.test by Brett Chabot · 6 years ago
  64. 9fd6a19 Merge "Fix isActiveNetworkMetered for VPNs." by Varun Anand · 6 years ago
  65. 5e980f4 Remove ConnectivityManager and its usages from NetworkStatsService. by Varun Anand · 6 years ago
  66. e93a4f3 Fix isActiveNetworkMetered for VPNs. by Varun Anand · 6 years ago
  67. cfb7f03 Merge changes from topic "nat64" by Lorenzo Colitti · 6 years ago
  68. 714b786 Manage NAT64 prefix discovery lifecycle in the framework. by Lorenzo Colitti · 6 years ago
  69. 8d39bbf Track NAT64 in the framework and start clatd iff NAT64 detected by Lorenzo Colitti · 7 years ago
  70. 07f1020 Change Nat464Xlat lifecycle. by Lorenzo Colitti · 7 years ago
  71. b0e7a02 Minor improvements to verifyTcpBufferSizeChange. by Lorenzo Colitti · 6 years ago
  72. 3b3871c Merge "Skip unreachable route when estimating VPN destinations" by Treehugger Robot · 6 years ago
  73. 1faa896 Skip unreachable route when estimating VPN destinations by Rubin Xu · 6 years ago
  74. 9e22670 Merge "Update VPN capabilities when its underlying network set is null." by Treehugger Robot · 6 years ago
  75. f66b7a8 Merge "Move NetworkStack to services.net" by Remi NGUYEN VAN · 6 years ago
  76. f1c624a Move NetworkStack to services.net by Remi NGUYEN VAN · 6 years ago
  77. 273f900 Update VPN capabilities when its underlying network set is null. by Varun Anand · 6 years ago
  78. 296c5ed Merge "Fix flaky testNattSocketKeepalives" by Remi NGUYEN VAN · 6 years ago
  79. cb0b1fc Fix flaky testNattSocketKeepalives by Remi NGUYEN VAN · 6 years ago
  80. 8b3999c Remove hard-coded NetworkStack package name by Remi NGUYEN VAN · 6 years ago
  81. 8c1586e [KA03.5] Add stable AIDL parcelable for TcpKeepalivePacketData by junyulai · 7 years ago
  82. 46f41d4 [KA03] Support tcp keepalive offload by markchien · 7 years ago
  83. 21c06d0 [KA02] internal cleanup and refactor for SocketKeepalive by junyulai · 7 years ago
  84. fcfc88d Merge "Add an API that allows VPNs to declare themselves as metered." by Varun Anand · 7 years ago
  85. 5ccd6bd Add an API that allows VPNs to declare themselves as metered. by Varun Anand · 7 years ago
  86. 9e7e213 Remove last NetworkStack usage of hidden APIs by Remi NGUYEN VAN · 7 years ago
  87. 2c13733 Merge "Whitelist packages from VPN lockdown." by Pavel Grafov · 7 years ago
  88. 1ee45c9 Merge "Move NetworkUtils used by NetworkStack" by Remi NGUYEN VAN · 7 years ago
  89. 926e230 Move NetworkUtils used by NetworkStack by Remi NGUYEN VAN · 7 years ago
  90. d57b49c Add NetworkStack networking deps to SystemApi by Remi NGUYEN VAN · 7 years ago
  91. 4753f40 Whitelist packages from VPN lockdown. by Pavel Grafov · 7 years ago
  92. 0246fc7 Merge "Revert "Whitelist packages from VPN lockdown."" by Dan Albert · 7 years ago
  93. bc9dd2b Revert "Whitelist packages from VPN lockdown." by Dan Albert · 7 years ago
  94. a72ef3f Merge "Add API for proxy configuration over VPN." by Treehugger Robot · 7 years ago
  95. 5bc0c4f Merge "Whitelist packages from VPN lockdown." by Pavel Grafov · 7 years ago
  96. b66ec9b Whitelist packages from VPN lockdown. by Pavel Grafov · 7 years ago
  97. 0eafa0b Add API for proxy configuration over VPN. by Irina Dumitrescu · 7 years ago
  98. 08bf40c Merge "Popup a notification after logging in the captive portal network" by Lucas Lin · 7 years ago
  99. 1ac7239 Popup a notification after logging in the captive portal network by lucaslin · 7 years ago
  100. 48a5938 [KA05] Export keepalive offload api for IpSec Nat-T file descriptor by junyulai · 7 years ago