- 642f418 Merge "Disable multi-user check for entitlement provisioning" into main by Junyu Lai · 9 months ago
- b14cd87 Disable multi-user check for entitlement provisioning by Junyu Lai · 9 months ago
- eab1de4 Introduce interfaceName field into TetheringRequestParcel by Seungjae Yoo · 12 months ago
- 25e0517 Merge changes I2dd18f9d,I5cc02c8a into main by Junyu Lai · 9 months ago
- 0adbb02 Stop tethering when the current user is not allowed to do entitlement check by Junyu Lai · 10 months ago
- 5671e9d Use TestableResultReceiver in EntitlementManagerTest by Junyu Lai · 10 months ago
- a66b78a Include SoftAP config in TetheringEventCallback by Quang Anh Luong · 1 year, 7 months ago
- 5f9339d Validate packageName with AppOpsManager#checkPackage by Oscar Shu · 10 months ago
- 46722ad Revert^2 "Add UID and package name to TetheringRequest" by Oscar Shu · 10 months ago
- c8df03f Revert "Add UID and package name to TetheringRequest" by Patrick Rohr · 10 months ago
- 462703c Add UID and package name to TetheringRequest by Quang Anh Luong · 1 year ago
- 0537a07 Merge changes I24b0bf5f,I950d6787 into main by Treehugger Robot · 11 months ago
- 1193f08 Introduce dependencies object for EntitlementManager by Junyu Lai · 11 months ago
- b4a92ff Improved Entitlement UI Launch for multiple admin users by Junyu Lai · 11 months ago
- b1145dc Update requestDownstreamAddress calls in PrivateAddressCoordinatorTest by Handa Wang · 11 months ago
- 389bc7f Split requestDownstreamAddress into two methods by Handa Wang · 11 months ago
- e2a031b Merge changes from topic "refactor-pac" into main by Treehugger Robot · 11 months ago
- d789d1b Update unit tests to reflect the changes to RoutingCoordinator and by Handa Wang · 1 year ago
- 69aee7b Move PrivateAddressCoordinator from Tethering to staticlibs by Handa Wang · 1 year, 1 month ago
- eb3c631 Rename TapPacketReader to PollPacketReader for broader applicability by Yuyang Huang · 11 months ago
- a757293 Merge changes I2e556cf5,I5e42005f,I7b766ef6 into main by Treehugger Robot · 11 months ago
- 88312f6 PrivateAddressCoordinator: introduce Dependencies class by Handa Wang · 11 months ago
- 731ae53 PrivateAddressCoordinator: move the special handling of WiFi P2P by Handa Wang · 11 months ago
- c714bf6 Add MonitorThreadLeak to TetheringMetricsTest by Paul Hu · 11 months ago
- c286b55 Merge "Simplify tethering active session counting" into main by Treehugger Robot · 11 months ago
- 3e90bc8 Simplify tethering active session counting by Junyu Lai · 11 months ago
- e7f5579 Merge "Update the usage data when upstream is changed" into main by Paul Hu · 11 months ago
- 7065213 Update the usage data when upstream is changed by Paul Hu · 11 months ago
- b9cfcce Drastically simplify prefix and address selection process by Patrick Rohr · 11 months ago
- 1cda02f PrivateAddress: Clarify the dependency by Handa Wang · 12 months ago
- 664e1f4 PrivateAddressCoordinator: remove the dependency on TetheringConfiguration by Handa Wang · 12 months ago
- 8df9d34 PrivateAddressCoordinator: get rid of UpstreamNetworkState for by Handa Wang · 12 months ago
- 430a8ad Merge "Make java_sdk_library dependencies explicit" into main by Treehugger Robot · 12 months ago
- ff3b206 Merge changes from topic "tether-active-sessions" into main by Junyu Lai · 12 months ago
- 8401b6a Make java_sdk_library dependencies explicit by Jihoon Kang · 1 year ago
- d2581d6 Support active session metrics sampling by Junyu Lai · 1 year ago
- 0ea1136 Add unit test for get max counter when removing tethering client by Junyu Lai · 1 year ago
- 06b81b6 Track tethering active sessions counts by Junyu Lai · 1 year ago
- 77f6a52 Fix typo in EthernetTetheringTestBase by KH Shi · 1 year ago
- cca6589 Merge "Fix testTetherClatBpfOffloadUdp test failure" into main by Maciej Żenczykowski · 1 year ago
- cf7e5cb Fix testTetherClatBpfOffloadUdp test failure by KH Shi · 1 year ago
- e09e029 Merge changes from topic "upstream_data_usage" into main by Paul Hu · 1 year ago
- 26d4476 Process all accesses to TetheringMetrics on the handler thread by Paul Hu · 1 year ago
- ee9f387 Calculate and populate TX/RX bytes for each upstream in TetheringMetrics by Paul Hu · 1 year, 2 months ago
- f982a1d Initialize upstream data usage after tethering is turned on by Paul Hu · 1 year, 2 months ago
- cc6c9d3 Merge "Add Fragmented Packet Test to testTetherClatBpfOffloadUdp" into main by Maciej Żenczykowski · 1 year, 1 month ago
- 0afcda3 Merge "Add testTetherClatBpfOffloadUdp to TetheringTest" into main by Maciej Żenczykowski · 1 year, 1 month ago
- 0fd9d77 Merge "Add buildNetworkTemplateForUpstreamType() helper method" into main by Treehugger Robot · 1 year, 1 month ago
- 9649623 Add buildNetworkTemplateForUpstreamType() helper method by Wayne Ma · 2 years, 4 months ago
- 151be34 Do not block broadcast on handler processing by Remi NGUYEN VAN · 1 year, 1 month ago
- f4bae99 Merge "Add isUsageSupportedForUpstreamType() helper method" into main by Treehugger Robot · 1 year, 2 months ago
- 9651e04 Add isUsageSupportedForUpstreamType() helper method by Wayne Ma · 2 years, 4 months ago
- 86219a1 Merge "Let IpServer use RoutingCoordinator in R" into main by Handa Wang · 1 year, 2 months ago
- 7e9b330 Let IpServer use RoutingCoordinator in R by Handa Wang · 1 year, 2 months ago
- 7e89d18 Merge changes Ia8726375,I9d368d8a into main by Paul Hu · 1 year, 2 months ago
- 4add163 Add Fragmented Packet Test to testTetherClatBpfOffloadUdp by KH Shi · 1 year, 3 months ago
- 2ab2a1b Add testTetherClatBpfOffloadUdp to TetheringTest by KH Shi · 2 years, 3 months ago
- b287f49 Merge changes from topic "refactor-routing-coordinator-staticlib" into main by Treehugger Robot · 1 year, 2 months ago
- 574bcb7 Merge "Move MtsEthernetTetheringTest back into TetheringTest" into main by Treehugger Robot · 1 year, 2 months ago
- 99d585c Use Dependencies to mock static methods by Paul Hu · 1 year, 2 months ago
- 8f2c306 Refactor RoutingCoordinator by Handa Wang · 1 year, 2 months ago
- 2c743c8 Add a new TetheringMetrics constructor by Paul Hu · 1 year, 2 months ago
- 247e44b Move MtsEthernetTetheringTest back into TetheringTest by Patrick Rohr · 1 year, 3 months ago
- 6d864ff Merge "Enforce min_sdk_version=30" into main by Treehugger Robot · 1 year, 2 months ago
- a9fd04c Enforce min_sdk_version=30 by Spandan Das · 1 year, 2 months ago
- 3e65131 Replace TetheringRequestParcel with TetheringRequest by Quang Anh Luong · 1 year, 3 months ago
- 4c701fb Merge changes I47606693,Ia51bc3ab,Idef1a6d1,Ie6fbc3ee,I55064ee7 into main by KH Shi · 1 year, 3 months ago
- 58526e4 Merge changes I76b0a7ba,If7308f1a,Ica8faced,Ia8f42ed0,I975afb45, ... into main by Treehugger Robot · 1 year, 3 months ago
- aa06b2b Move SyncStateMachine to staticlibs by Patrick Rohr · 1 year, 3 months ago
- 572b784 Clean up BpfCoordinatorTest after refactors by KH Shi · 1 year, 3 months ago
- 582df23 Move upstream interface BPF support check to BpfCoordinator by KH Shi · 1 year, 3 months ago
- 9174207 Refactor BPF map update logic of upstream interface change by KH Shi · 2 years, 1 month ago
- f093d22 Remove unused import from EthernetTetheringTestBase by KH Shi · 1 year, 3 months ago
- 88be5a3 Increase timeout for waiting for physical interfaces to show up by Patrick Rohr · 1 year, 3 months ago
- e9e393c Merge changes I54451c4a,Ib0a2518b into main by Treehugger Robot · 1 year, 3 months ago
- f2ccebf Centralize IP neighbor monitoring in BpfCoordinator by KH Shi · 1 year, 3 months ago
- b1fb49a Get rid of BpfCoordinator#mPollingStarted by KH Shi · 1 year, 3 months ago
- 52d6c55 SingleWriterBpfMap - introduce getSingleton with caching by Maciej Żenczykowski · 1 year, 3 months ago
- 878aae0 BpfMapTest: fixes for testGetFd by Maciej Żenczykowski · 1 year, 3 months ago
- 45e9372 use a second map for SingleWriterBpfMap test by Maciej Żenczykowski · 1 year, 3 months ago
- 462bd7e Inline runUdp4Test by Patrick Rohr · 1 year, 3 months ago
- c06761b Create a tethered interface request in setUp by Patrick Rohr · 1 year, 3 months ago
- 5e005cf Use /proc/self instead of calling Os.getPid(). by Lorenzo Colitti · 1 year, 3 months ago
- f5ebe1a Add a microbenchmark test for BpfMap. by Lorenzo Colitti · 1 year, 3 months ago
- 05be2f5 Add a SingleWriterBpfMap class that caches reads. by Lorenzo Colitti · 1 year, 3 months ago
- 05a3e88 Deflake BpfMapTest#testNoFdLeaks. by Lorenzo Colitti · 1 year, 3 months ago
- 01e091b Merge "Move setupOnce from EthernetTetheringTestBase to EthernetTetheringTest" into main by Mark Chien · 1 year, 5 months ago
- 54fa56d Move setupOnce from EthernetTetheringTestBase to EthernetTetheringTest by Mark Chien · 1 year, 5 months ago
- 4775bb5 Merge "Remove mWifiTetherRequested" into main by Mark Chien · 1 year, 5 months ago
- 68d68d8 Merge "Separate Struct.java into its own lib." into main by Yang Sun · 1 year, 5 months ago
- 3aa62e6 Separate Struct.java into its own lib. by Yang Sun · 1 year, 6 months ago
- 27d9121 Remove mWifiTetherRequested by Mark Chien · 1 year, 5 months ago
- 00b45fc Add a test to catch wifi tethering no upstream bug by Mark Chien · 1 year, 5 months ago
- 2881157 [EthernetTetheringTest] Don't run setupOnce() if Ethernet is not supported. by Weilun Du · 1 year, 6 months ago
- 028bf79 Merge "Do not crash on failures in callbacks" into main by Treehugger Robot · 1 year, 6 months ago
- e84353e Drop platform_apis from android_library by Spandan Das · 1 year, 7 months ago
- 62b3efb Do not crash on failures in callbacks by Remi NGUYEN VAN · 1 year, 7 months ago
- 01b5ede [DON'T BLOCK] Test ownership migration rules by Aditya Choudhary · 1 year, 7 months ago
- d777309 Merge "Add reconnectCell util, refactor reconnectWifi" into main by Remi NGUYEN VAN · 1 year, 7 months ago
- c1647a0 Merge "Add experiment flag for enabling sync sm" into main by Mark Chien · 1 year, 7 months ago