1. 323d22a Pass bluetoothUseRandomAddress via RoutingCoordinator constructor by Motomu Utsumi · 7 months ago
  2. 1a2b238 Remove pending BT request when service disconnects by Quang Anh Luong · 8 months ago
  3. e4db9c7 Change RequestTracker log tag to TetheringRequestTracker by Patrick Rohr · 8 months ago
  4. f30ea2c Merge "Tethering: use the correct socket size for conntrack dump" into main by Treehugger Robot · 8 months ago
  5. 7a82293 Tethering: use the correct socket size for conntrack dump by Maciej Żenczykowski · 8 months ago
  6. 30c3619 Log terrible error when tethering type mismatches by Patrick Rohr · 8 months ago
  7. 71c1813 Remove ensureIpServerStartedLegacy. by Lorenzo Colitti · 8 months ago
  8. 981a4f3 Never create IpServers based on interface up for WIFI and WIFI_P2P. by Lorenzo Colitti · 8 months ago
  9. 18a0131 Rename the methods in the legacy codepath for clarity. by Lorenzo Colitti · 8 months ago
  10. 61b1008 Merge "Disallow the legacy tether API for Wi-Fi." into main by Patrick Rohr · 9 months ago
  11. 0cbf4b2 Inline getServedUsbType by Patrick Rohr · 9 months ago
  12. bec4b5b Disallow the legacy tether API for Wi-Fi. by Lorenzo Colitti · 9 months ago
  13. 81cdc02 Ignore calls to tether() where the interface type is invalid. by Lorenzo Colitti · 9 months ago
  14. 5408415 Change tethering terrible error wtf log to info log by Quang Anh Luong · 9 months ago
  15. 72db4fe Add tether start/stop events to local log by Quang Anh Luong · 9 months ago
  16. 3e88b74 Create the TetheringFeatureFlags class by Paul Hu · 10 months ago
  17. 6f3cf21 Merge changes I32095316,I709082c0 into main by Treehugger Robot · 10 months ago
  18. 6c61280 Support Wifi P2P Group Owner local network agent by Junyu Lai · 10 months ago
  19. 121a4f9 Revert "Enable TETHER_FORCE_RANDOM_PREFIX_BASE_SELECTION by default on 25Q2+" by Junyu Lai · 10 months ago
  20. 0b7d710 Merge changes from topic "tetherlocalagent" into main by Treehugger Robot · 10 months ago
  21. 72d9102 Add carrier-privileged app bypass for start/stopTethering by Quang Anh Luong · 11 months ago
  22. d55bd89 Support LocalNetworkAgent for Tethering by Junyu Lai · 1 year, 1 month ago
  23. 3f22173 Add DO app bypass for start/stopTethering by Quang Anh Luong · 1 year, 2 months ago
  24. 811db34 Merge "Force TETHER_ENABLE_SYNC_SM to be enabled by default on 25Q2+" into main by Treehugger Robot · 10 months ago
  25. f7b6434 Start tethered hotspot with TetheringRequest by Quang Anh Luong · 1 year, 7 months ago
  26. a10437f Replace isTetheringWithSoftApConfig flag with B SDK check by Quang Anh Luong · 11 months ago
  27. d093ea6 [Revert^2] Stop tethering request only if fuzzy-matched to existing request by Quang Luong · 11 months ago
  28. 8b29d28 [Revert^2] Reject TetheringRequests that fuzzy-match existing ones by Quang Luong · 11 months ago
  29. d7c6e30 no-op: Remove checkAndNotifyCommonError with ResultReceiver by Quang Anh Luong · 11 months ago
  30. 01b6b07 Revert "Reject TetheringRequests that fuzzy-match existing ones" by Priyanka Advani (xWF) · 11 months ago
  31. e72faa1 Revert "Stop tethering request only if fuzzy-matched to existing..." by Priyanka Advani (xWF) · 11 months ago
  32. 133d806 Force TETHER_ENABLE_SYNC_SM to be enabled by default on 25Q2+ by Paul Hu · 11 months ago
  33. a73b21a Stop tethering request only if fuzzy-matched to existing request by Quang Anh Luong · 11 months ago
  34. 2add926 Reject TetheringRequests that fuzzy-match existing ones by Quang Anh Luong · 11 months ago
  35. b453055 Merge "Use SdkLevel.isAtLeastB() instead of SDK_INT" into main by Quang Luong · 11 months ago
  36. 96f8e1b Use SdkLevel.isAtLeastB() instead of SDK_INT by Quang Anh Luong · 11 months ago
  37. d1f8cea Only allow one pending bluetooth request at a time by Quang Anh Luong · 11 months ago
  38. eff5782 Inline tetherInterface and untetherInterface by Junyu Lai · 11 months ago
  39. d85d3c5 Separate route modification and update linkproperties by Junyu Lai · 11 months ago
  40. 1a27e1f no-op: Use helper class to handle pending requests by Quang Anh Luong · 12 months ago
  41. f2e2a48 Merge changes I224c1055,I0aa7b5cc,I3e0638a3 into main by Quang Luong · 11 months ago
  42. a09574a no-op: use stopTetheringInternal when restarting tethering on start by Quang Anh Luong · 12 months ago
  43. e87bf65 Use pending request when legacy tethering by Quang Anh Luong · 11 months ago
  44. 53dd6ea Merge "Enable TETHER_ENABLE_SYNC_SM by default" into main by Paul Hu · 11 months ago
  45. dd9451b Merge "Enable TETHER_FORCE_RANDOM_PREFIX_BASE_SELECTION by default on 25Q2+" into main by Patrick Rohr · 11 months ago
  46. d13f09d Enable TETHER_ENABLE_SYNC_SM by default by Paul Hu · 11 months ago
  47. 44f2eb6 Enable TETHER_FORCE_RANDOM_PREFIX_BASE_SELECTION by default on 25Q2+ by Junyu Lai · 11 months ago
  48. 394c889 no-op: Pipe TetheringRequest through enableTetheringInternal by Quang Anh Luong · 12 months ago
  49. 48fbdf4 no-op: Refactor bluetooth tethering listener by Quang Anh Luong · 12 months ago
  50. 8608280 Fix LOHS stealing pending tethered SoftAP requests by Quang Anh Luong · 12 months ago
  51. 9cebb8c Pre-emptively fail pending pan requests upon opposite request by Quang Anh Luong · 12 months ago
  52. 592b489 Merge "try-catch when calling createContextAsUser" into main by Treehugger Robot · 12 months ago
  53. f09acc7 Merge "Fix some comments around stopTetheringRequest" into main by Treehugger Robot · 12 months ago
  54. 6f57c93 Merge "Add basic implementation of stopTetheringRequest" into main by Treehugger Robot · 12 months ago
  55. 75ac79d Fix some comments around stopTetheringRequest by Quang Anh Luong · 12 months ago
  56. 696c164 Add basic implementation of stopTetheringRequest by Quang Anh Luong · 12 months ago
  57. ffb503e Remove redundant requestedState from IpServer#enable by Quang Anh Luong · 12 months ago
  58. e1fd3c2 Log tethering started with placeholder request by Quang Anh Luong · 12 months ago
  59. 2b8a42d no-op: Make TetheringRequest @NonNull in enableIpServing by Quang Anh Luong · 12 months ago
  60. dca8816 Make it clear that legacyTether always uses IpServer.STATE_TETHERED. by Lorenzo Colitti · 12 months ago
  61. caae4e7 Rename mActiveTetheringRequests to mPendingTetheringRequests by Quang Anh Luong · 12 months ago
  62. ac046ba Give the two variants of ensureIpServerStarted different names. by Lorenzo Colitti · 12 months ago
  63. 7e43a1a Move the TetheringRequest further up the stack. by Lorenzo Colitti · 12 months ago
  64. 6887c8d Un-nest legacyTether by moving lambda contents to new method. by Lorenzo Colitti · 12 months ago
  65. a80fd3d try-catch when calling createContextAsUser by Junyu Lai · 1 year, 2 months ago
  66. 01b9e96 Add methods to distinguish TetheringRequest types by Quang Anh Luong · 1 year ago
  67. 1e60b9a Log legacy tether() calls that succeeded by Quang Anh Luong · 1 year ago
  68. 30d8a25 Disallow legacy tether() API starting in B by Quang Anh Luong · 1 year, 2 months ago
  69. cc579ba Merge "Revert "Send TetheringRequest to restart Tethering from IpServer"" into main by Quang Luong · 1 year, 1 month ago
  70. df9cced Revert "Send TetheringRequest to restart Tethering from IpServer" by Quang Luong · 1 year, 1 month ago
  71. 31f85c6 Log usage of legacy tether API with Wifi by Quang Anh Luong · 1 year, 1 month ago
  72. 915d138 Merge "Remove WRITE_SETTINGS permission from Tethering APIs" into main by Quang Luong · 1 year, 1 month ago
  73. 7f911fa Merge "Fix legacy tether behavior for duplicate requests" into main by Quang Luong · 1 year, 1 month ago
  74. 6ad7599 Exclude NET_CAP_LOCAL_NETWORK when listening for upstream network events by Junyu Lai · 1 year, 2 months ago
  75. 2782b3b Remove WRITE_SETTINGS permission from Tethering APIs by Quang Anh Luong · 1 year, 2 months ago
  76. 2d260e9 Fix legacy tether behavior for duplicate requests by Quang Anh Luong · 1 year, 1 month ago
  77. 3196da7 Merge "Fix missing network id arguments" into main by Treehugger Robot · 1 year, 1 month ago
  78. 0969fe6 Fix missing network id arguments by Junyu Lai · 1 year, 1 month ago
  79. 0e8c8d9 Merge changes I84da9c74,I1f3a68d2 into main by Treehugger Robot · 1 year, 2 months ago
  80. 0478304 Refactor netd utility methods to support custom netIds by Junyu Lai · 1 year, 2 months ago
  81. 642f418 Merge "Disable multi-user check for entitlement provisioning" into main by Junyu Lai · 1 year, 2 months ago
  82. b14cd87 Disable multi-user check for entitlement provisioning by Junyu Lai · 1 year, 2 months ago
  83. eab1de4 Introduce interfaceName field into TetheringRequestParcel by Seungjae Yoo · 1 year, 5 months ago
  84. 25e0517 Merge changes I2dd18f9d,I5cc02c8a into main by Junyu Lai · 1 year, 2 months ago
  85. 0adbb02 Stop tethering when the current user is not allowed to do entitlement check by Junyu Lai · 1 year, 2 months ago
  86. 685b8aa Send TetheringRequest to restart Tethering from IpServer by Quang Anh Luong · 1 year, 8 months ago
  87. a66b78a Include SoftAP config in TetheringEventCallback by Quang Anh Luong · 2 years ago
  88. 8a3f2e0 Refactor tether state change callback/broadcast for redactions by Quang Anh Luong · 1 year, 3 months ago
  89. 5f9339d Validate packageName with AppOpsManager#checkPackage by Oscar Shu · 1 year, 3 months ago
  90. 46722ad Revert^2 "Add UID and package name to TetheringRequest" by Oscar Shu · 1 year, 3 months ago
  91. c8df03f Revert "Add UID and package name to TetheringRequest" by Patrick Rohr · 1 year, 3 months ago
  92. 462703c Add UID and package name to TetheringRequest by Quang Anh Luong · 1 year, 5 months ago
  93. 0537a07 Merge changes I24b0bf5f,I950d6787 into main by Treehugger Robot · 1 year, 3 months ago
  94. 1193f08 Introduce dependencies object for EntitlementManager by Junyu Lai · 1 year, 3 months ago
  95. b4a92ff Improved Entitlement UI Launch for multiple admin users by Junyu Lai · 1 year, 4 months ago
  96. f1a422d Merge "Split requestDownstreamAddress into two methods" into main by Handa Wang · 1 year, 3 months ago
  97. 389bc7f Split requestDownstreamAddress into two methods by Handa Wang · 1 year, 3 months ago
  98. c0e7097 Standardize handler thread checks by Paul Hu · 1 year, 4 months ago
  99. 69aee7b Move PrivateAddressCoordinator from Tethering to staticlibs by Handa Wang · 1 year, 5 months ago
  100. 55e0052 Refator IpServer to allocate IPv4 address via RoutingCoordinatorManager API by Handa Wang · 1 year, 5 months ago