1. 17d48b0 Merge "Add RTMGRP_IPV6_IFINFO" into main by Xiao Ma · 4 months ago
  2. 25a4436 Merge "[connectivity] support specifying flags in TestableNetworkCallback" into main by Kangping Dong · 4 months ago
  3. 715ef66 Add RTMGRP_IPV6_IFINFO by Patrick Rohr · 4 months ago
  4. ee24054 KernelUtils.h: isAtLeastKernelVersion(x,y,z) - default 'z' to 0 by Maciej Żenczykowski · 4 months ago
  5. cb1a167 Merge "Add isCaptivePortalLoginFeatureNotChickenedOut" into main by Yuyang Huang · 4 months ago
  6. 95b78f8 [connectivity] support specifying flags in TestableNetworkCallback by Kangping Dong · 4 months ago
  7. 0c8a65f Merge "Parse IFLA_INET6_FLAGS attr from the RTM_NEWLINK message." into main by Treehugger Robot · 4 months ago
  8. 9be6957 Add isCaptivePortalLoginFeatureNotChickenedOut by Remi NGUYEN VAN · 4 months ago
  9. 5ed9c20 Merge "Refactor: Introduce Builder for RtNetlinkNeighborMessage" into main by Treehugger Robot · 4 months ago
  10. 1e1d336 BpfMap: remove @CriticalNative from nativeSynchronizeKernelRCU() by Maciej Żenczykowski · 4 months ago
  11. bc568b7 Refactor: Introduce Builder for RtNetlinkNeighborMessage by Nate Jiang · 4 months ago
  12. d4de245 Parse IFLA_INET6_FLAGS attr from the RTM_NEWLINK message. by Xiao Ma · 4 months ago
  13. 93d7c2a Make AddrRegReplyPacket constructor public by Patrick Rohr · 4 months ago
  14. 6eaa841 Convert uses of @hide to block tag by Paul Duffin · 5 months ago
  15. 98e5827 Migrate NetdUtils from networkAddRoute to networkAddRouteParcel. by Sarup Dalwani · 7 months ago
  16. 3f16f0d Merge "Tethering: Enable TETHERING_AND_P2P_GO_LOCAL_AGENT for 25Q4+" into main by Treehugger Robot · 5 months ago
  17. bf75afd Tethering: Enable TETHERING_AND_P2P_GO_LOCAL_AGENT for 25Q4+ by Junyu Lai · 5 months ago
  18. 8aa8a4f Merge "netjniutils: delete support for android R" into main by Maciej Żenczykowski · 5 months ago
  19. 8edee1e Merge "Ensure flag restoration logic is always executed in SetFeatureFlagsRule." into main by Treehugger Robot · 5 months ago
  20. bda151c Ensure flag restoration logic is always executed in SetFeatureFlagsRule. by Xiao Ma · 5 months ago
  21. 94d800d netjniutils: delete support for android R by Maciej Żenczykowski · 5 months ago
  22. 50ee5cd Merge "Reduce unecessary allocation churn in MdnsServiceTypeClient.processResponse" into main by Richard Uhler · 5 months ago
  23. 6498be7 Add ethertype constant for Wake-on-LAN by Marc Lepage · 5 months ago
  24. d2d26c6 BpfBitmap: some minor optimizations by Maciej Żenczykowski · 5 months ago
  25. 2afef50 Optimize BpfMap JNI calls with FastNative/CriticalNative annotations by Maciej Żenczykowski · 5 months ago
  26. 532b263 Reduce unecessary allocation churn in MdnsServiceTypeClient.processResponse by Richard Uhler · 7 months ago
  27. 762f83b TcUtils: remove dead BPF_FD_JUST_USE_INT hack by Maciej Żenczykowski · 5 months ago
  28. 43a7ec6 Merge "Adding isLocalRoute parameter to RouteInfoParcel" into main by Lorenzo Colitti · 5 months ago
  29. a9a7a7c Merge "Stabilize flaky tests by adding packet delay" into main by Jimi Chen · 5 months ago
  30. 2e342c6 Merge "Move #nativeWaitForService into CommonConnectivityJni" into main by Patrick Rohr · 5 months ago
  31. f250ade Move #nativeWaitForService into CommonConnectivityJni by Mark Chien · 5 months ago
  32. 1bec0d6 Adding isLocalRoute parameter to RouteInfoParcel by Sarup Dalwani · 7 months ago
  33. a4f34a8 Merge "Make callers of RoutingCoordinatorService pass in RouteInfoParcel" into main by Sarup Dalwani · 5 months ago
  34. 003403e Stabilize flaky tests by adding packet delay by Jimi Chen · 5 months ago
  35. 8f8e59a Make callers of RoutingCoordinatorService pass in RouteInfoParcel by Lorenzo Colitti · 5 months ago
  36. a6cb9b7 Merge changes I26d8e987,Icc00abb6 into main by Lorenzo Colitti · 5 months ago
  37. 24c7ddf Merge "Make Dhcp6AddrRegInformPacket constructor public" into main by Treehugger Robot · 5 months ago
  38. 97891a2 Make Dhcp6AddrRegInformPacket constructor public by Patrick Rohr · 5 months ago
  39. 7b693ca Don't call ContentObserver#onChange(..., UserHandle) on S. by Lorenzo Colitti · 5 months ago
  40. b8a76f5 Merge "simplify netjniutils" into main by Maciej Żenczykowski · 5 months ago
  41. eb7d854 Merge "make Struct expose a new parse method that takes a raw byte array" into main by Treehugger Robot · 6 months ago
  42. f14dc8c simplify netjniutils by Maciej Żenczykowski · 6 months ago
  43. 9bbdbc5 Merge "Fix missing '/' for retrieving interface MTU from ProcfsUtils" into main by Jimi Chen · 6 months ago
  44. 2b9447d Merge changes I74c24016,I3b2b533e into main by Treehugger Robot · 6 months ago
  45. 2a2ee0a Tweak: Throw exception for oversized BpfMap keys/values by Maciej Żenczykowski · 6 months ago
  46. 724b2d2 make Struct expose a new parse method that takes a raw byte array by Maciej Żenczykowski · 6 months ago
  47. bd78be5 Merge "Introduce LegacyStruct to expose writeToBytes(ByteOrder)" into main by Treehugger Robot · 6 months ago
  48. b22b23e Fix missing '/' for retrieving interface MTU from ProcfsUtils by Jimi Chen · 6 months ago
  49. c4fcf02 Make APF packet count assertion more robust by Jimi Chen · 6 months ago
  50. ed5e3c1 Send multiple packets for stability by Jimi Chen · 6 months ago
  51. a383882 Merge "Addressing feedback on IpStructure" into main by Maciej Żenczykowski · 6 months ago
  52. 62d51d1 Introduce LegacyStruct to expose writeToBytes(ByteOrder) by Patrick Rohr · 6 months ago
  53. 0e5defc Merge "Create CommonConnectivityJni to share between modules" into main by Patrick Rohr · 6 months ago
  54. e5a4e6b Create CommonConnectivityJni to share between modules by Jimi Chen · 7 months ago
  55. 7e922cf Fix lambda returning set instead of boolean by Jimi Chen · 6 months ago
  56. ab0cdd8 Increase retry interval for APF packet count assertion by Jimi Chen · 6 months ago
  57. 4e4f2e6 Merge "Use Log.e for procfs file read errors" into main by Jimi Chen · 6 months ago
  58. 83298a7 Use Log.e for procfs file read errors by Jimi Chen · 6 months ago
  59. ac29211 Fix permissions in RestoreEthernetRule by Patrick Rohr · 6 months ago
  60. 7134b8c Merge changes I6fb98e87,I3f61b474 into main by Patrick Rohr · 6 months ago
  61. 3563cc1 Delete unused TestInterfaceStateListener by Patrick Rohr · 6 months ago
  62. 5904ce1 Merge changes I332c8d43,I340bcb77 into main by Jimi Chen · 6 months ago
  63. 419e088 refactor: Lazy load IP addresses for APF tests by Jimi Chen · 6 months ago
  64. 16c8fd1 Ignore RtNetlinkMessage with null or empty interface names by Chuwei He · 6 months ago
  65. 1867ae1 Merge "Prepare to move VCN: Define utility lib for framework VCN" into main by Yan Yan · 6 months ago
  66. 1cdb0a5 Merge "Pass bluetoothUseRandomAddress via RoutingCoordinator constructor" into main by Motomu Utsumi · 6 months ago
  67. 323d22a Pass bluetoothUseRandomAddress via RoutingCoordinator constructor by Motomu Utsumi · 6 months ago
  68. 75cf089 Remove wrong comment by Yuyang Huang · 6 months ago
  69. aa2f531 Prepare to move VCN: Define utility lib for framework VCN by Yan Yan · 6 months ago
  70. 9fc98e3 Merge "Prepare to move VCN: Add visibilities" into main by Yan Yan · 6 months ago
  71. f693a0f Merge "Refactor: Add RestoreEthernetRule for ethernet tests" into main by Junyu Lai · 6 months ago
  72. 9f6a566 Refactor: Add RestoreEthernetRule for ethernet tests by Junyu Lai · 7 months ago
  73. 7c75e44 Prepare to move VCN: Add visibilities by Yan Yan · 6 months ago
  74. df4c09f Merge changes I65fecdcd,I0acc9fcb into main by Jimi Chen · 6 months ago
  75. af1e460 Add pre-test check for APF offload status by Jimi Chen · 6 months ago
  76. 7c190ec Add util to get APF offload config by Jimi Chen · 6 months ago
  77. 4c7ba24 Refactor: Introduce TestableCallback for EthernetStateListener by Junyu Lai · 7 months ago
  78. bb75ed8 Refactor: Move EthernetStateListener to a standalone file by Junyu Lai · 7 months ago
  79. 7e5665a Merge "Add a ContentResolverWithFakeSettingsProvider class to testutils." into main by Lorenzo Colitti · 7 months ago
  80. c5c80cc Support AutoReleaseBluetoothRule by Junyu Lai · 8 months ago
  81. 86625b4 Add a ContentResolverWithFakeSettingsProvider class to testutils. by Lorenzo Colitti · 7 months ago
  82. 5eaf3aa Merge "Optionally remove legacy bluetooth tethering address cache on T+" into main by Lorenzo Colitti · 7 months ago
  83. acd7366 Optionally remove legacy bluetooth tethering address cache on T+ by Yuyang Huang · 9 months ago
  84. e988ae3 Fix crash in LocationPermissionChecker when app is not installed. by Lorenzo Colitti · 7 months ago
  85. a36b89c Fix typo by Patrick Rohr · 7 months ago
  86. 3cbf1e3 Merge "Migrate CSAgentWrapper to TestableCallback." into main by Jean Chalard · 7 months ago
  87. 1fccee3 Merge "DHCPv6 addr reg: remove the mAddrRegEnable member." into main by Treehugger Robot · 7 months ago
  88. 6fe5d13 Migrate CSAgentWrapper to TestableCallback. by Chalard Jean · 7 months ago
  89. 553054f Merge changes from topic "avoid-bad-wifi-api-update" into main by Treehugger Robot · 7 months ago
  90. b37483f Merge "Don't blame a non-existent test for not restoring default networking" into main by Treehugger Robot · 7 months ago
  91. 00275e3 Don't blame a non-existent test for not restoring default networking by Chalard Jean · 7 months ago
  92. 1bfe086 Enable per-subId 'avoid bad Wi-Fi' setting storage by Jimi Chen · 7 months ago
  93. cbe860c Merge changes If072a5bc,I1c48ebba,I389fe6c5,I6699b147,Ia16ba2b5 into main by Xiao Ma · 7 months ago
  94. a915249 DHCPv6 addr reg: remove the mAddrRegEnable member. by Xiao Ma · 7 months ago
  95. 307112f DHCPv6 addr reg: get the DHCPv6 message type. by Xiao Ma · 7 months ago
  96. cfa1f11 DHCPv6 addr reg: add a function helper to create ADDR_REG_REPLY message. by Xiao Ma · 7 months ago
  97. 64baf9a DHCPv6 addr reg: add ADDR_REG_REPLY packet class. by Xiao Ma · 7 months ago
  98. 2706723 DHCPv6 addr reg: add a function helper to create ADDR_REG_INFORM message. by Xiao Ma · 7 months ago
  99. 8b1f9c1 DHCPv6 addr reg: build an IA Address option inside Dhcp6AddrRegInform. by Xiao Ma · 7 months ago
  100. 73d2d49 Addressing feedback on IpStructure by Sarup Dalwani · 7 months ago