1. 1bf4b1f Merge "Add combine() and equals() for NetworkCapabilities admin UIDs." by Cody Kesting · 5 years ago
  2. aa53148 Merge "Use IBinder as key for ConnectivityDiagnostics storage in CS." by Cody Kesting · 5 years ago
  3. 548e1ec Merge "Make VpnProfile.maxMtu default value match Ikev2VpnProfile" by Benedict Wong · 5 years ago
  4. 95fa8ee Merge "Decrement networkRequestPerUid when callbacks are unregistered." by Cody Kesting · 5 years ago
  5. 77f2293 Merge "Invoke onConnectivityReport on registering ConnectivityDiagnostics." by Cody Kesting · 5 years ago
  6. 7ac1759 Merge "Clean up handling of NetworkCapabilities#administratorUids." by Cody Kesting · 5 years ago
  7. 9e70d0d Add combine() and equals() for NetworkCapabilities admin UIDs. by Chalard Jean · 5 years ago
  8. 0c55a30 Use IBinder as key for ConnectivityDiagnostics storage in CS. by Cody Kesting · 5 years ago
  9. fc14fbe Decrement networkRequestPerUid when callbacks are unregistered. by Cody Kesting · 5 years ago
  10. 905b475 Invoke onConnectivityReport on registering ConnectivityDiagnostics. by Cody Kesting · 5 years ago
  11. 61c6b86 Clean up handling of NetworkCapabilities#administratorUids. by Cody Kesting · 5 years ago
  12. 42956a0 Merge "Update constructor of NetworkMonitor" by Chiachang Wang · 5 years ago
  13. 70dd24b Update constructor of NetworkMonitor by Chiachang Wang · 5 years ago
  14. 45bf0aa Merge "Fix NetworkCapabilitiesTest fail on Q device" by Lucas Lin · 5 years ago
  15. 0e9d759 Merge "Make LinkPropertiesTest compatible with Q" by Aaron Huang · 5 years ago
  16. c98e3ac Fix NetworkCapabilitiesTest fail on Q device by lucaslin · 5 years ago
  17. d410caa Merge "Add MatchAllNetworkSpecifierTest" by Lucas Lin · 5 years ago
  18. 2389053 Merge "Add more tests in LinkPropertiesTests.java" by Lucas Lin · 5 years ago
  19. 9259da7 Merge "Create a builder for NetworkCapabilities." by Remi NGUYEN VAN · 5 years ago
  20. ff367b8 Make VpnProfile.maxMtu default value match Ikev2VpnProfile by Benedict Wong · 5 years ago
  21. db96b34 Merge "Unbreak testStartUsingNetworkFeature_enableHipri failure" by Mark Chien · 5 years ago
  22. 7fae6ea Unbreak testStartUsingNetworkFeature_enableHipri failure by markchien · 5 years ago
  23. d49cc3d Merge "Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull" by Daulet Zhanguzin · 5 years ago
  24. cbba5a8 Make LinkPropertiesTest compatible with Q by Aaron Huang · 5 years ago
  25. 1c556c8 Merge "API review: access field by method" by Aaron Huang · 5 years ago
  26. 08334a1 Replace com.android.internal.util.Preconditions.checkNotNull with by Daulet Zhanguzin · 5 years ago
  27. 72fde56 Add more tests in LinkPropertiesTests.java by lucaslin · 5 years ago
  28. c32a061 Add MatchAllNetworkSpecifierTest by lucaslin · 5 years ago
  29. e1f0d9a Merge "Add CTS tests for ApfCapabilities static APIs." by Xiao Ma · 5 years ago
  30. 86b48f9 Merge "Allow MANAGE_TEST_NETWORKS to register limited agents" by Chalard Jean · 5 years ago
  31. b5b172f Allow MANAGE_TEST_NETWORKS to register limited agents by Chalard Jean · 5 years ago
  32. bd958b3 Create a builder for NetworkCapabilities. by Chalard Jean · 5 years ago
  33. 57b8e50 Merge "Automatically set IPsec tunnel interface as up" by Benedict Wong · 5 years ago
  34. cb1c9fc Merge "Expose netId by adding getter API" by Chalard Jean · 5 years ago
  35. 60011ce API review: access field by method by Aaron Huang · 5 years ago
  36. b0424ef Add CTS tests for ApfCapabilities static APIs. by Xiao Ma · 5 years ago
  37. dee2872 Expose netId by adding getter API by markchien · 5 years ago
  38. 7a1edfc Merge "Fix addRoute replace default route unexpectedly" by Treehugger Robot · 5 years ago
  39. 21c26da Fix addRoute replace default route unexpectedly by junyulai · 5 years ago
  40. 57de456 Merge "Refactor Network's use of mUrlConnectionFactory." by Tobias Thierer · 5 years ago
  41. d109bbb Refactor Network's use of mUrlConnectionFactory. by Tobias Thierer · 7 years ago
  42. 94c93ed Merge changes from topic "netstack_constant_cherrypick" by Remi NGUYEN VAN · 5 years ago
  43. f2fed03 Remove usage of Context.NETWORK_STACK_SERVICE by Remi NGUYEN VAN · 5 years ago
  44. 3cde0f0 Merge "Change NetworkCapabilties administrator UIDs to be stored as int[]." by Cody Kesting · 5 years ago
  45. ffe3a0c Merge "TetheringManager API clean up" by Mark Chien · 5 years ago
  46. 0497d8b Merge "Move NetworkCallback to last parameter for new exposed requestNetwork" by Treehugger Robot · 5 years ago
  47. eddbe2b Move NetworkCallback to last parameter for new exposed requestNetwork by markchien · 5 years ago
  48. 19336c2 TetheringManager API clean up by markchien · 5 years ago
  49. a2f1af1 Merge "Make Ethernet interfaces more testable." by Lorenzo Colitti · 5 years ago
  50. 29b2aa1 [SM08] Add NetworkTemplate unit test for fetching mobile data usage by junyulai · 5 years ago
  51. 4e63e42 [SM07] Make combine subtype configurable from Settings by junyulai · 6 years ago
  52. a04a1ed [SM05] Enable record mobile network stats by collapsed rat type by junyulai · 6 years ago
  53. 8afd953 Merge "Kill ConnectivityManager.CONNECTIVITY_ACTION_SUPL" by Paul Hu · 5 years ago
  54. 4c17972 Make Ethernet interfaces more testable. by Lorenzo Colitti · 5 years ago
  55. c5cadf6 Change NetworkCapabilties administrator UIDs to be stored as int[]. by Cody Kesting · 5 years ago
  56. 034480f Merge "Restrict VPN Diagnostics callbacks to underlying networks." by Cody Kesting · 5 years ago
  57. e9e871e Merge "Fix flaky ConnectivityServiceTest#testNetworkFactoryUnregister" by Junyu Lai · 5 years ago
  58. 7bd2a24 Fix flaky ConnectivityServiceTest#testNetworkFactoryUnregister by junyulai · 5 years ago
  59. b76fc08 Merge "mtu: Add MTU parameter to Routes" by Lorenzo Colitti · 5 years ago
  60. 96da9cf Merge "Add version check to prevent test fail on Android Q" by Lucas Lin · 5 years ago
  61. 6fa3bc3 Merge "[SP25] Rename functions that add Entry conditionally" by Junyu Lai · 5 years ago
  62. 175c770 [SP25] Rename functions that add Entry conditionally by junyulai · 5 years ago
  63. ff5be42 Merge "Update ConnectivityDiagnosticsCallback function name." by Cody Kesting · 5 years ago
  64. e4d2df5 Update ConnectivityDiagnosticsCallback function name. by Cody Kesting · 5 years ago
  65. 5d08918 Merge "Shorten the output of NetworkAgentInfo#toString()." by Treehugger Robot · 5 years ago
  66. 924fb4c Shorten the output of NetworkAgentInfo#toString(). by Lorenzo Colitti · 6 years ago
  67. c4d6a4f Merge "Removing some of the API don't have to be @SystemApi" by Treehugger Robot · 5 years ago
  68. d080a4a Merge changes I97015365,Ic9db4b9b by Chiachang Wang · 5 years ago
  69. a0f5e8f Merge "services.net: Add a static library needed by wifi module" by Treehugger Robot · 5 years ago
  70. bcd6edb Merge "services.net: Use the new ModuleNetworkStackClient" by Remi NGUYEN VAN · 5 years ago
  71. 9e2a0cb Merge "Move sensitive field parceling bool to constructor" by Remi NGUYEN VAN · 5 years ago
  72. fd007f0 Add NattKeepalivePacketDataTest by Chiachang Wang · 5 years ago
  73. 13c97eb Add KeepalivePacketDataTest by Chiachang Wang · 5 years ago
  74. 3b2d608 Merge "Ensure that NetworkFactory objects cannot be reused." by Lorenzo Colitti · 5 years ago
  75. c389546 Move sensitive field parceling bool to constructor by Remi NGUYEN VAN · 5 years ago
  76. 167478a Merge "Make LinkPropertiesTest backwards compatible" by Remi NGUYEN VAN · 5 years ago
  77. 1d88c2e Make LinkPropertiesTest backwards compatible by Remi NGUYEN VAN · 5 years ago
  78. 01f0a15 Merge "Clean up unit testing for ConnectivityDiagnostics." by Cody Kesting · 5 years ago
  79. e385a7a Restrict VPN Diagnostics callbacks to underlying networks. by Cody Kesting · 5 years ago
  80. ed4de26 Merge "Add support for registering test networks with administrators." by Cody Kesting · 5 years ago
  81. 6e7c9fd Merge "Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull" by Cody Kesting · 5 years ago
  82. 86ae471 Ensure that NetworkFactory objects cannot be reused. by Lorenzo Colitti · 5 years ago
  83. 4427f0d Merge "Protect ConnectivityService from SecurityException in permission check." by Cody Kesting · 5 years ago
  84. 9e121da Removing some of the API don't have to be @SystemApi by Aaron Huang · 5 years ago
  85. 2521ad7 [SP24] Rename functions that add Entry unconditionally by junyulai · 5 years ago
  86. cc8e848 Merge "[SP21] Address comments for API council review about aosp/1172143" by Junyu Lai · 5 years ago
  87. 9c259cd services.net: Add a static library needed by wifi module by Roshan Pius · 5 years ago
  88. 947aa6c Merge "Resolve ambiguous argument." by Chalard Jean · 5 years ago
  89. 082ec1d Merge "Update Javadoc comments for ConnectivityDiagnostics constants." by Cody Kesting · 5 years ago
  90. e82646b Resolve ambiguous argument. by Chalard Jean · 5 years ago
  91. 76c9cf8 Merge "Remove redundant connected notification" by Treehugger Robot · 5 years ago
  92. 63ca656 Merge "Add test for NetworkAgentConfig" by Aaron Huang · 5 years ago
  93. 279be1c services.net: Use the new ModuleNetworkStackClient by Roshan Pius · 5 years ago
  94. f866007 [SP21] Address comments for API council review about aosp/1172143 by junyulai · 5 years ago
  95. f5ef676 Add version check to prevent test fail on Android Q by lucaslin · 5 years ago
  96. 12e8b30 Merge "Add javadoc for Network#netId" by Mark Chien · 5 years ago
  97. 6c65c01 Add javadoc for Network#netId by markchien · 5 years ago
  98. d9ce33f Kill ConnectivityManager.CONNECTIVITY_ACTION_SUPL by paulhu · 6 years ago
  99. 07fb930 Merge "Add CTS for SocketUtils.makePacketSocketAddress(int, int, byte[])" by Paul Hu · 5 years ago
  100. 48dc409 Add CTS for SocketUtils.makePacketSocketAddress(int, int, byte[]) by paulhu · 5 years ago