1. 389bc7f Split requestDownstreamAddress into two methods by Handa Wang · 1 year, 4 months ago
  2. b0e3eaf Merge "Consolidate handler thread check functions in HandlerUtils" into main by Treehugger Robot · 1 year, 4 months ago
  3. e2a031b Merge changes from topic "refactor-pac" into main by Treehugger Robot · 1 year, 4 months ago
  4. d598ced Merge "Revert "Add link-related methods at NetlinkUtils"" into main by Yuyang Huang · 1 year, 4 months ago
  5. d789d1b Update unit tests to reflect the changes to RoutingCoordinator and by Handa Wang · 1 year, 5 months ago
  6. 69aee7b Move PrivateAddressCoordinator from Tethering to staticlibs by Handa Wang · 1 year, 6 months ago
  7. 55e0052 Refator IpServer to allocate IPv4 address via RoutingCoordinatorManager API by Handa Wang · 1 year, 5 months ago
  8. e5e06f9 Introduce PrivateAddressCoordinator methods at RoutingCoordinatorManager by Handa Wang · 1 year, 6 months ago
  9. 8589c09 Delete a surprising amount of dead code by Patrick Rohr · 1 year, 4 months ago
  10. 9b8b300 Revert "Add link-related methods at NetlinkUtils" by Yuyang Huang · 1 year, 4 months ago
  11. 507922a Merge "Refactor shouldTestThisNetworkType" into main by Treehugger Robot · 1 year, 4 months ago
  12. 84a40ff Consolidate handler thread check functions in HandlerUtils by Paul Hu · 1 year, 4 months ago
  13. 8eff4fd Merge "Do not run diagnostics on assumption failures" into main by Treehugger Robot · 1 year, 4 months ago
  14. 3feb788 Do not run diagnostics on assumption failures by Remi NGUYEN VAN · 1 year, 4 months ago
  15. 5024551 Merge "Add options to disable diagnostics collector" into main by Treehugger Robot · 1 year, 4 months ago
  16. 2665f0a Add options to disable diagnostics collector by Remi NGUYEN VAN · 1 year, 4 months ago
  17. c0ebf16 Merge "Add connectivity diagnostics on test failure" into main by Remi NGUYEN VAN · 1 year, 4 months ago
  18. 679edb4 Merge "Remove module tests from FrameworksNetTests" into main by Treehugger Robot · 1 year, 4 months ago
  19. f329d7e Merge "Remove the check for epskc flag value at runtime." into main by Yang Sun · 1 year, 4 months ago
  20. 43730b3 Add connectivity diagnostics on test failure by Remi NGUYEN VAN · 1 year, 4 months ago
  21. 96267ec Remove module tests from FrameworksNetTests by Remi NGUYEN VAN · 1 year, 4 months ago
  22. 9e13b32 Merge "Rename TapPacketReader to PollPacketReader for broader applicability" into main by Yuyang Huang · 1 year, 4 months ago
  23. eab97a0 Remove the check for epskc flag value at runtime. by Yang Sun · 1 year, 4 months ago
  24. 49bf74e Merge "Move buildMdnsServiceInfoFromResponse to MdnsUtils." into main by Paul Hu · 1 year, 4 months ago
  25. eb3c631 Rename TapPacketReader to PollPacketReader for broader applicability by Yuyang Huang · 1 year, 4 months ago
  26. f311b43 Move buildMdnsServiceInfoFromResponse to MdnsUtils. by Paul Hu · 1 year, 6 months ago
  27. 3f5e199 Merge changes Ie2834546,I3a1570dc into main by Yang Sun · 1 year, 4 months ago
  28. 2a72726 Merge "[Thread] add unit test cases for Configuration API at ThreadNetworkController" into main by Treehugger Robot · 1 year, 4 months ago
  29. 85f93ed [demoapp] make the Thread Network Settings page scrollable by Yang Sun · 1 year, 4 months ago
  30. 9a302c1 [Thread] add unit test cases for Configuration API at ThreadNetworkController by Handa Wang · 1 year, 4 months ago
  31. f1930fd [demoapp] Add ephemeral key buttons and texts by Yang Sun · 1 year, 4 months ago
  32. ef1b2ea Merge "Ensure the dump service is completed" into main by Paul Hu · 1 year, 4 months ago
  33. adee329 Merge "Change OtDaemonState ephemeralKeyExpiryMillis to ephemeralKeyLifetimeMillis" into main by Yang Sun · 1 year, 4 months ago
  34. 3e4eaf8 Merge "[Thread] fix the issue that border routing is not available after ot-daemon restarts" into main by Treehugger Robot · 1 year, 4 months ago
  35. 485a7f1 [Thread] fix the issue that border routing is not available after by Handa Wang · 1 year, 4 months ago
  36. e763338 Merge "Move public key to a DeviceConfig flag" into main by Sandro Montanari · 1 year, 4 months ago
  37. 802c8f1 Move public key to a DeviceConfig flag by Sandro Montanari · 1 year, 4 months ago
  38. fd2a145 Merge changes from topic "thread-set-configuration" into main by Handa Wang · 1 year, 4 months ago
  39. fe0fb30 Change OtDaemonState ephemeralKeyExpiryMillis to ephemeralKeyLifetimeMillis by Yang Sun · 1 year, 4 months ago
  40. 651bfda [Thread] make ThreadNetworkController#setConfiguration a system API by Handa Wang · 1 year, 4 months ago
  41. ed15725 [Thread] implement the ThreadNetworkController#setConfiguration at service by Handa Wang · 1 year, 4 months ago
  42. 7871320 Ensure the dump service is completed by Paul Hu · 1 year, 6 months ago
  43. 2f6d642 Merge "Validate cellular network in testSetAvoidUnvalidated() for accurate testing" into main by Treehugger Robot · 1 year, 4 months ago
  44. 99a17f9 Validate cellular network in testSetAvoidUnvalidated() for accurate testing by Yuyang Huang · 1 year, 4 months ago
  45. 4d23336 Merge "Retrieve IPv4 and IPv6 addresses for client and server device in test setup" into main by Jimi Chen · 1 year, 4 months ago
  46. c0a9511 Merge "Add send and check reply packet function for multi-devices tests" into main by Jimi Chen · 1 year, 4 months ago
  47. 519515a Merge "Remove useless mts/mcts tags for CtsTetheringTest." into main by Treehugger Robot · 1 year, 4 months ago
  48. d8eda25 Merge "[javadoc] add missing space" into main by Yang Sun · 1 year, 4 months ago
  49. a757293 Merge changes I2e556cf5,I5e42005f,I7b766ef6 into main by Treehugger Robot · 1 year, 4 months ago
  50. a10d886 Merge "Add Bessie to networksecurity OWNERS" into main by Sandro Montanari · 1 year, 4 months ago
  51. 6f73361 Add Bessie to networksecurity OWNERS by Sandro Montanari · 1 year, 4 months ago
  52. d833d72 Remove useless mts/mcts tags for CtsTetheringTest. by Tongbo Liu · 1 year, 4 months ago
  53. 87d33ba Remove unused method TetheringConfiguration#isRandomPrefixBaseEnabled() by Handa Wang · 1 year, 4 months ago
  54. 88312f6 PrivateAddressCoordinator: introduce Dependencies class by Handa Wang · 1 year, 4 months ago
  55. df90099 Merge "Remove unnecessary byte array allocation:" into main by Treehugger Robot · 1 year, 4 months ago
  56. f292b94 Merge "Add packet capture and match network_stack adb command to to `apf_utils`" into main by Yuyang Huang · 1 year, 4 months ago
  57. 941644e Merge changes Id763decf,I3896a2e9 into main by Remi NGUYEN VAN · 1 year, 4 months ago
  58. 731ae53 PrivateAddressCoordinator: move the special handling of WiFi P2P by Handa Wang · 1 year, 4 months ago
  59. 34e9836 [javadoc] add missing space by Yang Sun · 1 year, 4 months ago
  60. f4d6946 Rename queryCount -> queryIndex by Remi NGUYEN VAN · 1 year, 4 months ago
  61. 6288cce Rename getDelayUntilNextTaskWithoutBackoff by Remi NGUYEN VAN · 1 year, 4 months ago
  62. 00deaf7 [automerger skipped] Merge "Revert "Skip TestDropPacketToVpnAddress if the feature is disabled"" into android15-tests-dev am: 9c6ec48545 -s ours by Treehugger Robot · 1 year, 4 months ago
  63. 60d8d39 [automerger skipped] Revert "Skip TestDropPacketToVpnAddress if the feature is disabled" am: 504e3da375 -s ours by Lorenzo Colitti · 1 year, 4 months ago
  64. 9c6ec48 Merge "Revert "Skip TestDropPacketToVpnAddress if the feature is disabled"" into android15-tests-dev by Treehugger Robot · 1 year, 4 months ago
  65. 4c3a13c Retrieve IPv4 and IPv6 addresses for client and server device in test setup by Jimi Chen · 1 year, 5 months ago
  66. d07d47b Add send and check reply packet function for multi-devices tests by Jimi Chen · 1 year, 5 months ago
  67. 1644f95 Add packet capture and match network_stack adb command to to `apf_utils` by Jimi Chen · 1 year, 5 months ago
  68. 5776449 Merge "Move CtsHostsideNetworkTests to presubmit." into main by Treehugger Robot · 1 year, 4 months ago
  69. cc53e7f Merge "Handle CMD_IPV6_TETHER_UPDATE in UnavailableState" into main by Treehugger Robot · 1 year, 4 months ago
  70. edddb5b Merge "Change TetheringManager#RequestDispatcher as static" into main by Treehugger Robot · 1 year, 4 months ago
  71. ba7d9dd Handle CMD_IPV6_TETHER_UPDATE in UnavailableState by Patrick Rohr · 1 year, 4 months ago
  72. 487f21e offload.c: do_forward6() pull less by Maciej Żenczykowski · 1 year, 4 months ago
  73. 4110b7d Remove unnecessary byte array allocation: by Paul Hu · 1 year, 4 months ago
  74. e611324 BpfHandler: fix comment whitespace/quoting by Maciej Żenczykowski · 1 year, 4 months ago
  75. 7f16a49 Merge "Mark packages/modules/Connectivity apps in updatable apexes with updatable: true" into main by Colin Cross · 1 year, 4 months ago
  76. c714bf6 Add MonitorThreadLeak to TetheringMetricsTest by Paul Hu · 1 year, 4 months ago
  77. 511faf7 Merge "Add missing break in BaseServingState" into main by Treehugger Robot · 1 year, 4 months ago
  78. c286b55 Merge "Simplify tethering active session counting" into main by Treehugger Robot · 1 year, 4 months ago
  79. 3e90bc8 Simplify tethering active session counting by Junyu Lai · 1 year, 4 months ago
  80. 0a4758b Add missing break in BaseServingState by Paul Hu · 1 year, 4 months ago
  81. 16a9029 Merge "netd_updatable: only wait for bpf on <=V" into main by Treehugger Robot · 1 year, 4 months ago
  82. 23c02b0 netd_updatable: only wait for bpf on <=V by Maciej Żenczykowski · 1 year, 4 months ago
  83. 4e9230d NetBpfLoad: doc updates... by Maciej Żenczykowski · 1 year, 4 months ago
  84. 4693637 Update bpfloader related rc documentation. by Maciej Żenczykowski · 1 year, 4 months ago
  85. 359d230 Refactor shouldTestThisNetworkType by Junyu Lai · 1 year, 4 months ago
  86. e7f5579 Merge "Update the usage data when upstream is changed" into main by Paul Hu · 1 year, 4 months ago
  87. 7065213 Update the usage data when upstream is changed by Paul Hu · 1 year, 4 months ago
  88. 504e3da Revert "Skip TestDropPacketToVpnAddress if the feature is disabled" by Lorenzo Colitti · 1 year, 4 months ago
  89. 558f56b Mark packages/modules/Connectivity apps in updatable apexes with updatable: true by Colin Cross · 1 year, 4 months ago
  90. 2afd539 Delete empty directory by Patrick Rohr · 1 year, 4 months ago
  91. 09f39d2 Merge "Support get multiple ipv4/ipv6 addresses in `apf_utils`" into main by Jimi Chen · 1 year, 4 months ago
  92. f5a4adb Merge changes from topic "thread-epskc" into main by Yang Sun · 1 year, 4 months ago
  93. 76b4a63 Merge changes from topic "pac-random-address" into main by Treehugger Robot · 1 year, 4 months ago
  94. 018f163 [Thread] Add unit test for ephemeral key API by Yang Sun · 1 year, 7 months ago
  95. a591d04 [Thread] support ephemeral key API in ThreadNetworkControllerService by Yang Sun · 1 year, 8 months ago
  96. b8aa8bb [Thread][API] add API for ephemeral key. by Yang Sun · 1 year, 8 months ago
  97. b9cfcce Drastically simplify prefix and address selection process by Patrick Rohr · 1 year, 4 months ago
  98. ad5fa93 Merge "KernelUtils.h: add 6.12 to isLtsKernel()." into main by Treehugger Robot · 1 year, 4 months ago
  99. acdd45d Merge "Prefer framework-annotations-lib dependency" into main by Treehugger Robot · 1 year, 4 months ago
  100. b1280c0 Simplify getSanitizedSubAddr to 1-liner by Patrick Rohr · 1 year, 4 months ago