1. ae26195 Merge changes I0baf582f,I4bba01ba by Junyu Lai · 6 years ago
  2. c4fb248 Block unpriviledged apps which create keepalives with null fd by junyulai · 6 years ago
  3. 15b9eb4 Merge "Fix flaky test for ConnectivityServiceTest#testPartialConnectivity" by Lucas Lin · 6 years ago
  4. 563b751 Fix flaky test for ConnectivityServiceTest#testPartialConnectivity by lucaslin · 6 years ago
  5. 43dc93b Merge "Reveal the call trace of failed test cases which run in executors" by Junyu Lai · 6 years ago
  6. bd1567c Merge "[TCPKeepalive] Fill correct TOS and TTL value" by Mark Chien · 6 years ago
  7. b454b0f Reveal the call trace of failed test cases which run in executors by junyulai · 6 years ago
  8. 6114378 Fix SocketKeepalive APIs which do not meet API review requirement by junyulai · 6 years ago
  9. d2c678b [TCPKeepalive] Fill correct TOS and TTL value by markchien · 6 years ago
  10. e9109ce Merge "Fix Automated API Review issues." by Paul Hu · 6 years ago
  11. d2ff961 Merge "Temporarily disable flaky test." by Treehugger Robot · 6 years ago
  12. 19a71f9 Merge "Replace TcpSocketInfo with similar structure" by Mark Chien · 6 years ago
  13. 0f755c3 Temporarily disable flaky test. by lucaslin · 6 years ago
  14. cfd6cdf Merge "Cleanup NetworkManagementService for Netd commnads binder migrartion" by Luke Huang · 6 years ago
  15. 9bb0480 Fix Automated API Review issues. by paulhu · 6 years ago
  16. ce82357 Merge "Improve partial connectivity" by Lucas Lin · 6 years ago
  17. 0fcb078 Replace TcpSocketInfo with similar structure by markchien · 6 years ago
  18. c5fdf01 Cleanup NetworkManagementService for Netd commnads binder migrartion by Luke Huang · 6 years ago
  19. 2afb4bc Improve partial connectivity by lucaslin · 6 years ago
  20. 9a35341 Merge "Add Parcelable implementation for ApfCapabilities" by Remi NGUYEN VAN · 6 years ago
  21. 0572cf6 Merge "Add unit tests related to data accounting for VPNs with one underlying network." by Treehugger Robot · 6 years ago
  22. 0727435 Move the IpMemoryStore to the network stack. by Chalard Jean · 7 years ago
  23. 7391d04 Merge "Remove NetworkParcelable" by Remi NGUYEN VAN · 6 years ago
  24. e22525b Add unit tests related to data accounting for VPNs with one underlying network. by Varun Anand · 6 years ago
  25. 633c331 Remove NetworkParcelable by Remi NGUYEN VAN · 6 years ago
  26. 6190100 Add Parcelable implementation for ApfCapabilities by Remi NGUYEN VAN · 6 years ago
  27. 9f87223 [KA02.5] Use binder thread and executor to invoke callback by junyulai · 7 years ago
  28. 40f6974 Merge "Tell the factory it is already serving a request." by Chalard Jean · 6 years ago
  29. d146d71 Merge "Temporarily disable flaky test." by Ian Kasprzak · 6 years ago
  30. a0b41a3 Merge "[KA13]: add unit test for exposed TCP socket keepalive API." by Xiao Ma · 6 years ago
  31. dc1e7d9 Temporarily disable flaky test. by Lorenzo Colitti · 6 years ago
  32. 44689aa Tell the factory it is already serving a request. by Chalard Jean · 7 years ago
  33. 6e6bca7 Merge "[CS] Support "instant failure" from factories" by Chalard Jean · 6 years ago
  34. 75bbf71 [KA13]: add unit test for exposed TCP socket keepalive API. by Xiao Ma · 6 years ago
  35. 25a5047 Check if network has partial connectivity by lucaslin · 6 years ago
  36. 06633de [CS] Support "instant failure" from factories by Etan Cohen · 7 years ago
  37. 168d763 Convert tests/**/Android.mk files to Android.bp by Sasha Smundak · 6 years ago
  38. 216266b Merge "Migrate frameworks/base/tests/net/ to androidx.test" by Treehugger Robot · 6 years ago
  39. ab11bf1 Migrate frameworks/base/tests/net/ to androidx.test by Brett Chabot · 6 years ago
  40. 9fd6a19 Merge "Fix isActiveNetworkMetered for VPNs." by Varun Anand · 6 years ago
  41. 5e980f4 Remove ConnectivityManager and its usages from NetworkStatsService. by Varun Anand · 6 years ago
  42. e93a4f3 Fix isActiveNetworkMetered for VPNs. by Varun Anand · 6 years ago
  43. cfb7f03 Merge changes from topic "nat64" by Lorenzo Colitti · 6 years ago
  44. 714b786 Manage NAT64 prefix discovery lifecycle in the framework. by Lorenzo Colitti · 6 years ago
  45. 8d39bbf Track NAT64 in the framework and start clatd iff NAT64 detected by Lorenzo Colitti · 7 years ago
  46. 07f1020 Change Nat464Xlat lifecycle. by Lorenzo Colitti · 7 years ago
  47. b0e7a02 Minor improvements to verifyTcpBufferSizeChange. by Lorenzo Colitti · 6 years ago
  48. 3b3871c Merge "Skip unreachable route when estimating VPN destinations" by Treehugger Robot · 6 years ago
  49. 1faa896 Skip unreachable route when estimating VPN destinations by Rubin Xu · 6 years ago
  50. 9e22670 Merge "Update VPN capabilities when its underlying network set is null." by Treehugger Robot · 6 years ago
  51. f66b7a8 Merge "Move NetworkStack to services.net" by Remi NGUYEN VAN · 6 years ago
  52. f1c624a Move NetworkStack to services.net by Remi NGUYEN VAN · 6 years ago
  53. 273f900 Update VPN capabilities when its underlying network set is null. by Varun Anand · 6 years ago
  54. 296c5ed Merge "Fix flaky testNattSocketKeepalives" by Remi NGUYEN VAN · 6 years ago
  55. cb0b1fc Fix flaky testNattSocketKeepalives by Remi NGUYEN VAN · 6 years ago
  56. 8b3999c Remove hard-coded NetworkStack package name by Remi NGUYEN VAN · 6 years ago
  57. 8c1586e [KA03.5] Add stable AIDL parcelable for TcpKeepalivePacketData by junyulai · 7 years ago
  58. 46f41d4 [KA03] Support tcp keepalive offload by markchien · 7 years ago
  59. 21c06d0 [KA02] internal cleanup and refactor for SocketKeepalive by junyulai · 7 years ago
  60. fcfc88d Merge "Add an API that allows VPNs to declare themselves as metered." by Varun Anand · 7 years ago
  61. 5ccd6bd Add an API that allows VPNs to declare themselves as metered. by Varun Anand · 7 years ago
  62. 9e7e213 Remove last NetworkStack usage of hidden APIs by Remi NGUYEN VAN · 7 years ago
  63. 2c13733 Merge "Whitelist packages from VPN lockdown." by Pavel Grafov · 7 years ago
  64. 1ee45c9 Merge "Move NetworkUtils used by NetworkStack" by Remi NGUYEN VAN · 7 years ago
  65. 926e230 Move NetworkUtils used by NetworkStack by Remi NGUYEN VAN · 7 years ago
  66. d57b49c Add NetworkStack networking deps to SystemApi by Remi NGUYEN VAN · 7 years ago
  67. 4753f40 Whitelist packages from VPN lockdown. by Pavel Grafov · 7 years ago
  68. 0246fc7 Merge "Revert "Whitelist packages from VPN lockdown."" by Dan Albert · 7 years ago
  69. bc9dd2b Revert "Whitelist packages from VPN lockdown." by Dan Albert · 7 years ago
  70. a72ef3f Merge "Add API for proxy configuration over VPN." by Treehugger Robot · 7 years ago
  71. 5bc0c4f Merge "Whitelist packages from VPN lockdown." by Pavel Grafov · 7 years ago
  72. b66ec9b Whitelist packages from VPN lockdown. by Pavel Grafov · 7 years ago
  73. 0eafa0b Add API for proxy configuration over VPN. by Irina Dumitrescu · 7 years ago
  74. 08bf40c Merge "Popup a notification after logging in the captive portal network" by Lucas Lin · 7 years ago
  75. 1ac7239 Popup a notification after logging in the captive portal network by lucaslin · 7 years ago
  76. 48a5938 [KA05] Export keepalive offload api for IpSec Nat-T file descriptor by junyulai · 7 years ago
  77. a86defc [KA01] export SocketKeepalive API for NAT-T keepalive by junyulai · 7 years ago
  78. af90483 Merge "Stop depending on the ConnectivityService default request." by Lorenzo Colitti · 7 years ago
  79. 4d4798e Stop depending on the ConnectivityService default request. by Lorenzo Colitti · 7 years ago
  80. a5ca09f Merge changes If71fadd2,I42047185 by Chalard Jean · 7 years ago
  81. c9ea55c Merge "Add API for VPN apps to query always-on and lockdown." by Pavel Grafov · 7 years ago
  82. e4ff75e [MS09] Implement isSameNetwork. by Chalard Jean · 7 years ago
  83. 8fada52 Merge "Add NetworkStack metrics to system API" by Remi NGUYEN VAN · 7 years ago
  84. 46eae8a Properly expect all callbacks in testStackedLinkProperties. by Lorenzo Colitti · 7 years ago
  85. 737c49d Add NetworkStack metrics to system API by Remi NGUYEN VAN · 7 years ago
  86. 23d6570 Add API for VPN apps to query always-on and lockdown. by Pavel Grafov · 7 years ago
  87. d92c3d5 [MS08] Read back attributes and blobs. by Chalard Jean · 7 years ago
  88. 79a6329 Merge "Avoid calling ParcelFileDescriptor.fromSocket on new Sockets." by Josh Gao · 7 years ago
  89. c069b06 [CS] Add an option to block sensitive network specifier by Etan Cohen · 7 years ago
  90. 1098cc6 Test parceling empty LinkProperties. by Lorenzo Colitti · 7 years ago
  91. c9ac786 Delete the clatd functions from NetworkManagementService. by Lorenzo Colitti · 7 years ago
  92. 3d68028 Add the NAT64 prefix to LinkProperties. by Lorenzo Colitti · 7 years ago
  93. 709d367 [MS02] Write the skeleton for the IP memory store. by Chalard Jean · 7 years ago
  94. 7c2ee0d [MS01] Add the IP memory store service. by Chalard Jean · 7 years ago
  95. 197460b Merge "Move NetworkMonitor to NetworkStack" by Remi NGUYEN VAN · 7 years ago
  96. 1becbe7 Move NetworkMonitor to NetworkStack by Remi NGUYEN VAN · 7 years ago
  97. 2bcdb1a Merge "Add PCSCF to LinkProperties." by Chalard Jean · 7 years ago
  98. c8497bb Merge "Ignore ipv6 tx traffic on clat uid." by Junyu Lai · 7 years ago
  99. 55191eb [CM] Fix comments, add tests to TransportInfo API by Etan Cohen · 7 years ago
  100. 7f1d549 Ignore ipv6 tx traffic on clat uid. by junyulai · 7 years ago