1. 7fecf6a Merge "No-op Refactoring of startTrackDefaultNetwork" by Junyu Lai · 4 years, 3 months ago
  2. b95083e No-op Refactoring of startTrackDefaultNetwork by junyulai · 4 years, 3 months ago
  3. 94311aa Remove mPublicSync. by Lorenzo Colitti · 4 years, 4 months ago
  4. 07f8a61 Merge "Release mobile request when default upstream is not mobile" by Mark Chien · 4 years, 3 months ago
  5. d5096f5 Release mobile request when default upstream is not mobile by markchien · 4 years, 4 months ago
  6. 8a36c29 Allow callers of startTethering to choose local-only mode. by Lorenzo Colitti · 4 years, 4 months ago
  7. 2576c45 Merge "Put tether/untether calls into handler queue" by Treehugger Robot · 4 years, 4 months ago
  8. a329e8c Fix a tethering crash when a 464xlat upstream disconnects. by Lorenzo Colitti · 4 years, 4 months ago
  9. 68f6f5f Merge "[NFCT.TETHER.11] Test TetherOffloadRule{Add, Remove} and set limit for IPv4" by Nucca Chen · 4 years, 4 months ago
  10. 8ba4070 Merge changes I515be275,Ied159454,I5a29bdd1 by Nucca Chen · 4 years, 4 months ago
  11. 4919992 Fix a race condition in upstream selection. by Lorenzo Colitti · 4 years, 4 months ago
  12. 6748e62 Add unit tests for race conditions in upstream selection. by Lorenzo Colitti · 4 years, 4 months ago
  13. 8078b9a [NFCT.TETHER.11] Test TetherOffloadRule{Add, Remove} and set limit for IPv4 by Hungming Chen · 4 years, 6 months ago
  14. 9b8c606 Populate the key destination mac address by Hungming Chen · 4 years, 5 months ago
  15. dc6715c Set the limit whenever any IPv4 or IPv6 rule exists. by Lorenzo Colitti · 4 years, 6 months ago
  16. 9bbdac6 Rename members in TestConnectivityManager. by Lorenzo Colitti · 4 years, 4 months ago
  17. 3e09f80 Add the ability to affect ordering in the tethering unit tests. by Lorenzo Colitti · 4 years, 5 months ago
  18. 2bcde0f Make Tethering file NetworkRequests only if needed. by Lorenzo Colitti · 4 years, 7 months ago
  19. 0e7e32a Expose upstream requirements to UpstreamNetworkMonitor. by Lorenzo Colitti · 4 years, 7 months ago
  20. d5f07c1 Merge "Test conntrack event monitor on R" by Maciej Żenczykowski · 4 years, 5 months ago
  21. 62afc98 Test conntrack event monitor on R by Hungming Chen · 4 years, 5 months ago
  22. c162fc2 Merge "Do not start conntrack event monitor when running on R" by Treehugger Robot · 4 years, 5 months ago
  23. 23ee901 Do not start conntrack event monitor when running on R by Hungming Chen · 4 years, 5 months ago
  24. e7c5736 add test for TetheringUtils::setupNsSocket() by Maciej Żenczykowski · 4 years, 5 months ago
  25. 82d4b99 Add a test for TetheringUtils.setupNaSocket. by Lorenzo Colitti · 4 years, 5 months ago
  26. f427d49 Merge "Add a test for upstream selection." by Lorenzo Colitti · 4 years, 5 months ago
  27. 473399c Add a test for upstream selection. by Lorenzo Colitti · 4 years, 6 months ago
  28. 3357388 Merge changes from topic "attach_bpfprog_in_mainline" by Maciej Żenczykowski · 4 years, 5 months ago
  29. 3dbd4a1 [NFCT.TETHER.15] Attach BPF program in the mainline module by Hungming Chen · 4 years, 5 months ago
  30. 499d3ca [NFCT.TETHER.14] Clear the BPF maps in BpfCoordinator ctor by Hungming Chen · 4 years, 5 months ago
  31. 57957fe Make TestConnectivityManager send CONNECTIVITY_ACTION. by Lorenzo Colitti · 4 years, 5 months ago
  32. 66287d3 Use TestConnectivityManager in TetheringTest. by Lorenzo Colitti · 4 years, 5 months ago
  33. b424a27 Support building different UpstreamNetworkState test objects. by Lorenzo Colitti · 4 years, 5 months ago
  34. bf69824 Change TetheringTest's UpstreamNetworkMonitor from mock to spy. by Lorenzo Colitti · 4 years, 6 months ago
  35. d025c56 Make TestConnectivityManager usable by other tethering tests. by Lorenzo Colitti · 4 years, 5 months ago
  36. e43c960 Merge "Add flag to force choosing upstreams automatically" by Remi NGUYEN VAN · 4 years, 5 months ago
  37. b485919 Add flag to force choosing upstreams automatically by Remi NGUYEN VAN · 4 years, 6 months ago
  38. f5b346e Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Connectivity" by Bob Badour · 4 years, 6 months ago
  39. 3cbccdb Don't crash Tethering service when WiFi feature is missing by Tomasz Wasilczyk · 4 years, 6 months ago
  40. 97e6be2 [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Connectivity by Bob Badour · 4 years, 6 months ago
  41. 4e92da0 Dump counters in "dumpsys tethering bpf". by Lorenzo Colitti · 4 years, 6 months ago
  42. f3b201f Remove IpServer.Dependencies#getIfIndex. by Lorenzo Colitti · 4 years, 6 months ago
  43. 51c1a95 Address comments on aosp/1559686. by Lorenzo Colitti · 4 years, 6 months ago
  44. 5b1ed50 Program the upstream IPv6 map in BpfCoordinator. by Lorenzo Colitti · 4 years, 6 months ago
  45. d69a886 Rename TetherDownstream6Value to Tether6Value. by Lorenzo Colitti · 4 years, 6 months ago
  46. 3c35666 Merge changes from topic "bpf_tether4_rename" by Lorenzo Colitti · 4 years, 6 months ago
  47. ae27ecf Fix a WTF in IpServerTest. by Lorenzo Colitti · 4 years, 6 months ago
  48. 32874eb merge Tether{Down,Up}stream4{Key,Value} - part 2 - java by Maciej Żenczykowski · 4 years, 6 months ago
  49. dd833de [NFCT.TETHER.10] Add/delete IPv4 offload BPF rules to/from BPF map by Hungming Chen · 4 years, 6 months ago
  50. 46c30b1 [NFCT.TETHER.1] Add conntrack monitor to BpfCoordinator by Hungming Chen · 4 years, 10 months ago
  51. a0e2c04 refactor: continued by Maciej Żenczykowski · 4 years, 7 months ago
  52. 770e0a7 refactor: TetherIngress becomes TetherDownstream6 (and friends) by Maciej Żenczykowski · 4 years, 7 months ago
  53. 6971e91 [NFCT.TETHER.6] Migrate tetherOffloadGetAndClearStats from netd to mainline by Hungming Chen · 4 years, 7 months ago
  54. 67c14b5 [NFCT.TETHER.5] Migrate tetherOffloadSetInterfaceQuota from netd to mainline by Hungming Chen · 4 years, 7 months ago
  55. 5ea9c4b [NFCT.TETHER.4] Migrate tetherOffloadRuleRemove from netd to mainline by Hungming Chen · 4 years, 7 months ago
  56. b350d75 [NFCT.TETHER.3] Migrate tetherOffloadGetStats from netd to mainline by Hungming Chen · 4 years, 7 months ago
  57. dd55b91 [NFCT.TETHER.2] Migrate tetherOffloadRuleAdd from netd to mainline by Hungming Chen · 4 years, 7 months ago
  58. c233b18 Put tether/untether calls into handler queue by markchien · 4 years, 7 months ago
  59. f50f05e Also update connected clients for local only tethering by markchien · 4 years, 8 months ago
  60. 862c8a1 Fix tethering doesn't turn off issue by paulhu · 4 years, 9 months ago
  61. 220e785 Merge "Fix null DadProxy failure in R Tethering unit test" by Mark Chien · 4 years, 9 months ago
  62. 290e7c4 Fix null DadProxy failure in R Tethering unit test by markchien · 4 years, 9 months ago
  63. ebff931 Adjust visibility for tests by Baligh Uddin · 4 years, 9 months ago
  64. f814b9b Add visibility rules for packages/modules/Connectivity/Tethering by Baligh Uddin · 4 years, 9 months ago
  65. e312648 Add shared jarjar rule for tethering tests by markchien · 4 years, 9 months ago
  66. 4607c55 Add the flag and default enable selectAllPrefixRange by markchien · 4 years, 10 months ago
  67. 634f0a8 Fix miss tracking downstream problem in PrivateAddressCoordinator by markchien · 4 years, 10 months ago
  68. ccf07b1 Test conflict notification work when using cached address by markchien · 4 years, 10 months ago
  69. d9acdcc Allow tethering pick prefix from all of private address range by markchien · 4 years, 10 months ago
  70. a2ffad8 Make the IP subnet persistent till reboot by markchien · 4 years, 11 months ago
  71. 0b1e7d8 Merge "Make PrivateAddressCoordinator ignore vpn network" by Treehugger Robot · 4 years, 10 months ago
  72. c99ef48 Fix OffloadHardwareInterfaceTest. by Lorenzo Colitti · 4 years, 10 months ago
  73. 7f70074 tethering: offload: Netlink Req NfGen by Tyler Wear · 5 years ago
  74. 1a2163b Make PrivateAddressCoordinator ignore vpn network by markchien · 5 years ago
  75. a8e68bb Merge "Remove unused testutils lib from tethering tests" by Remi NGUYEN VAN · 4 years, 10 months ago
  76. 8f59ec0 Remove unused testutils lib from tethering tests by Remi NGUYEN VAN · 4 years, 11 months ago
  77. 72e8185 Merge "tethering: DAD Proxy Daemon" by Remi NGUYEN VAN · 4 years, 11 months ago
  78. 90e4063 tethering: DAD Proxy Daemon by Tyler Wear · 5 years ago
  79. 82a71b8 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 5 years ago
  80. 96924bf Rename Kotlin util files to not include the Kt suffix by Chalard Jean · 5 years ago
  81. 346a361 Merge "Verify pending intent flags" by Paul Hu · 5 years ago
  82. 8818498 Merge changes I33b70b0a,I1074eedb by Chalard Jean · 5 years ago
  83. 7870164 Revert "Revert "Move Inet[4]AddressUtils to libs/net"" by Chalard Jean · 5 years ago
  84. d2af4d9 Merge "Allow wifi p2p to use legacy dedicated address" by Mark Chien · 5 years ago
  85. eb8fec2 Allow wifi p2p to use legacy dedicated address by markchien · 5 years ago
  86. f603ed5 Verify pending intent flags by paulhu · 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. 422c0dd Merge "Fix tethering jarjar rule for LocalLog" into rvc-dev am: 6127ca43d6 by TreeHugger Robot · 5 years ago
  93. 6839323 Fix tethering jarjar rule for LocalLog by markchien · 5 years ago
  94. a8ac97c Fix tethering jarjar rule for LocalLog by markchien · 5 years ago
  95. e8141aa tethering: offload: Netlink Req by Lorenzo Colitti · 5 years ago
  96. 4d2944c Merge "tethering: offload: Netlink Req" am: b90c974174 am: d45fd82ad0 by Lorenzo Colitti · 5 years ago
  97. b90c974 Merge "tethering: offload: Netlink Req" by Lorenzo Colitti · 5 years ago
  98. 4c9428a Protect invalid entitlement app configuration by markchien · 5 years ago
  99. 902043f Pass entitlement configuration to Settings for entitlement check by markchien · 5 years ago
  100. 9644bc0 Test that IpNeighborMonitor is stopped when IpServer stops. by Treehugger Robot · 5 years ago