1. eab1de4 Introduce interfaceName field into TetheringRequestParcel by Seungjae Yoo · 12 months ago
  2. eb3c631 Rename TapPacketReader to PollPacketReader for broader applicability by Yuyang Huang · 11 months ago
  3. 8401b6a Make java_sdk_library dependencies explicit by Jihoon Kang · 1 year ago
  4. 77f6a52 Fix typo in EthernetTetheringTestBase by KH Shi · 12 months ago
  5. cf7e5cb Fix testTetherClatBpfOffloadUdp test failure by KH Shi · 1 year ago
  6. 4add163 Add Fragmented Packet Test to testTetherClatBpfOffloadUdp by KH Shi · 1 year, 3 months ago
  7. 2ab2a1b Add testTetherClatBpfOffloadUdp to TetheringTest by KH Shi · 2 years, 3 months ago
  8. 247e44b Move MtsEthernetTetheringTest back into TetheringTest by Patrick Rohr · 1 year, 3 months ago
  9. f093d22 Remove unused import from EthernetTetheringTestBase by KH Shi · 1 year, 3 months ago
  10. 88be5a3 Increase timeout for waiting for physical interfaces to show up by Patrick Rohr · 1 year, 3 months ago
  11. 462bd7e Inline runUdp4Test by Patrick Rohr · 1 year, 3 months ago
  12. c06761b Create a tethered interface request in setUp by Patrick Rohr · 1 year, 3 months ago
  13. 01e091b Merge "Move setupOnce from EthernetTetheringTestBase to EthernetTetheringTest" into main by Mark Chien · 1 year, 5 months ago
  14. 54fa56d Move setupOnce from EthernetTetheringTestBase to EthernetTetheringTest by Mark Chien · 1 year, 5 months ago
  15. 68d68d8 Merge "Separate Struct.java into its own lib." into main by Yang Sun · 1 year, 5 months ago
  16. 3aa62e6 Separate Struct.java into its own lib. by Yang Sun · 1 year, 6 months ago
  17. 2881157 [EthernetTetheringTest] Don't run setupOnce() if Ethernet is not supported. by Weilun Du · 1 year, 6 months ago
  18. 028bf79 Merge "Do not crash on failures in callbacks" into main by Treehugger Robot · 1 year, 6 months ago
  19. e84353e Drop platform_apis from android_library by Spandan Das · 1 year, 7 months ago
  20. 62b3efb Do not crash on failures in callbacks by Remi NGUYEN VAN · 1 year, 7 months ago
  21. 01b5ede [DON'T BLOCK] Test ownership migration rules by Aditya Choudhary · 1 year, 7 months ago
  22. 4d4664d Add reconnectCell util, refactor reconnectWifi by Remi NGUYEN VAN · 1 year, 8 months ago
  23. 2d0652a Start Ethernet tethering test once before testing by Mark · 1 year, 9 months ago
  24. 28b3ea4 Make isInterfaceForTetheringAvailable and enableEthernetTethering static by Mark · 1 year, 10 months ago
  25. 1e6e272 EthernetTetheringTest: make some global variables static by Mark · 1 year, 10 months ago
  26. f05b447 Remove unnecessary dropShellPermissionIdentity by Mark Chien · 1 year, 10 months ago
  27. bb6ecfc Extend tethering enable/disable timeout to 30 seconds by Mark · 1 year, 11 months ago
  28. 47158c9 Merge "Fix EthernetTetheringTest#testLocalOnlyTethering flaky" into main by Treehugger Robot · 2 years ago
  29. fca402a Add test for downstream tethering by Yuyang Huang · 2 years, 4 months ago
  30. 801079f Fix EthernetTetheringTest#testLocalOnlyTethering flaky by Mark · 2 years, 1 month ago
  31. 5c2126e Move ArpPacket.java to frameworks/libs/net by Yuyang Huang · 2 years ago
  32. f5e4b90 Fix EtherentTetheringTest flaky by Mark · 2 years, 1 month ago
  33. df41b36 Merge "Don't run EthernetTetheringTest if Ethernet is not supported" by Mark Chien · 2 years, 2 months ago
  34. dc581e6 Don't run EthernetTetheringTest if Ethernet is not supported by Mark · 2 years, 2 months ago
  35. 05ecb5c EthernetTetheringTest: test RFC 7050 prefix64 discovery by Hungming Chen · 2 years, 7 months ago
  36. 4845823 Move buildXXXPacket methods into TetheringTester by Mark · 2 years, 3 months ago
  37. 161b70c Add NetworkStackModuleTest annotation on the specific test case. by Xiao Ma · 2 years, 3 months ago
  38. d502011 Update the integration test to verify zero-length DHCP packet. by Xiao Ma · 2 years, 5 months ago
  39. 29e92df Add an integration test to verify zero-length DHCP packet. by Xiao Ma · 2 years, 5 months ago
  40. 2040551 Fix testPhysicalEthernet failure for physical ethernet device by Mark · 2 years, 5 months ago
  41. 6845486 EthernetTetheringTest: join handler thread after calling quitSafely by Patrick Rohr · 2 years, 6 months ago
  42. 2adba0f Test: move getClatIpv6Address to common function by Hungming Chen · 2 years, 7 months ago
  43. 31eab2f Test: separate BPF tethering offload tests to MTS by Hungming Chen · 2 years, 9 months ago
  44. 2c4373f Test: rename CtsEthernetTetheringTest to EthernetTetheringTest by Hungming Chen · 2 years, 8 months ago
  45. b58191d Test: rename EthernetTetheringTest to CtsEthernetTetheringTest by Hungming Chen · 2 years, 9 months ago
  46. 40c9fe1 Test: separate common methods to EthernetTetheringTestBase by Hungming Chen · 2 years, 9 months ago
  47. 21308b5 Test: separate common variables to EthernetTetheringTestBase by Hungming Chen · 2 years, 9 months ago
  48. 1dbc674 Test: decouple the tests which access class member variables directly by Hungming Chen · 2 years, 9 months ago
  49. e28d708 EthernetTetheringTest: remove isEthernetTetheringSupported by Hungming Chen · 2 years, 10 months ago
  50. 22f0583 Fix errorprone warnings that should be errors by Cole Faust · 2 years, 11 months ago
  51. 3e77788 Merge "Revert^2 "[ST02.2] Use the getters of DnsHeader"" by Junyu Lai · 3 years ago
  52. c79efc8 EthernetTetheringTest: test testTetherClatTcp on S+ device by Hungming Chen · 3 years ago
  53. b4f8a08 EthernetTetheringTest: add testTetherClatTcp by Hungming Chen · 3 years ago
  54. 2ef51d1 EthernetTetheringTest: add testTetherTcpV6 by Hungming Chen · 3 years ago
  55. 53ce3df EthernetTetheringTest: add testTetherTcpV4 by Hungming Chen · 3 years, 1 month ago
  56. e2fb681 EthernetTetheringTest: add testIcmpv4Echo by Hungming Chen · 3 years, 1 month ago
  57. 9055114 EthernetTetheringTest: add testTetherClatIcmp by Hungming Chen · 3 years, 1 month ago
  58. 4c93f83 Revert^2 "[ST02.2] Use the getters of DnsHeader" by Junyu Lai · 3 years ago
  59. 4e81086 Merge "EthernetTetheringTest: toggle wifi while test network is not selected" by Treehugger Robot · 3 years ago
  60. d09bb07 EthernetTetheringTest: toggle wifi while test network is not selected by Hungming Chen · 3 years ago
  61. f62267c Merge "EthernetTetheringTest: use EthernetManager to check iface before T" by Treehugger Robot · 3 years ago
  62. f927fba EthernetTetheringTest: use EthernetManager to check iface before T by Hungming Chen · 3 years ago
  63. ae2faae Merge "EthernetTetheringTest: reduce test upstream prefix range" by Treehugger Robot · 3 years ago
  64. 3483b9b Merge changes from topic "revert-1387135-st02-CRMRFENEPA" by Anton Hansson · 3 years ago
  65. c704388 Revert "[ST02.2] Use the getters of DnsHeader" by Remi NGUYEN VAN · 3 years ago
  66. b7fe066 EthernetTetheringTest: reduce test upstream prefix range by Nucca Chen · 3 years ago
  67. 7119e9c Merge changes from topic "st02" by Junyu Lai · 3 years ago
  68. dc311c8 EthernetTetheringTest: give slack time for waiting UDP stream mode by Hungming Chen · 3 years ago
  69. d407328 Merge "Fix EthernetTetheringTest flaky" by Patrick Rohr · 3 years ago
  70. 008adcd TetheringTester: Extend PACKET_READ_TIMEOUT_MS from 100ms to 500ms by Hungming Chen · 3 years ago
  71. f8371fe Fix EthernetTetheringTest flaky by Mark · 3 years ago
  72. ec2b247 [ST02.2] Use the getters of DnsHeader by Junyu Lai · 3 years ago
  73. b19c482 Merge "EthernetTetheringTest: testTetherUdpV4Dns" by Nucca Chen · 3 years ago
  74. 9988869 Merge changes from topic "cookie_tag_map_raw_dump" by Motomu Utsumi · 3 years ago
  75. a339588 EthernetTetheringTest: testTetherUdpV4Dns by Hungming Chen · 3 years, 2 months ago
  76. e70bdb8 Use BpfDump#fromBase64EncodedString by Motomu Utsumi · 3 years, 1 month ago
  77. f2d6261 EthernetTetheringTest: obtain the required permissions when needed by Hungming Chen · 3 years, 3 months ago
  78. f70037f Use TetheredInterfaceRequester to check available tethering interface by Hungming Chen · 3 years, 3 months ago
  79. 86d7a05 Remove mts-tethering from TetheringIntegrationTests by Remi NGUYEN VAN · 3 years, 1 month ago
  80. d70c34f Merge changes I99bd5c9d,Id1676567 by Treehugger Robot · 3 years, 1 month ago
  81. 30dfd66 EthernetTetheringTest: separate out tether IPv4 UDP BPF offload tests by Hungming Chen · 3 years, 2 months ago
  82. 5b11293 EthernetTetheringTest: use wrapper to send test UDP packet by Hungming Chen · 3 years, 2 months ago
  83. ce5ea36 Merge "EthernetTetheringTest: add testTetherUdpV6" by Treehugger Robot · 3 years, 1 month ago
  84. 5157b1e EthernetTetheringTest: add testTetherUdpV6 by Hungming Chen · 3 years, 2 months ago
  85. 874a3e2 Revert "Revert "Add onSupportedTetheringType callback"" by Mark Chien · 3 years, 2 months ago
  86. 370ba4f Merge "Revert "Add onSupportedTetheringType callback"" by Mark Chien · 3 years, 2 months ago
  87. 4bf22ae Revert "Add onSupportedTetheringType callback" by Mark Chien · 3 years, 2 months ago
  88. bf28a59 Merge "Use BpfDump.toBase64EncodedString to dump raw map" by Nucca Chen · 3 years, 2 months ago
  89. 01f2550 Move struct {Clat*, Tether4*, TetherStats*} to connectivity module by Hungming Chen · 3 years, 2 months ago
  90. b37f76f Ignore BPF tethering offload test if tether config is disabled by Hungming Chen · 3 years, 2 months ago
  91. 264cac5 Use BpfDump.toBase64EncodedString to dump raw map by Hungming Chen · 3 years, 3 months ago
  92. 06238c1 [TestOnly] Use probeV4TetheringConnectivity in getClatIpv6Address by Mark · 3 years, 3 months ago
  93. 01971ad [TestOnly]Create TetheringTester in initTetheringTester by Mark · 3 years, 3 months ago
  94. 7328498 [TestOnly] Move isExpectedUdpPacket into TetheringTester by Mark · 3 years, 3 months ago
  95. 0369362 [TestOnly]Remove RemoteResponder from TetheringTester by Mark Chien · 3 years, 3 months ago
  96. 4fcf168 Merge "[TestOnly] Replace isRouterAdvertisement with isIcmpv6Type" by Mark Chien · 3 years, 3 months ago
  97. 6078d6e [TestOnly] Replace isRouterAdvertisement with isIcmpv6Type by Mark · 3 years, 3 months ago
  98. 8b56874 Skip testTetherClatUdp before S by Remi NGUYEN VAN · 3 years, 3 months ago
  99. e78cfa1 Revert "Revert "EthernetTetheringTest: add testTetherClatUdp"" by Remi NGUYEN VAN · 3 years, 3 months ago
  100. 5bbd292 Revert "EthernetTetheringTest: add testTetherClatUdp" by Remi NGUYEN VAN · 3 years, 3 months ago