1. 389bc7f Split requestDownstreamAddress into two methods by Handa Wang · 10 months ago
  2. 55e0052 Refator IpServer to allocate IPv4 address via RoutingCoordinatorManager API by Handa Wang · 12 months ago
  3. a757293 Merge changes I2e556cf5,I5e42005f,I7b766ef6 into main by Treehugger Robot · 10 months ago
  4. 731ae53 PrivateAddressCoordinator: move the special handling of WiFi P2P by Handa Wang · 10 months ago
  5. ba7d9dd Handle CMD_IPV6_TETHER_UPDATE in UnavailableState by Patrick Rohr · 10 months ago
  6. 0a4758b Add missing break in BaseServingState by Paul Hu · 10 months ago
  7. 7e9b330 Let IpServer use RoutingCoordinator in R by Handa Wang · 1 year, 1 month ago
  8. 8f2c306 Refactor RoutingCoordinator by Handa Wang · 1 year, 1 month ago
  9. 3e65131 Replace TetheringRequestParcel with TetheringRequest by Quang Anh Luong · 1 year, 2 months ago
  10. 4c701fb Merge changes I47606693,Ia51bc3ab,Idef1a6d1,Ie6fbc3ee,I55064ee7 into main by KH Shi · 1 year, 2 months ago
  11. aa06b2b Move SyncStateMachine to staticlibs by Patrick Rohr · 1 year, 2 months ago
  12. 582df23 Move upstream interface BPF support check to BpfCoordinator by KH Shi · 1 year, 2 months ago
  13. 9174207 Refactor BPF map update logic of upstream interface change by KH Shi · 2 years ago
  14. f2ccebf Centralize IP neighbor monitoring in BpfCoordinator by KH Shi · 1 year, 2 months ago
  15. b1fb49a Get rid of BpfCoordinator#mPollingStarted by KH Shi · 1 year, 2 months ago
  16. 9f69605 Allow enable DBG/VDBG without having to rebuild the module. by Mark Chien · 1 year, 4 months ago
  17. e48d106 Merge "Revert "Add experiment flag for tethering refactor"" into main by Mark Chien · 1 year, 7 months ago
  18. 6e368d1 Revert "Add experiment flag for tethering refactor" by Mark Chien · 1 year, 7 months ago
  19. 86b8bf0 Merge "Replace HashSet with ArraySet in RaParams" into main by Yuyang Huang · 1 year, 7 months ago
  20. 71c24f1 Merge changes I4888f8f2,Iba829ec0 into main by Yuyang Huang · 1 year, 8 months ago
  21. ec801b8 Revert "Refactor RouterAdvertisementDaemon with FdEventsReader" by KH Shi · 1 year, 8 months ago
  22. f8ab263 Revert "Refactor RouterAdvertisementDaemon to build new RA in HandlerThread" by KH Shi · 1 year, 8 months ago
  23. cf11be9 Add experiment flag for tethering refactor by Mark · 1 year, 8 months ago
  24. 23a2158 Refactor RouterAdvertisementDaemon to build new RA in HandlerThread by KH Shi · 2 years, 5 months ago
  25. bdcd7db Refactor RouterAdvertisementDaemon with FdEventsReader by KH Shi · 2 years, 5 months ago
  26. ac7c572 Make NewApi to error in Tethering by Motomu Utsumi · 1 year, 9 months ago
  27. ff1400b Replace HashSet with ArraySet in RaParams by KH Shi · 1 year, 9 months ago
  28. 820ce9d Add forwarding methods to RoutingCoordinator by Chalard Jean · 1 year, 10 months ago
  29. 0b8bdb1 Merge "SyncSM8.2: make IpServer support syncSM" into main by Mark Chien · 1 year, 9 months ago
  30. bdf6178 Merge "SyncSM8.1 always call transitionTo under processMessage" into main by Mark Chien · 1 year, 9 months ago
  31. e26f933 Merge "Revert "Add forwarding methods to RoutingCoordinator"" into main by Maciej Żenczykowski · 1 year, 10 months ago
  32. 543d0d3 Revert "Add forwarding methods to RoutingCoordinator" by Maciej Żenczykowski · 1 year, 10 months ago
  33. f92d211 Merge "Pass upstream prefixes to bpf tethering offload" into main by KH Shi · 1 year, 10 months ago
  34. 23376e6 Merge "Add forwarding methods to RoutingCoordinator" into main by Jean Chalard · 1 year, 10 months ago
  35. 3f738fc Pass upstream prefixes to bpf tethering offload by KH Shi · 2 years, 3 months ago
  36. 55ccfe1 Add forwarding methods to RoutingCoordinator by Chalard Jean · 1 year, 10 months ago
  37. be99f86 SyncSM8.2: make IpServer support syncSM by Mark · 2 years, 8 months ago
  38. 50eef83 SyncSM8.1 always call transitionTo under processMessage by Mark · 1 year, 11 months ago
  39. 2150296 SyncSM07: Replace IpServer's state machine with StateMachineShim by Mark · 2 years, 8 months ago
  40. 2fb66f1 Add a routing coordinator class by Chalard Jean · 2 years ago
  41. 701c3ca Decouple Ipv6UpstreamRule with Ipv6DownstreamRule by KH Shi · 2 years ago
  42. e4d549a Remove duplicated bpf offload support check in IpServer by KH Shi · 2 years ago
  43. 6877034 Relief unnecessary dependencies of code order by KH Shi · 2 years ago
  44. 59ad35e Introduce Ipv6UpstreamRule to bpf tethering offload by KH Shi · 2 years ago
  45. 1f99330 Import RFC7421_PREFIX_LENGTH from NetworkStackConstants. by Xiao Ma · 2 years ago
  46. 49649c9 Support SAP and LOHS enabled at the same time by Mark · 2 years, 5 months ago
  47. 3ec851e Add mDesiredServingState field in BaseServingState by Mark · 2 years, 3 months ago
  48. 5655bf5 Remove TODO comment that was already done by KH Shi · 2 years, 5 months ago
  49. f95fd40 Increase RA default lifetime. by Maciej Żenczykowski · 2 years, 6 months ago
  50. 393052b Merge "Use SocketUtils from shared lib" by Chiachang Wang · 2 years, 8 months ago
  51. 18e072c Use SocketUtils from shared lib by chiachangwang · 2 years, 8 months ago
  52. 74461fc SyncSM08: statically import tethering error code constant by Mark · 2 years, 8 months ago
  53. a542458 Wrap some IpServer commands by Mark · 2 years, 8 months ago
  54. 0e38307 Remove dead code: updateUpstreamIPv6LinkProperties in InitialState by Mark · 2 years, 9 months ago
  55. e522b7f Merge "Fix tethering WTF issue" by Treehugger Robot · 3 years, 1 month ago
  56. d1b6993 Fix tethering WTF issue by zhengyu.zhan · 3 years, 3 months ago
  57. c81c066 Make Tethering module depend on net-utils-device-common-ip. by Xiao Ma · 3 years, 2 months ago
  58. b873e25 Use frameworks/libs/net version of SharedLog by Patrick Rohr · 3 years, 2 months ago
  59. 6cd440f Add tethering stats into statsd by Wayne Ma · 3 years, 5 months ago
  60. fb65dfe Add config_p2p_leases_subnet_prefix_length configuration by markchien · 3 years, 5 months ago
  61. a63535b Merge changes from topic "dedup-interfaceparams" by Maciej Żenczykowski · 3 years, 5 months ago
  62. 9f371f0 Deduplicate InterfaceParams by Patrick Rohr · 3 years, 5 months ago
  63. b961d3d Pass whole TetheringConfiguration to IpServer by markchien · 3 years, 5 months ago
  64. 69681d6 Use new bluetooth API to enable/disable bt tethering after T by markchien · 3 years, 9 months ago
  65. d02f9af Rename tethering util folder and its package name by markchien · 3 years, 9 months ago
  66. adcec9e Move to f/l/n instead of RouteUtils by Chalard Jean · 3 years, 9 months ago
  67. 932df54 Use SdkLevel util instead of explicitly checking the version by markchien · 4 years ago
  68. 7dc1b4d Skip bpf offload if upstream interface is VCN by markchien · 4 years, 1 month ago
  69. a6e7869 Clear IPv4 offload rules when tethering stopped by Hungming Chen · 4 years, 6 months ago
  70. 21021ef Suppress IpServer message logs by markchien · 4 years, 2 months ago
  71. 8a36c29 Allow callers of startTethering to choose local-only mode. by Lorenzo Colitti · 4 years, 4 months ago
  72. 3e557d7 Apply IPv6 utils struct stuff to build RA packet in the Daemon. by Xiao Ma · 4 years, 5 months ago
  73. 8ba4070 Merge changes I515be275,Ied159454,I5a29bdd1 by Nucca Chen · 4 years, 4 months ago
  74. dc6715c Set the limit whenever any IPv4 or IPv6 rule exists. by Lorenzo Colitti · 4 years, 6 months ago
  75. e931b15 Update import class of TAG_SYSTEM_NEIGHBOR by Aaron Huang · 4 years, 5 months ago
  76. 3dbd4a1 [NFCT.TETHER.15] Attach BPF program in the mainline module by Hungming Chen · 4 years, 6 months ago
  77. 6800811 Load JNI in all classes that have native methods. by Lorenzo Colitti · 4 years, 6 months ago
  78. f3b201f Remove IpServer.Dependencies#getIfIndex. by Lorenzo Colitti · 4 years, 6 months ago
  79. d71c06e [NFCT.TETHER.7] Prepare the downstream information for IPv4 offload rule by Hungming Chen · 4 years, 8 months ago
  80. 46c30b1 [NFCT.TETHER.1] Add conntrack monitor to BpfCoordinator by Hungming Chen · 4 years, 10 months ago
  81. b350d75 [NFCT.TETHER.3] Migrate tetherOffloadGetStats from netd to mainline by Hungming Chen · 4 years, 7 months ago
  82. ee661df Move BaseNetdUnsolicitedEventListener to frameworks/libs/net by lucaslin · 4 years, 7 months ago
  83. d2df572 Move module utils to the module package. by Chalard Jean · 4 years, 8 months ago
  84. a2ffad8 Make the IP subnet persistent till reboot by markchien · 4 years, 11 months ago
  85. 90e4063 tethering: DAD Proxy Daemon by Tyler Wear · 5 years ago
  86. 7870164 Revert "Revert "Move Inet[4]AddressUtils to libs/net"" by Chalard Jean · 5 years ago
  87. e660980 Merge "Update language to comply with Android's inclusive language guidance" by Chiachang Wang · 5 years ago
  88. 14aaefc Update language to comply with Android's inclusive language guidance by Chiachang Wang · 5 years ago
  89. af2670f Always stop dhcp server even it is obsolete by markchien · 5 years ago
  90. 6b66d70 Revert "Move Inet[4]AddressUtils to libs/net" by Chalard Jean · 5 years ago
  91. cf86031 Move Inet[4]AddressUtils to libs/net by Remi NGUYEN VAN · 5 years ago
  92. 6896f61 Tethering: Add WiGig support by Dedy Lansky · 6 years ago
  93. ac8445c Merge "Let only Ethernet manage ethernet interface up and down" by Mark Chien · 5 years ago
  94. 9807816 Let only Ethernet manage ethernet interface up and down by Milim Lee · 5 years ago
  95. d244bd0 Memory leak due to no stop for IpNeighborMonitor. by h.zhang · 5 years ago
  96. 269c088 [BOT.6] Make BpfCoordinator to support data limit by Hungming Chen · 5 years ago
  97. cfacebd Merge "Stop reducing RA advertised ipv6 mtu by 16 - not needed." by Maciej Żenczykowski · 5 years ago
  98. f99d2a1 Stop reducing RA advertised ipv6 mtu by 16 - not needed. by Maciej Żenczykowski · 5 years ago
  99. b150b87 [BOT.5] Move class Ipv6ForwardingRule from IpServer to the coordinator by Hungming Chen · 5 years ago
  100. 68f1c2a [BOT.2] Create a coordinator and stats provider to provide tether stats by Hungming Chen · 5 years ago