1. 96bd9fe Check carrier privilege for CBS network requests synchronously by junyulai · 4 years ago
  2. 8fc2a55 Allow 3p apps to request restricted networks by Paul Hu · 3 years, 10 months ago
  3. 34a257a Merge "Test [set|get]AppExclusionList" by Chiachang Wang · 3 years, 10 months ago
  4. 3c80d34 Merge "Add tests for LinkProperties#EXCLUDED_ROUTES" by Taras Antoshchuk · 3 years, 10 months ago
  5. 218d565 Test [set|get]AppExclusionList by chiachangwang · 3 years, 11 months ago
  6. f0c8daa Add tests for LinkProperties#EXCLUDED_ROUTES by Taras Antoshchuk · 4 years ago
  7. a1c6dbb Merge "Update VPN isolation code for excluded routes" by Prerana Patil · 3 years, 10 months ago
  8. c670977 Merge "remove unused #defines" by Treehugger Robot · 3 years, 10 months ago
  9. 7645571 Merge "remove _mainline suffix from {clatd,netd}.o_mainline targets" by Treehugger Robot · 3 years, 10 months ago
  10. c7975ff Merge "Add test for NetworkTemplate.Builder#setRoaming(int)" by Aaron Huang · 3 years, 10 months ago
  11. 132df4e Merge "Add NetworkTemplateTest to common test for cts coverage" by Aaron Huang · 3 years, 10 months ago
  12. 6e9ab78 remove unused #defines by Maciej Żenczykowski · 3 years, 11 months ago
  13. 8e3b96b Merge "Fix ConnectivityManager memory leak" by Mark Chien · 3 years, 10 months ago
  14. 15b83ab Merge "Add a test to identify memory leak in ConnectivityManager" by Mark Chien · 3 years, 10 months ago
  15. d72a5a7 remove _mainline suffix from {clatd,netd}.o_mainline targets by Maciej Żenczykowski · 3 years, 10 months ago
  16. a14bd2a Merge "Follow-up 2076940: Allow device owner to configure profile network preference " by Treehugger Robot · 3 years, 10 months ago
  17. 6867bb6 Merge "remove spurious ifdef POSIX_SPAWN_CLOEXEC_DEFAULT" by Treehugger Robot · 3 years, 10 months ago
  18. baade1c Follow-up 2076940: Allow device owner to configure profile network preference by Vadim Caen · 3 years, 10 months ago
  19. 07a2040 Merge "Allow device owner to configure profile network preference" by Sooraj Sasindran · 3 years, 10 months ago
  20. bb65aa8 Allow device owner to configure profile network preference by Sooraj Sasindran · 3 years, 11 months ago
  21. 6a957c7 Merge "[MS83] Add Cts for NetworkStatsCollection/History builders" by Treehugger Robot · 3 years, 10 months ago
  22. 2b97bbe Update VPN isolation code for excluded routes by Prerana · 3 years, 11 months ago
  23. 3c75dff remove spurious ifdef POSIX_SPAWN_CLOEXEC_DEFAULT by Maciej Żenczykowski · 3 years, 11 months ago
  24. 134d5ec Merge "Fix targetSdkVersion gate for EXCLUDED_ROUTES compat change" by Treehugger Robot · 3 years, 11 months ago
  25. 025a3c9 Merge changes from topics "CATEGORY_ERROR_IKE", "CATEGORY_ERROR_NETWORK", "CATEGORY_ERROR_USER_DEACTIVATED", "CATEGORY_EVENT_ALWAYS_ON_STATE_CHANGED" by Lucas Lin · 3 years, 11 months ago
  26. d201566 Fix ConnectivityManager memory leak by markchien · 3 years, 11 months ago
  27. ed0fab0 Add a test to identify memory leak in ConnectivityManager by markchien · 3 years, 11 months ago
  28. 5672613 Merge "Add test dependencies for CtsHostsideNetworkTests" by Treehugger Robot · 3 years, 11 months ago
  29. af3c360 Fix targetSdkVersion gate for EXCLUDED_ROUTES compat change by Taras Antoshchuk · 3 years, 11 months ago
  30. baa5442 Merge "Unicast state of existing ethernet interfaces when registering new Ethernet Listener." by Treehugger Robot · 3 years, 11 months ago
  31. bb9a49c Unicast state of existing ethernet interfaces when registering new Ethernet Listener. by Xiao Ma · 3 years, 11 months ago
  32. 8eda07c Merge "Make a defensive copy when sending NetworkInfo change" by Treehugger Robot · 3 years, 11 months ago
  33. 0869af6 Make a defensive copy when sending NetworkInfo change by Paul Hu · 3 years, 11 months ago
  34. 310ca20 Merge "Add tests to verify app has network access in onResume." by Sudheer Shanka · 3 years, 11 months ago
  35. 722346d Merge "ClatCoordinator: dump BPF forwarding rules" by Treehugger Robot · 3 years, 11 months ago
  36. 88ca23c [CLATJ#28] ClatCoordinator: spawn clatd with flag POSIX_SPAWN_CLOEXEC_DEFAULT by Hungming Chen · 4 years, 2 months ago
  37. 91c0bcb Merge "Disable data stall recovery for DnsResolverTest" by Treehugger Robot · 3 years, 11 months ago
  38. 217f55f Disable data stall recovery for DnsResolverTest by Sarah Chin · 3 years, 11 months ago
  39. 7076755 ClatCoordinator: dump BPF forwarding rules by Hungming Chen · 4 years ago
  40. cfec723 Test VpnManager event for CATEGORY_EVENT_NETWORK_ERROR by lucaslin · 3 years, 11 months ago
  41. 827b44d Test VpnManager event for CATEGORY_EVENT_IKE_ERROR by lucaslin · 3 years, 11 months ago
  42. 0772c16 Test VpnManager event for CATEGORY_EVENT_ALWAYS_ON_STATE_CHANGED by lucaslin · 3 years, 11 months ago
  43. c5bf088 Test VpnManager event for CATEGORY_EVENT_DEACTIVATED_BY_USER by lucaslin · 3 years, 11 months ago
  44. 79b38b4 Merge "Add EthernetTestInterface to list of created interfaces" by Treehugger Robot · 3 years, 11 months ago
  45. 2e67075 Merge "Test Ikev2VpnProfile provisioned with IkeTunnelConnectionParams" by Chiachang Wang · 3 years, 11 months ago
  46. e9d5ad0 improve mts bpf_existence_test to cover netd/clatd maps and programs in new location by Maciej Żenczykowski · 3 years, 11 months ago
  47. 0736d7b adjust for new T bpfloader net_shared location by Maciej Żenczykowski · 3 years, 11 months ago
  48. dcde1b0 Add tests to verify app has network access in onResume. by Sudheer Shanka · 4 years ago
  49. 7d7e7cd Merge "Add a method to create a TAP interface with a given interface name." by Xiao Ma · 3 years, 11 months ago
  50. 64ac247 Merge "Remove UserId from UID when checking against BLUETOOTH_UID" by Lorenzo Colitti · 3 years, 11 months ago
  51. 8300421 Merge "Update TEST_MAPPING file." by Sudheer Shanka · 3 years, 11 months ago
  52. b4bf6ce Merge "[CLATJ#27] Use ClatdCoordinator since T+ devices" by Maciej Żenczykowski · 3 years, 11 months ago
  53. 1135676 Merge "[Tetheirng] Refactor carrier config to EntitlementManager" by Tom Hsu · 3 years, 11 months ago
  54. 5e64a14 Merge "[SettingsProvider] fix connectivity test" by Treehugger Robot · 3 years, 11 months ago
  55. db9f10c Merge "Update some descriptions and refine code" by Paul Hu · 3 years, 11 months ago
  56. 8bbb808 Add a method to create a TAP interface with a given interface name. by Xiao Ma · 4 years ago
  57. 476e2a0 Test Ikev2VpnProfile provisioned with IkeTunnelConnectionParams by chiachangwang · 4 years ago
  58. 59e5df0 Merge "Remove the legacy ethernet config resource check." by Treehugger Robot · 3 years, 11 months ago
  59. eb15a2d [CLATJ#27] Use ClatdCoordinator since T+ devices by Hungming Chen · 4 years, 2 months ago
  60. f0d60e9 [Tetheirng] Refactor carrier config to EntitlementManager by tom hsu · 4 years ago
  61. b458c41 Merge "Deflake testStartStopVpnProfileV6 and testStartStopVpnProfileV4" by Chiachang Wang · 3 years, 11 months ago
  62. b8e0167 Remove the legacy ethernet config resource check. by Xiao Ma · 4 years ago
  63. c2b5f83 Update some descriptions and refine code by Paul Hu · 4 years ago
  64. 76ff404 Merge "ConnectivityNativeBinderTest: Check Kernel Version" by Lorenzo Colitti · 3 years, 11 months ago
  65. 2ae5c73 Remove UserId from UID when checking against BLUETOOTH_UID by Andrew Cheng · 3 years, 11 months ago
  66. 0cb706a [SettingsProvider] fix connectivity test by Songchun Fan · 3 years, 11 months ago
  67. faaaffc Merge "Add bpf forwording packet count test" by Treehugger Robot · 3 years, 11 months ago
  68. 7cdc4a0 Merge "Tethering: replace argsContain with CollectionUtils.contains" by Treehugger Robot · 3 years, 11 months ago
  69. 58f5b1a Merge "Improve dumpsys logs for NetworkProvider and NetworkOffer" by Junyu Lai · 3 years, 11 months ago
  70. e32dbde Add bpf forwording packet count test by Hungming Chen · 4 years ago
  71. 6abd0ff Tethering: replace argsContain with CollectionUtils.contains by Hungming Chen · 3 years, 11 months ago
  72. e4a6b28 BpfCoordinator: Add an option to choose which raw bpf map to dump by Hungming Chen · 4 years ago
  73. 0da479b Improve dumpsys logs for NetworkProvider and NetworkOffer by Junyu Lai · 3 years, 11 months ago
  74. 498919b Merge "Fix R8 full mode for Tethering" by Treehugger Robot · 3 years, 11 months ago
  75. c4379c2 Merge "Add onSupportedTetheringType callback" by Mark Chien · 3 years, 11 months ago
  76. a4ea04d Merge "Verify the return value of scheduleJob()." by Treehugger Robot · 3 years, 11 months ago
  77. 4e7aced ConnectivityNativeBinderTest: Check Kernel Version by Tyler Wear · 3 years, 11 months ago
  78. 74d7554 Merge "Reduce BROADCAST_TIMEOUT_MS." by Sudheer Shanka · 3 years, 11 months ago
  79. 4ed9942 Fix R8 full mode for Tethering by Jared Duke · 3 years, 11 months ago
  80. 8526459 Reduce BROADCAST_TIMEOUT_MS. by Sudheer Shanka · 3 years, 11 months ago
  81. a60493e Verify the return value of scheduleJob(). by Sudheer Shanka · 3 years, 11 months ago
  82. ae3d303 Add onSupportedTetheringType callback by markchien · 4 years ago
  83. 6b7e457 Merge "Fix NullPointerException happens in dumpCheckin" by Aaron Huang · 3 years, 11 months ago
  84. 0366028 Deflake testStartStopVpnProfileV6 and testStartStopVpnProfileV4 by chiachangwang · 3 years, 11 months ago
  85. 481b264 Merge "Fix NetworkTemplate generates non-metered carrier template" by Junyu Lai · 3 years, 11 months ago
  86. c3a43b4 Fix NullPointerException happens in dumpCheckin by Aaron Huang · 4 years ago
  87. 8315d1c Merge "Move TetherStatsKey and TetherStatsValue to common libs" by Treehugger Robot · 3 years, 11 months ago
  88. 74f7c8c Fix NetworkTemplate generates non-metered carrier template by Junyu Lai · 3 years, 11 months ago
  89. 4513595 Merge changes from topic "ms83-module-lib" by Junyu Lai · 3 years, 11 months ago
  90. d651629 Merge "Fix CtsNetTestCases on Q" by Remi NGUYEN VAN · 3 years, 11 months ago
  91. ba18a9e Merge "Add IPv6 Handling for DSCP Policies and Support Interfaces with MAC Addresses" by Lorenzo Colitti · 3 years, 11 months ago
  92. 90a7427 Merge "Throw an error if a shell command results in an error." by Sudheer Shanka · 3 years, 11 months ago
  93. 3ad8089 Add IPv6 Handling for DSCP Policies and Support Interfaces with MAC Addresses by Tyler Wear · 4 years, 1 month ago
  94. c559512 Fix CtsNetTestCases on Q by Remi NGUYEN VAN · 4 years ago
  95. c9769ad Throw an error if a shell command results in an error. by Sudheer Shanka · 4 years ago
  96. ac8935b Merge "Filter out excluded routes in LinkProperties" by Taras Antoshchuk · 4 years ago
  97. 30c89dc Add EthernetTestInterface to list of created interfaces by Patrick Rohr · 4 years ago
  98. 1709a63 Merge "rename try_make_readable() to try_make_writable()" by Treehugger Robot · 4 years ago
  99. 86d9d00 Merge changes from topic "vpn-api-fixes" by Lucas Lin · 4 years ago
  100. 620ea6f Merge "Add protection for setLocalRoutesExcludedForVpn" by Chiachang Wang · 4 years ago