1. eea398a Merge "Only apply entitlement check to cellular upstream" by Mark Chien · 5 years ago
  2. 3b51963 Only apply entitlement check to cellular upstream by markchien · 6 years ago
  3. e5ee6b9 Merge changes I0baf582f,I4bba01ba by Junyu Lai · 5 years ago
  4. 1517815 Block unpriviledged apps which create keepalives with null fd by junyulai · 5 years ago
  5. 9e3297a Merge "Fix flaky test for ConnectivityServiceTest#testPartialConnectivity" by Lucas Lin · 5 years ago
  6. f3b59b3 Fix flaky test for ConnectivityServiceTest#testPartialConnectivity by lucaslin · 5 years ago
  7. afe9b49 Reveal the call trace of failed test cases which run in executors by junyulai · 5 years ago
  8. 8324c3e Merge "Fix SocketKeepalive APIs which do not meet API review requirement" by Junyu Lai · 5 years ago
  9. 0c66697 Fix SocketKeepalive APIs which do not meet API review requirement by junyulai · 6 years ago
  10. 29a650c Fix the race between carrier config and DDS change by markchien · 5 years ago
  11. 43c1ade6 Merge "Fix Automated API Review issues." by Paul Hu · 5 years ago
  12. 775d11c Merge "Temporarily disable flaky test." by Treehugger Robot · 5 years ago
  13. 5ecbb80 Temporarily disable flaky test. by lucaslin · 5 years ago
  14. 3af01e2 Merge "Cleanup NetworkManagementService for Netd commnads binder migrartion" by Luke Huang · 5 years ago
  15. d9736de Fix Automated API Review issues. by paulhu · 6 years ago
  16. f6cbc2d Merge "Improve partial connectivity" by Lucas Lin · 5 years ago
  17. 909b31a Cleanup NetworkManagementService for Netd commnads binder migrartion by Luke Huang · 5 years ago
  18. 4333899 Improve partial connectivity by lucaslin · 5 years ago
  19. 289759e Merge "Add unit tests related to data accounting for VPNs with one underlying network." by Treehugger Robot · 5 years ago
  20. 9521351 Move the IpMemoryStore to the network stack. by Chalard Jean · 6 years ago
  21. 205886d Merge "Remove NetworkParcelable" by Remi NGUYEN VAN · 5 years ago
  22. 472b926 Add unit tests related to data accounting for VPNs with one underlying network. by Varun Anand · 6 years ago
  23. 904a38b Remove NetworkParcelable by Remi NGUYEN VAN · 5 years ago
  24. 7c46917 [KA02.5] Use binder thread and executor to invoke callback by junyulai · 6 years ago
  25. ae79013 Merge "Tell the factory it is already serving a request." by Chalard Jean · 5 years ago
  26. 3fb5ba9 Merge "Temporarily disable flaky test." by Ian Kasprzak · 5 years ago
  27. f1e012a Merge "[KA13]: add unit test for exposed TCP socket keepalive API." by Xiao Ma · 5 years ago
  28. 5ae2caf Temporarily disable flaky test. by Lorenzo Colitti · 5 years ago
  29. 05ab681 Tell the factory it is already serving a request. by Chalard Jean · 6 years ago
  30. eb3e7b3 Merge "[CS] Support "instant failure" from factories" by Chalard Jean · 5 years ago
  31. a463711 [KA13]: add unit test for exposed TCP socket keepalive API. by Xiao Ma · 6 years ago
  32. e252a74 Check if network has partial connectivity by lucaslin · 5 years ago
  33. ddb720a [CS] Support "instant failure" from factories by Etan Cohen · 6 years ago
  34. 26299ed Add tethering event callback API by markchien · 6 years ago
  35. fbcc63d Merge "Fix TetheringEntitlementValueListener related API" by Mark Chien · 6 years ago
  36. 58038da Merge "Migrate frameworks/base/tests/net/ to androidx.test" by Treehugger Robot · 6 years ago
  37. 9554abf Fix TetheringEntitlementValueListener related API by markchien · 6 years ago
  38. 1ae2aa6 Migrate frameworks/base/tests/net/ to androidx.test by Brett Chabot · 6 years ago
  39. 92c55f0 Merge "Fix isActiveNetworkMetered for VPNs." by Varun Anand · 6 years ago
  40. a56c2e4e Merge "Check if DUN APN exists to decide isDunRequired" by Mark Chien · 6 years ago
  41. d33cbc6 Remove ConnectivityManager and its usages from NetworkStatsService. by Varun Anand · 6 years ago
  42. c51b06d Fix isActiveNetworkMetered for VPNs. by Varun Anand · 6 years ago
  43. a02847e Merge changes from topic "nat64" by Lorenzo Colitti · 6 years ago
  44. d593e29 Manage NAT64 prefix discovery lifecycle in the framework. by Lorenzo Colitti · 6 years ago
  45. db3a236 Check if DUN APN exists to decide isDunRequired by markchien · 6 years ago
  46. 6998fa8 Track NAT64 in the framework and start clatd iff NAT64 detected by Lorenzo Colitti · 6 years ago
  47. df59563 Change Nat464Xlat lifecycle. by Lorenzo Colitti · 6 years ago
  48. f56ff04 Minor improvements to verifyTcpBufferSizeChange. by Lorenzo Colitti · 6 years ago
  49. 21078b1 Merge "Skip unreachable route when estimating VPN destinations" by Treehugger Robot · 6 years ago
  50. c63e48d Skip unreachable route when estimating VPN destinations by Rubin Xu · 6 years ago
  51. e3ae238 Merge "Update VPN capabilities when its underlying network set is null." by Treehugger Robot · 6 years ago
  52. 762f9f0 Merge "Move NetworkStack to services.net" by Remi NGUYEN VAN · 6 years ago
  53. 5db454c Move NetworkStack to services.net by Remi NGUYEN VAN · 6 years ago
  54. 4fa80e8 Update VPN capabilities when its underlying network set is null. by Varun Anand · 6 years ago
  55. 1675807 Merge "Fix flaky testNattSocketKeepalives" by Remi NGUYEN VAN · 6 years ago
  56. ac02bc8 Fix flaky testNattSocketKeepalives by Remi NGUYEN VAN · 6 years ago
  57. 8fee3de Merge "Support multi-SIM entitlement check" by Mark Chien · 6 years ago
  58. 0b59507 Support multi-SIM entitlement check by markchien · 6 years ago
  59. 9c5d964 Remove hard-coded NetworkStack package name by Remi NGUYEN VAN · 6 years ago
  60. 150e191 [KA03] Support tcp keepalive offload by markchien · 6 years ago
  61. 0683511 [KA02] internal cleanup and refactor for SocketKeepalive by junyulai · 6 years ago
  62. 4163ff7 Merge "Add get last entitlement value callback API" by Mark Chien · 6 years ago
  63. f273127 Add get last entitlement value callback API by markchien · 6 years ago
  64. 62a9b66 Merge "Add an API that allows VPNs to declare themselves as metered." by Varun Anand · 6 years ago
  65. 1215f09 Add an API that allows VPNs to declare themselves as metered. by Varun Anand · 6 years ago
  66. 231b52b Remove last NetworkStack usage of hidden APIs by Remi NGUYEN VAN · 6 years ago
  67. a462bcb Whitelist packages from VPN lockdown. by Pavel Grafov · 6 years ago
  68. 1f9d80f Merge "Fix IPMS tests timeout." by Treehugger Robot · 6 years ago
  69. 9f73671 Merge "Revert "Whitelist packages from VPN lockdown."" by Dan Albert · 6 years ago
  70. ee8e6a0 Revert "Whitelist packages from VPN lockdown." by Dan Albert · 6 years ago
  71. 8b59179 Merge "Add API for proxy configuration over VPN." by Treehugger Robot · 6 years ago
  72. efc7735 Merge "Whitelist packages from VPN lockdown." by Pavel Grafov · 6 years ago
  73. bb9cef0 Whitelist packages from VPN lockdown. by Pavel Grafov · 6 years ago
  74. 044a436 Add API for proxy configuration over VPN. by Irina Dumitrescu · 6 years ago
  75. 6fa3d39 Merge "Popup a notification after logging in the captive portal network" by Lucas Lin · 6 years ago
  76. f735efc Fix IPMS tests timeout. by Chalard Jean · 6 years ago
  77. d2e045e0 Popup a notification after logging in the captive portal network by lucaslin · 6 years ago
  78. 215b877 [KA05] Export keepalive offload api for IpSec Nat-T file descriptor by junyulai · 6 years ago
  79. 48eac1d4 [KA01] export SocketKeepalive API for NAT-T keepalive by junyulai · 6 years ago
  80. e62097f Merge "Stop depending on the ConnectivityService default request." by Lorenzo Colitti · 6 years ago
  81. ed3168e Stop depending on the ConnectivityService default request. by Lorenzo Colitti · 6 years ago
  82. 8d1a890 [MS11] Implement findL2Key by Chalard Jean · 6 years ago
  83. 022daeb Merge changes If71fadd2,I42047185 by Chalard Jean · 6 years ago
  84. 479c076 Merge "Add API for VPN apps to query always-on and lockdown." by Pavel Grafov · 6 years ago
  85. d1b51a3 Remove InterfaceController dependency on NMS by Remi NGUYEN VAN · 6 years ago
  86. b67e493 [MS10] Address leftover comments on MS03 and MS07 by Chalard Jean · 6 years ago
  87. a39756a [MS09] Implement isSameNetwork. by Chalard Jean · 6 years ago
  88. 8586a43 Merge "Add NetworkStack metrics to system API" by Remi NGUYEN VAN · 6 years ago
  89. 2412c13 Properly expect all callbacks in testStackedLinkProperties. by Lorenzo Colitti · 6 years ago
  90. 7b84fb3 Add NetworkStack metrics to system API by Remi NGUYEN VAN · 6 years ago
  91. cb3b895 Add API for VPN apps to query always-on and lockdown. by Pavel Grafov · 6 years ago
  92. bf73e66 [MS08] Read back attributes and blobs. by Chalard Jean · 6 years ago
  93. 91549b6 [MS07] Implement storeNetworkAttributes and storeBlob. by Chalard Jean · 6 years ago
  94. 35c5160 Merge "Avoid calling ParcelFileDescriptor.fromSocket on new Sockets." by Josh Gao · 6 years ago
  95. 836ad57 [CS] Add an option to block sensitive network specifier by Etan Cohen · 6 years ago
  96. 796c944 Merge changes I09167532,I7df77a99,I67797b3f,Ic27e706f by Chalard Jean · 6 years ago
  97. 5e5c764 [MS06] Add the relevance utils. by Chalard Jean · 6 years ago
  98. 61e27ab [MS03] Add the contract for the IPMS database. by Chalard Jean · 6 years ago
  99. 9307ca2 Delete the clatd functions from NetworkManagementService. by Lorenzo Colitti · 6 years ago
  100. f89d7be [MS02] Write the skeleton for the IP memory store. by Chalard Jean · 6 years ago