1. 6c633de Use Class#getSimpleName instead of KClass#getSimpleName by paulhu · 5 years ago
  2. cd30913 Adjust TTL for ipv6 tethering by Mark Chien · 5 years ago
  3. 5026370 Merge "TetheringServiceTest: test caller permission" into rvc-dev by Mark Chien · 5 years ago
  4. 5232658 TetheringServiceTest: test caller permission by markchien · 5 years ago
  5. 6540134 Support MirrorLink DHCPDECLINE. by Xiao Ma · 5 years ago
  6. 91b2bda Fix READ_DEVICE_CONFIG permission denied problem in TetheringTests by Treehugger Robot · 5 years ago
  7. 73260a5 Merge "Make members final in TetheringService" into rvc-dev by Mark Chien · 5 years ago
  8. 8517d03 Merge "A minor followup change for BPF offload device option stuff" into rvc-dev by Nucca Chen · 5 years ago
  9. c96e106 Make members final in TetheringService by markchien · 5 years ago
  10. b016744 Cleanup packages/Tethering/common/TetheringLib by Paul Duffin · 5 years ago
  11. fd8b4bb A minor followup change for BPF offload device option stuff by Maciej Żenczykowski · 5 years ago
  12. 7c23d31 Add test for OffloadHardwareInterface by Mark Chien · 5 years ago
  13. 224b8bf Merge "Add tether BPF offload config to device config and resource" into rvc-dev by Nucca Chen · 5 years ago
  14. 0bbfe12 Add tether BPF offload config to device config and resource by Nucca Chen · 5 years ago
  15. 595adc0 InProcessTethering: set min_sdk_version by Jooyung Han · 5 years ago
  16. 5f9f31c Set min_sdk_version for updatable mainline modules by Jooyung Han · 5 years ago
  17. dc3b82d Allow to exempt from entitlement check by markchien · 5 years ago
  18. 0dafa92 Address the comment of aosp/1288493 by Mark Chien · 5 years ago
  19. 1d02a79 Merge "Refactor the EntitlementManager" into rvc-dev by Mark Chien · 5 years ago
  20. cca6aad Merge "Override tethering module APK-in-APEX for Go variant" into rvc-dev by Mark Chien · 5 years ago
  21. 92afd38 Refactor the EntitlementManager by Mark Chien · 5 years ago
  22. 1aba798 Use stable networkstack-aidl-interfaces by Jeongik Cha · 5 years ago
  23. c96fbe0 Test tethering log dump by Mark Chien · 5 years ago
  24. 9548c85 Override tethering module APK-in-APEX for Go variant by markchien · 5 years ago
  25. 3f34b58 Merge "Enable api lint and check_last_api for modules" into rvc-dev by Anton Hansson · 5 years ago
  26. 5b0be16 Enable api lint and check_last_api for modules by Anton Hansson · 5 years ago
  27. e1a04c0 [SP18.6] Make offload controller poll interval configurable by Junyu Lai · 5 years ago
  28. 2a5f214 [SP18.5] Create offload controller poll interval to resource by junyulai · 5 years ago
  29. 14722ba [SP18.4] Add unit test for polling network stats in OffloadController by junyulai · 5 years ago
  30. b7011d2 [SP18.3] Adapt TestableNetworkStatsProviderCbBinder by junyulai · 5 years ago
  31. 43708b4 Merge "Import translations. DO NOT MERGE" into rvc-dev by Bill Yi · 5 years ago
  32. b4c3fee Import translations. DO NOT MERGE by Bill Yi · 5 years ago
  33. d7f1fab Rename module dist files by Anton Hansson · 5 years ago
  34. dc8e0fc Fix tethering module lib stub default by Anton Hansson · 5 years ago
  35. 027c80d Merge changes I38628dad,I2467b647 into rvc-dev by Junyu Lai · 5 years ago
  36. 40092b1 [SP18.1] add dependency object to OffloadController by Treehugger Robot · 5 years ago
  37. bf6fa99 [SP18] Poll network stats in OffloadController to support data warning by Junyu Lai · 5 years ago
  38. a530ebb Address comments on NetworkStack AIDL v6 by Remi NGUYEN VAN · 5 years ago
  39. 9258a08 Merge "Remove Preconditions usage to stop dependecy with non-updatble class" into rvc-dev by Mark Chien · 5 years ago
  40. 885d4ea Merge "Import translations. DO NOT MERGE" into rvc-dev by TreeHugger Robot · 5 years ago
  41. ed50636 Remove Preconditions usage to stop dependecy with non-updatble class by Mark Chien · 5 years ago
  42. 27cdaf6 Unbreak tethering for no offload supported devices by Mark Chien · 5 years ago
  43. 8a35765 Import translations. DO NOT MERGE by Bill Yi · 5 years ago
  44. 0439c2d [TNU09] Adjust restricted notification by Paul Hu · 5 years ago
  45. 8615267 Add TetheredClient tests by Paul Hu · 5 years ago
  46. 1277763 Merge "Add TetheringCommonTests" into rvc-dev by Paul Hu · 5 years ago
  47. 70521ef Import translations. DO NOT MERGE by Bill Yi · 5 years ago
  48. 1cae88f Add TetheringCommonTests by Paul Hu · 5 years ago
  49. 70e43fb Merge "Include NetworkStaticLibTestsLib into tethering coverage test" into rvc-dev by Mark Chien · 5 years ago
  50. a529ce8 Merge "[TNU08] Remove the "tethering is on" notification" into rvc-dev by Paul Hu · 5 years ago
  51. d0ed7dd Include NetworkStaticLibTestsLib into tethering coverage test by Mark Chien · 5 years ago
  52. a7c5d57 Merge "[TNU07] Remove unused resources" into rvc-dev by Paul Hu · 5 years ago
  53. 127ee59 [TNU08] Remove the "tethering is on" notification by Paul Hu · 5 years ago
  54. 83a814e Retry the call that fetches the tethering offload HAL. by Treehugger Robot · 5 years ago
  55. ef34159 [TNU07] Remove unused resources by Paul Hu · 5 years ago
  56. fc7d16b Merge "Mark some aidl_interface modules as unstable" into rvc-dev by Jiyong Park · 5 years ago
  57. 3baf940 Merge "DO NOT MERGE Remove references of telephony-stubs." into rvc-dev by TreeHugger Robot · 5 years ago
  58. 4580c83 [TNU06] Add roaming notification by Chalard Jean · 5 years ago
  59. 5e9c40c [TNU05.1] Address aosp/1237036 leftover comments by Paul Hu · 5 years ago
  60. f9a1c42 Merge "Remove sendMessage inside EntitlementManager" into rvc-dev by Mark Chien · 5 years ago
  61. 30c0da7 Remove sendMessage inside EntitlementManager by Mark Chien · 5 years ago
  62. af6a2a3 [TNU05] Add no upstream notification by Paul Hu · 5 years ago
  63. 8c98b3d Do not stop IpServer when recieve wifi ap disabling state. by Mark Chien · 5 years ago
  64. ee27d55 DO NOT MERGE Remove references of telephony-stubs. by Amit Mahajan · 5 years ago
  65. d1ebb1e Add TetheringCoverageTests by paulhu · 5 years ago
  66. 13113c4 Merge "Update tethering notification strings" into rvc-dev by Paul Hu · 5 years ago
  67. 8fae1ba Update tethering notification strings by Paul Hu · 5 years ago
  68. 6f532ba Don't crash when receiving an RTM_DELNEIGH or NUD_FAILED. by Lorenzo Colitti · 5 years ago
  69. 7dc2dcc Change tethering file structure to respect its package name by markchien · 5 years ago
  70. af37b0a Tethering: Add an exported flag in manifest by Ashwini Oruganti · 5 years ago
  71. 6c9c10c Mark some aidl_interface modules as unstable by Jiyong Park · 5 years ago
  72. 5da1070 Assign specific client address to dhcp server by Treehugger Robot · 5 years ago
  73. d200781 Use the lastest frozen netd_aidl_interface in framework by Luke Huang · 5 years ago
  74. fab349c Address aosp/1274403 leftover comment by Paul Hu · 5 years ago
  75. b33911c Fix TetheringIntegrationTests failure by Automerger Merge Worker · 5 years ago
  76. 47c8b0f Add TetheringServiceTest unitest by Mark Chien · 5 years ago
  77. 8caf921 Merge "Add IPv6TetheringCoordinator unit test" into rvc-dev by Mark Chien · 5 years ago
  78. aaf92e5 Merge "Fix EntitlementManager issues" into rvc-dev by Paul Hu · 5 years ago
  79. 5e9e033 Add IPv6TetheringCoordinator unit test by Mark Chien · 5 years ago
  80. 6343b0c Merge "Add a test for static IPv4 address tethering configuration." into rvc-dev by Lorenzo Colitti · 5 years ago
  81. 303e9bd Merge "Use CompletableFuture instead of a latch." into rvc-dev by Lorenzo Colitti · 5 years ago
  82. 210adac Merge "Rename IDhcpLeaseCallbacks to IDhcpEventCallbacks for more generic." into rvc-dev by Xiao Ma · 5 years ago
  83. 7f6ab40 Add a test for static IPv4 address tethering configuration. by Lorenzo Colitti · 5 years ago
  84. 46b4405 Use CompletableFuture instead of a latch. by Lorenzo Colitti · 5 years ago
  85. 06c8ba0 Rename IDhcpLeaseCallbacks to IDhcpEventCallbacks for more generic. by Xiao Ma · 5 years ago
  86. bd8d7a8 Fix EntitlementManager issues by Paul Hu · 5 years ago
  87. e6107d2 Migrate to TetherOffloadRuleParcel in IpServer by Lorenzo Colitti · 5 years ago
  88. f1460fa Add min_sdk_version:R to updatable apexes by Jooyung Han · 5 years ago
  89. 57827f6 Merge "Add an Ethernet tethering test." into rvc-dev by Lorenzo Colitti · 5 years ago
  90. ebb649b Merge "Feed framework-tethering-stubs the src filegroup" into rvc-dev by Anton Hansson · 5 years ago
  91. 6d40011 Register callback and receiver after tethering is created by Mark Chien · 5 years ago
  92. 90ae90b Feed framework-tethering-stubs the src filegroup by Anton Hansson · 5 years ago
  93. eb73310 Add an Ethernet tethering test. by Lorenzo Colitti · 5 years ago
  94. 49c50fb Merge "Make framework-tethering stubs use the new defaults" into rvc-dev by Anton Hansson · 5 years ago
  95. a4e2383 Update connected clients when a downstream disappears. by Treehugger Robot · 5 years ago
  96. 595266e Add a log message if enabling Ethernet tethering if it is already enabled. by Treehugger Robot · 5 years ago
  97. 3d9c05e Merge "[TNU04] Add tethering restricted notification" into rvc-dev by Paul Hu · 5 years ago
  98. 4472b04 Merge "[TNU03] Add TetheringNotificationUpdaterTest" into rvc-dev by Paul Hu · 5 years ago
  99. cf2a026 Merge "[TNU02] Update tethering notification by active data subid" into rvc-dev by Paul Hu · 5 years ago
  100. fe6c41c [TNU04] Add tethering restricted notification by Paul Hu · 5 years ago