1. 827a8ab Revert "Revert "Move Inet[4]AddressUtils to libs/net"" am: 78701646dd by Chalard Jean · 5 years ago
  2. 7870164 Revert "Revert "Move Inet[4]AddressUtils to libs/net"" by Chalard Jean · 5 years ago
  3. d2af4d9 Merge "Allow wifi p2p to use legacy dedicated address" by Mark Chien · 5 years ago
  4. eb8fec2 Allow wifi p2p to use legacy dedicated address by markchien · 5 years ago
  5. e660980 Merge "Update language to comply with Android's inclusive language guidance" by Chiachang Wang · 5 years ago
  6. 14aaefc Update language to comply with Android's inclusive language guidance by Chiachang Wang · 5 years ago
  7. af2670f Always stop dhcp server even it is obsolete by markchien · 5 years ago
  8. 6b66d70 Revert "Move Inet[4]AddressUtils to libs/net" by Chalard Jean · 5 years ago
  9. cf86031 Move Inet[4]AddressUtils to libs/net by Remi NGUYEN VAN · 5 years ago
  10. b90c974 Merge "tethering: offload: Netlink Req" by Lorenzo Colitti · 5 years ago
  11. 4c9428a Protect invalid entitlement app configuration by markchien · 5 years ago
  12. 902043f Pass entitlement configuration to Settings for entitlement check by markchien · 5 years ago
  13. 00ea6ce Test that IpNeighborMonitor is stopped when IpServer stops. by Lorenzo Colitti · 5 years ago
  14. bfdcfe4 [BOT.13] Make offload coordinator poll interval configurable by Hungming Chen · 5 years ago
  15. 8b3af8d [BOT.12] Add unit test for disabling BpfCoordinator by config by Hungming Chen · 5 years ago
  16. 519f120 [BOT.11] BpfCoordinator could be disabled by device config by Hungming Chen · 5 years ago
  17. 47f7a44 [BOT.10] Add unit test for data limit and rule change in BpfCoordinator by Hungming Chen · 5 years ago
  18. 7e6ff1b Merge "Address comment from aosp/1232197" by Treehugger Robot · 5 years ago
  19. 73dd6f7 Merge "[BOT.6] Make BpfCoordinator to support data limit" by Treehugger Robot · 5 years ago
  20. 269c088 [BOT.6] Make BpfCoordinator to support data limit by Hungming Chen · 5 years ago
  21. fd34968 Merge "[BOT.9] Add unit test for data warning in BpfCoordinator" by Lorenzo Colitti · 5 years ago
  22. 51241a1 Merge "Make tether settings intent explicit" by Paul Hu · 5 years ago
  23. b1406cf [BOT.9] Add unit test for data warning in BpfCoordinator by Hungming Chen · 5 years ago
  24. 3fe5434 Make tether settings intent explicit by paulhu · 5 years ago
  25. 650c23f Merge "Gate exemptFromEentitlementCheck by Network_STACK permission" by Treehugger Robot · 5 years ago
  26. 4155d2a Merge changes from topic "tether_offload_data_limit" by Nucca Chen · 5 years ago
  27. aac3b2e Merge "Use Class#getSimpleName instead of KClass#getSimpleName" by Paul Hu · 5 years ago
  28. 7997d69 [BOT.3] Add unit test for polling network stats in the coordinator by Hungming Chen · 5 years ago
  29. 68f1c2a [BOT.2] Create a coordinator and stats provider to provide tether stats by Hungming Chen · 5 years ago
  30. 9e79087 Gate exemptFromEentitlementCheck by Network_STACK permission by markchien · 5 years ago
  31. df503d4 Address comment from aosp/1232197 by markchien · 5 years ago
  32. 086f246 Use Class#getSimpleName instead of KClass#getSimpleName by paulhu · 5 years ago
  33. c9daba3 Tethering: ensure downstream prefix do not conflict with upstream by markchien · 5 years ago
  34. 6d0a178 Merge "Adjust TTL for ipv6 tethering" by Mark Chien · 5 years ago
  35. d63c4f3 Adjust TTL for ipv6 tethering by markchien · 5 years ago
  36. 6b94c31 tethering: offload: Netlink Req by Tyler Wear · 5 years ago
  37. f4394e8 Fix TetheringServiceTest test WRITE_SETTINGS permission failure by markchien · 5 years ago
  38. 366eae5 Merge "TetheringServiceTest: test caller permission" by Treehugger Robot · 5 years ago
  39. 2a1656d TetheringServiceTest: test caller permission by markchien · 5 years ago
  40. fb2caff Merge "Fix READ_DEVICE_CONFIG permission denied problem in TetheringTests" by Treehugger Robot · 5 years ago
  41. 7417469 Fix READ_DEVICE_CONFIG permission denied problem in TetheringTests by markchien · 5 years ago
  42. cc755bf Merge "Support MirrorLink DHCPDECLINE." by Xiao Ma · 5 years ago
  43. 7e2180f Merge "Make members final in TetheringService" by Treehugger Robot · 5 years ago
  44. 4455d6b Support MirrorLink DHCPDECLINE. by Xiao Ma · 5 years ago
  45. 1da5f7d Make members final in TetheringService by markchien · 5 years ago
  46. 37b5232 Merge "Add test for OffloadHardwareInterface" by Mark Chien · 5 years ago
  47. bcaf0d6 Add test for OffloadHardwareInterface by markchien · 5 years ago
  48. 5052202 Merge changes I2d6f80f0,I9c26852d by Nucca Chen · 5 years ago
  49. f5078f4 Allow to exempt from entitlement check by markchien · 5 years ago
  50. 147e576 Address the comment of aosp/1288493 by markchien · 5 years ago
  51. 146f605 Test tethering log dump by markchien · 5 years ago
  52. 3d8fa88 Use device option to control BPF offload features by Hungming Chen · 5 years ago
  53. 8bf2e7e Add tether BPF offload config to device config and resource by Hungming Chen · 5 years ago
  54. 5475504 [SP18.6] Make offload controller poll interval configurable by junyulai · 5 years ago
  55. 9606a22 [SP18.5] Create offload controller poll interval to resource by junyulai · 5 years ago
  56. 9c50628 [SP18.4] Add unit test for polling network stats in OffloadController by junyulai · 5 years ago
  57. da5dfd9 [SP18.3] Adapt TestableNetworkStatsProviderCbBinder by junyulai · 5 years ago
  58. c75f373 Merge "[SP18.1] add dependency object to OffloadController" by Treehugger Robot · 5 years ago
  59. 360c88f [SP18.1] add dependency object to OffloadController by junyulai · 5 years ago
  60. 9b687b9 Merge "Address comments on NetworkStack AIDL v6" by Remi NGUYEN VAN · 5 years ago
  61. aba3d2e Address comments on NetworkStack AIDL v6 by Remi NGUYEN VAN · 5 years ago
  62. 3db6cae Merge "[TNU09] Adjust restricted notification" by Paul Hu · 5 years ago
  63. 03142a0 [TNU09] Adjust restricted notification by paulhu · 5 years ago
  64. 83ba953 Merge "Set attributionTag for noteOp(WRITE_SETTINGS) calls" by Philip P. Moltmann · 5 years ago
  65. 7e51402 Add TetheringCommonTests by paulhu · 5 years ago
  66. 64343b0 Set attributionTag for noteOp(WRITE_SETTINGS) calls by Philip P. Moltmann · 5 years ago
  67. 57f2633 [TNU08] Remove the "tethering is on" notification by paulhu · 5 years ago
  68. 1f66261 [TNU06] Add roaming notification by paulhu · 5 years ago
  69. 1317e27 [TNU05.1] Address aosp/1237036 leftover comments by paulhu · 5 years ago
  70. 648fc2c [TNU05] Add no upstream notification by paulhu · 5 years ago
  71. 941a53c Merge "Don't crash when receiving an RTM_DELNEIGH or NUD_FAILED." by Lorenzo Colitti · 5 years ago
  72. 330a9b9 Don't crash when receiving an RTM_DELNEIGH or NUD_FAILED. by Lorenzo Colitti · 5 years ago
  73. d995566 Change tethering file structure to respect its package name by markchien · 5 years ago
  74. 9f33a5a Merge "Address aosp/1274403 leftover comment" by Paul Hu · 5 years ago
  75. eaa2b0e Address aosp/1274403 leftover comment by paulhu · 5 years ago
  76. 7e09209 Merge "Add TetheringServiceTest unitest" by Mark Chien · 5 years ago
  77. 7b4fb08 Merge "Add IPv6TetheringCoordinator unit test" by Mark Chien · 5 years ago
  78. 1b39a10 Add IPv6TetheringCoordinator unit test by markchien · 5 years ago
  79. b22a70d Merge "Migrate to TetherOffloadRuleParcel in IpServer" by Lorenzo Colitti · 5 years ago
  80. 943af02 Merge "Fix EntitlementManager issues" by Paul Hu · 5 years ago
  81. e96f42d Add TetheringServiceTest unitest by markchien · 5 years ago
  82. beb2840 Migrate to TetherOffloadRuleParcel in IpServer by Lorenzo Colitti · 5 years ago
  83. 4175676 Fix EntitlementManager issues by paulhu · 5 years ago
  84. 037becb Merge "Assign specific client address to dhcp server" by Treehugger Robot · 5 years ago
  85. 33788bc Merge "Register callback and receiver after tethering is created" by Mark Chien · 5 years ago
  86. e31fb9d Register callback and receiver after tethering is created by markchien · 5 years ago
  87. 972f031 [TNU04] Add tethering restricted notification by paulhu · 5 years ago
  88. 769e00c [TNU03] Add TetheringNotificationUpdaterTest by paulhu · 6 years ago
  89. 7bfbe25 [TNU02] Update tethering notification by active data subid by paulhu · 5 years ago
  90. 9bfe7f7 Merge "TetheringManager API clean up" by Mark Chien · 5 years ago
  91. ec0b68d Move NetworkCallback to last parameter for new exposed requestNetwork by markchien · 5 years ago
  92. 8146b56 TetheringManager API clean up by markchien · 5 years ago
  93. 245352e Assign specific client address to dhcp server by markchien · 5 years ago
  94. 2a17338 Merge "[SP25] Rename functions that add Entry conditionally" by Junyu Lai · 5 years ago
  95. 36a1729 [SP25] Rename functions that add Entry conditionally by junyulai · 5 years ago
  96. 6d17512 Merge "Support static address configuration" by Mark Chien · 5 years ago
  97. f053e4b Support static address configuration by markchien · 5 years ago
  98. 12b2103 Merge "[SP21] Address comments for API council review about aosp/1172143" by Junyu Lai · 5 years ago
  99. dfdf750 Cleanup the TetheredClients API by Remi NGUYEN VAN · 5 years ago
  100. 5752baa [SP21] Address comments for API council review about aosp/1172143 by junyulai · 5 years ago