1. 284ccd5 Refactor ApfFilterTest to use consumeInstalledProgram by Jimi Chen · 1 year, 2 months ago
  2. 3dce6df Reformat packet content in multipline string by Jimi Chen · 1 year, 2 months ago
  3. be1be02 Move helper methods from `ApfTestUtils.java` to `ApfTestHelpers.kt` by Jimi Chen · 1 year, 2 months ago
  4. a4fa50e Move TestLegacyApfFilter and MockIpClientCallback to LegacyApfTest by Yuyang Huang · 1 year, 2 months ago
  5. ae7610d Merge "Refactor ApfTest to use more Mockito mocking" into main by Yuyang Huang · 1 year, 2 months ago
  6. a9ea6a7 Increase default APF counter polling interval to reduce battery drain by Yuyang Huang · 1 year, 2 months ago
  7. 42a043d Refactor ApfTest to use more Mockito mocking by Yuyang Huang · 1 year, 2 months ago
  8. c64433c Merge "Revert^2 "Refactor ApfFilter constructor"" into main by Yuyang Huang · 1 year, 2 months ago
  9. 18d31c6 Merge "Add `consumeInstalledProgram()` to verify apf program install" into main by Yuyang Huang · 1 year, 2 months ago
  10. 88ac9f2 Add `consumeInstalledProgram()` to verify apf program install by Jimi Chen · 1 year, 2 months ago
  11. 2fa04cc Revert^2 "Refactor ApfFilter constructor" by Yuyang Huang · 1 year, 2 months ago
  12. 9fd30f2 Merge "Revert "Refactor ApfFilter constructor"" into main by Yuyang Huang · 1 year, 2 months ago
  13. b712624 Revert "Refactor ApfFilter constructor" by Yuyang Huang · 1 year, 2 months ago
  14. 99c5462 Merge "Rename ApfNewTest to ApfGeneratorTest" into main by Jimi Chen · 1 year, 2 months ago
  15. 9f48dc8 Merge "Apply runApfTestFilter in ApfFilterTest cases" into main by Treehugger Robot · 1 year, 2 months ago
  16. b1bf7c2 Rename ApfNewTest to ApfGeneratorTest by Jimi Chen · 1 year, 2 months ago
  17. d1eab96 Apply runApfTestFilter in ApfFilterTest cases by Jimi Chen · 1 year, 2 months ago
  18. 57f8887 Merge "Move apfFilter related test cases from ApfNewTest to ApfFilterTest" into main by Yuyang Huang · 1 year, 2 months ago
  19. bd8df61 Merge "Remove redundant NetworkStackDevApiLevel target" into main by Treehugger Robot · 1 year, 2 months ago
  20. bb3c4a0 Move apfFilter related test cases from ApfNewTest to ApfFilterTest by Jimi Chen · 1 year, 2 months ago
  21. de25dad Remove redundant NetworkStackDevApiLevel target by Yuyang Huang · 1 year, 2 months ago
  22. 4b135bf Create ApfFilterTest and add helper methods by Jimi Chen · 1 year, 2 months ago
  23. 0d6b02e Merge "Move common functions to new added ApfTestHelpers" into main by Jimi Chen · 1 year, 2 months ago
  24. 7c4ca43 Move common functions to new added ApfTestHelpers by Jimi Chen · 1 year, 2 months ago
  25. 51f768e Merge changes from topic "ddr_flag_with_DdrTracker" into main by Treehugger Robot · 1 year, 2 months ago
  26. bfc0e4c Merge "Update APF counters to metrics" into main by Jimi Chen · 1 year, 2 months ago
  27. a5a4b85 Merge "Derive packet type and dst mac address from the given packet" into main by Treehugger Robot · 1 year, 2 months ago
  28. 7154058 Derive packet type and dst mac address from the given packet by Junyu Lai · 1 year, 2 months ago
  29. 7898cc2 Update APF counters to metrics by Jimi Chen · 1 year, 2 months ago
  30. 75de6dc Merge "Added `send-raw-packet-downstream` command to NetworkStack shell command" into main by Treehugger Robot · 1 year, 2 months ago
  31. b2276d6 Added `send-raw-packet-downstream` command to NetworkStack shell command by Junyu Lai · 1 year, 3 months ago
  32. b4cb524 Merge "Disable vendor ND offload when ApfV6 ND offload is enabled" into main by Yuyang Huang · 1 year, 2 months ago
  33. b3df4bb Disable vendor ND offload when ApfV6 ND offload is enabled by Yuyang Huang · 1 year, 3 months ago
  34. a1a064c Merge "Refactor mapping from APF counters to metrics counters" into main by Jimi Chen · 1 year, 2 months ago
  35. 1f62e47 Merge "Implement NS filter and NA reply for ND offload in APFv6" into main by Yuyang Huang · 1 year, 2 months ago
  36. eea7eaa Merge "Add @VisibleForTesting to getUniqueLabel()" into main by Treehugger Robot · 1 year, 2 months ago
  37. c6f8e7f Remove redundant "this." in BaseApfGenerator by Yuyang Huang · 1 year, 2 months ago
  38. 5703304 Add @VisibleForTesting to getUniqueLabel() by Yuyang Huang · 1 year, 2 months ago
  39. ada6a42 Refactor mapping from APF counters to metrics counters by Jimi Chen · 1 year, 2 months ago
  40. 97a990f Merge "Make getUniqueLabel() public for ApfIntegrationTest access" into main by Yuyang Huang · 1 year, 2 months ago
  41. 2b83977 Make getUniqueLabel() public for ApfIntegrationTest access by Yuyang Huang · 1 year, 2 months ago
  42. 1136376 Merge "Bump NetworkStack target SDK to 35." into main by Xiao Ma · 1 year, 2 months ago
  43. babe266 Merge "Revert "Remove the unnecessary lock from TcpSocketTracker"" into main by Treehugger Robot · 1 year, 2 months ago
  44. 885ef2f Revert "Remove the unnecessary lock from TcpSocketTracker" by Remi NGUYEN VAN · 1 year, 2 months ago
  45. 5c56990 Add kill switch flag for ND offload in APF by Jimi Chen · 1 year, 3 months ago
  46. a333be4 Implement NS filter and NA reply for ND offload in APFv6 by Jimi Chen · 1 year, 3 months ago
  47. 55747ee Remove APF_HANDLE_LIGHT_DOZE_FORCE_DISABLE kill switch by Yuyang Huang · 1 year, 3 months ago
  48. ad421b7 Merge "Clarify unchecked ARP offload feature state" into main by Treehugger Robot · 1 year, 3 months ago
  49. e23c20e Merge "Consolidate ICMP6 constants in ApfConstants for centralization" into main by Treehugger Robot · 1 year, 3 months ago
  50. c17529e Consolidate ICMP6 constants in ApfConstants for centralization by Yuyang Huang · 1 year, 3 months ago
  51. 8ae866d Clarify unchecked ARP offload feature state by Yuyang Huang · 1 year, 3 months ago
  52. 7b600a0 Refactor ApfFilter constructor by Yuyang Huang · 1 year, 3 months ago
  53. 7996e0c Move maximumApfProgramSize calculation to ApfFilter constructor by Yuyang Huang · 1 year, 3 months ago
  54. 3a757a0 Merge "Consolidate addCountAnd{Pass|Drop}IfBytesAtR0Equal() to base class" into main by Treehugger Robot · 1 year, 3 months ago
  55. 97bef89 Merge "Refactor ApfV{4,6}Generator constructors for consistency" into main by Treehugger Robot · 1 year, 3 months ago
  56. ea83de2 Consolidate addCountAnd{Pass|Drop}IfBytesAtR0Equal() to base class by Yuyang Huang · 1 year, 3 months ago
  57. 2a8a7ca Merge "Clarify comment on apfVersionSupported recalculation in Android R" into main by Maciej Żenczykowski · 1 year, 3 months ago
  58. 1510cc4 Refactor ApfV{4,6}Generator constructors for consistency by Yuyang Huang · 1 year, 3 months ago
  59. c2cf0ee Trigger APF program update on IPv6 address state change by Yuyang Huang · 1 year, 3 months ago
  60. a9d13db Merge "Revert "Trigger onLinkPropertiesChange callback when link address lifetime update."" into main by Xiao Ma · 1 year, 3 months ago
  61. 8fd0a4a Clarify comment on apfVersionSupported recalculation in Android R by Yuyang Huang · 1 year, 3 months ago
  62. cc071bf Update LegacyApfTest to use TestLegacyApfFilter by Yuyang Huang · 1 year, 3 months ago
  63. 5cb9ff3 Remove more test cases in LegacyApfTest by Yuyang Huang · 1 year, 3 months ago
  64. cca17da Merge "Make ApfConfiguration stores APF version/size directly" into main by Yuyang Huang · 1 year, 3 months ago
  65. d3f14eb Make ApfConfiguration stores APF version/size directly by Yuyang Huang · 1 year, 3 months ago
  66. 1ec68f0 Merge "Improve dumpsys message to include IPv6 and MAC addresses" into main by Jimi Chen · 1 year, 3 months ago
  67. 1894ff6 Revert "Trigger onLinkPropertiesChange callback when link address lifetime update." by Xiao Ma · 1 year, 3 months ago
  68. 1d3a314 Bump NetworkStack target SDK to 35. by Xiao Ma · 1 year, 3 months ago
  69. 0acffae Improve dumpsys message to include IPv6 and MAC addresses by Jimi Chen · 1 year, 3 months ago
  70. 3b837b1 Log network quirk event when DHCPv6-PD heuristic triggers by Patrick Rohr · 1 year, 3 months ago
  71. 88e09d3 Exclude FILTER_AGE counters from decrement checks by Yuyang Huang · 1 year, 3 months ago
  72. fec9e7c Improve APF counter dump error logging with detailed info by Yuyang Huang · 1 year, 3 months ago
  73. 515d4d4 Merge "Enhance APF logging with counter dumps and recent program updates" into main by Yuyang Huang · 1 year, 3 months ago
  74. a8a0b31 Enhance APF logging with counter dumps and recent program updates by Yuyang Huang · 1 year, 3 months ago
  75. 751bf1b Add kill switch flag for ARP offload in APF by Jimi Chen · 1 year, 3 months ago
  76. 3a18c0e Merge changes from topic "ipv6_prov_mode_metrics" into main by Xiao Ma · 1 year, 3 months ago
  77. f36720a Merge "Fail-open APF program on NS packets without IPv6 link-local address" into main am: d4d6efd25a by Yuyang Huang · 1 year, 3 months ago
  78. bec57af Add NA transmit generate function for ND offload am: f545f33044 by Jimi Chen · 1 year, 3 months ago
  79. d4d6efd Merge "Fail-open APF program on NS packets without IPv6 link-local address" into main by Yuyang Huang · 1 year, 3 months ago
  80. deffa3a Add method to set Ipv6ProvisioningMode enum proto in IpProvisioning metrics. by Xiao Ma · 1 year, 3 months ago
  81. d11ff97 Add Ipv6ProvisioningMode enum proto in NetworkIpProvisioningReported. by Xiao Ma · 1 year, 3 months ago
  82. 97f2228 Fail-open APF program on NS packets without IPv6 link-local address by Yuyang Huang · 1 year, 3 months ago
  83. f545f33 Add NA transmit generate function for ND offload by Jimi Chen · 1 year, 3 months ago
  84. a7e6db1 Implement addCountAnd{Pass|Drop}IfBytesAtR0Equal() methods am: 898c9cd15f by Yuyang Huang · 1 year, 3 months ago
  85. 898c9cd Implement addCountAnd{Pass|Drop}IfBytesAtR0Equal() methods by Yuyang Huang · 1 year, 3 months ago
  86. 41f3d2a Remove new Apf RA filter tests in LegacyApfTest am: 8dab1771ab by Yuyang Huang · 1 year, 3 months ago
  87. 8dab177 Remove new Apf RA filter tests in LegacyApfTest by Yuyang Huang · 1 year, 3 months ago
  88. b572bc4 Merge "Use ArraySet instead of HashSet in IpReachabilityMonitor." into main am: 8d025f8dcf by Xiao Ma · 1 year, 3 months ago
  89. 57f55b9 Merge "Use apfVersionSupported for ApfFilter data region access control" into main am: d10750fe45 by Yuyang Huang · 1 year, 3 months ago
  90. 8d025f8 Merge "Use ArraySet instead of HashSet in IpReachabilityMonitor." into main by Xiao Ma · 1 year, 3 months ago
  91. d10750f Merge "Use apfVersionSupported for ApfFilter data region access control" into main by Yuyang Huang · 1 year, 3 months ago
  92. ffb5a12 Merge "Refactor `getUnitcastIpv6Addresses` to include tentative/anycast addresses" into main am: 47e9a1fb94 by Yuyang Huang · 1 year, 3 months ago
  93. 47e9a1f Merge "Refactor `getUnitcastIpv6Addresses` to include tentative/anycast addresses" into main by Yuyang Huang · 1 year, 3 months ago
  94. 6284d3c Use ArraySet instead of HashSet in IpReachabilityMonitor. by Xiao Ma · 1 year, 3 months ago
  95. ca8ab45 Use apfVersionSupported for ApfFilter data region access control by Yuyang Huang · 1 year, 3 months ago
  96. 5e60bfa Refactor `getUnitcastIpv6Addresses` to include tentative/anycast addresses by Jimi Chen · 1 year, 3 months ago
  97. 526eeb8 Merge "Add `getNdTrafficClass` to load traffic class for specific interface" into main am: b6da477644 by Yuyang Huang · 1 year, 3 months ago
  98. b6da477 Merge "Add `getNdTrafficClass` to load traffic class for specific interface" into main by Yuyang Huang · 1 year, 3 months ago
  99. 6ca81c0 Merge "Rename `mIPv6Addresses` to `mIPv6NonTentativeAddresses`" into main am: 851da369e1 by Yuyang Huang · 1 year, 3 months ago
  100. ef2fb8a Merge "Add ApfConstants for ND offload" into main am: 7b403a28cf by Yuyang Huang · 1 year, 3 months ago