1. 66bea45 Fix comment in emitEpilogue() by Yuyang Huang · 3 months ago
  2. fe22a2e Remove redundant check in emitEpilogue() by Yuyang Huang · 3 months ago
  3. 2ac07ff Explicitly increment counter and pass IPV6_ICMP for clarity by Yuyang Huang · 3 months ago
  4. 1ebffda Add convenience functions to parse IP addresses from strings. by Lorenzo Colitti · 3 months ago
  5. d9d2a44 Remove duplicate trampoline logic from ApfFilter by Yuyang Huang · 3 months ago
  6. 41feee7 Simplify ApfFilter counters update logic by Yuyang Huang · 3 months ago
  7. 5b2ab59 Simplify ApfFilter counters with addCountAndPassIfBytesAtR0NotEqual by Yuyang Huang · 3 months ago
  8. 4be28bb Make the indentation consist in ApfV5Test by Yuyang Huang · 3 months ago
  9. e31b560 Merge "Deflaky testIpReachabilityMonitor_ignoreOnLinkIpv6DnsOrganicNudFailure_flagoff" into main by Xiao Ma · 3 months ago
  10. 44a68d9 ApfFilter: drop arp requests only if clat is running by Maciej Żenczykowski · 3 months ago
  11. e89a797 Merge "Add debugging log to see if DHCPv6 client sends Renew/Rebind message." into main by Treehugger Robot · 3 months ago
  12. e9ab9ce Add debugging log to see if DHCPv6 client sends Renew/Rebind message. by Xiao Ma · 3 months ago
  13. 493fcaa Merge "Revert "Add debugging log in IpReachabilityMonitor to check avoidingBadLinks."" into main by Xiao Ma · 3 months ago
  14. c933566 Merge "Revert "Add debugging log in IpReachabilityMonitor constructor to check flag value."" into main by Xiao Ma · 3 months ago
  15. 10e103e Deflaky testIpReachabilityMonitor_ignoreOnLinkIpv6DnsOrganicNudFailure_flagoff by Xiao Ma · 3 months ago
  16. f4fcdeb Revert "Add debugging log in IpReachabilityMonitor to check avoidingBadLinks." by Xiao Ma · 3 months ago
  17. 7fb0274 Revert "Add debugging log in IpReachabilityMonitor constructor to check flag value." by Xiao Ma · 3 months ago
  18. 2675895 Simplify ApfFilter counters with addCountAndDropIfBytesAtR0NotEqual by Yuyang Huang · 3 months ago
  19. 1a67e46 Fix comment for addJumpIfBytesAtR0[Not]Equal by Yuyang Huang · 3 months ago
  20. 851bd2d Add debugging log in IpReachabilityMonitor to check avoidingBadLinks. by Xiao Ma · 3 months ago
  21. daaf223 Merge "Check MIN_APF_VERSION in maybeCreate" into main by Patrick Rohr · 3 months ago
  22. df28eb4 Check MIN_APF_VERSION in maybeCreate by Patrick Rohr · 3 months ago
  23. 0bd99d6 Merge "Add addWrite32() to write 4-byte arrays to the buffer" into main by Maciej Żenczykowski · 3 months ago
  24. 3469a17 Merge "Add addWrite32() for encoding integers" into main by Treehugger Robot · 3 months ago
  25. 6f159d2 Add addWrite32() to write 4-byte arrays to the buffer by Yuyang Huang · 3 months ago
  26. 403f1ce Add addWrite32() for encoding integers by Yuyang Huang · 3 months ago
  27. 9ff0855 Merge "Add debugging log in IpReachabilityMonitor constructor to check flag value." into main by Treehugger Robot · 3 months ago
  28. c8aaefe Add debugging log in IpReachabilityMonitor constructor to check flag value. by Xiao Ma · 3 months ago
  29. a958e11 Merge "Cap installableProgramSizeClamp at 1024" into main by Yuyang Huang · 3 months ago
  30. faf6716 Cap installableProgramSizeClamp at 1024 by Yuyang Huang · 3 months ago
  31. 096526f Merge "Use CompletableFuture#get with a timeout" into main by Patrick Rohr · 3 months ago
  32. 955c0bc Merge "Cap installableProgramSizeClamp at 1972 for firmware compatibility" into main by Maciej Żenczykowski · 3 months ago
  33. cea9c22 Use CompletableFuture#get with a timeout by Patrick Rohr · 3 months ago
  34. e451335 Rename RA minLifetime to expirationTime by Patrick Rohr · 3 months ago
  35. efd719f Cap installableProgramSizeClamp at 1972 for firmware compatibility by Yuyang Huang · 3 months ago
  36. c83ade4 Let exceptions escape onCommand() by Patrick Rohr · 3 months ago
  37. af74145 Merge "Relocate addJumpIfBytesAtR0Equal for APFv6 specificity" into main by Maciej Żenczykowski · 3 months ago
  38. 0c4cb16 Merge "Extend counter range checks to all increment helpers" into main by Maciej Żenczykowski · 3 months ago
  39. e91275e Merge changes I03e2e473,Id2b80991 into main by Treehugger Robot · 3 months ago
  40. 23ad61f Merge "Fix typo in error message" into main by Maciej Żenczykowski · 3 months ago
  41. 9a4fc21 Relocate addJumpIfBytesAtR0Equal for APFv6 specificity by Yuyang Huang · 3 months ago
  42. d4f5fa8 Extend counter range checks to all increment helpers by Yuyang Huang · 3 months ago
  43. 6b24777 Conditionally use ApfV6Generator based on configuration by Yuyang Huang · 3 months ago
  44. 1b31197 Enable APFv6 support in ApfConfiguration by Yuyang Huang · 3 months ago
  45. b9c8725 Fix typo in error message by Patrick Rohr · 3 months ago
  46. 5b7b05a Enforce counter range checks in addCountAndDrop/Pass by Yuyang Huang · 3 months ago
  47. 51df822 Add function to validate pass/drop counter values by Yuyang Huang · 3 months ago
  48. b8c9acc Merge "Fix the ignoring incomplete IPv6 neighbors logic." into main by Xiao Ma · 3 months ago
  49. 2521233 Merge "Remove the unnecessary lock from TcpSocketTracker" into main by Chiachang Wang · 3 months ago
  50. cf92d61 Remove the unnecessary lock from TcpSocketTracker by Chiachang Wang · 3 months ago
  51. 7be3e1e Merge "Include net-utils-device-common-struct-base." into main by Yang Sun · 3 months ago
  52. 912c2c8 Merge "Iterate through IpClients in reverse when using adb cmd apf" into main by Treehugger Robot · 3 months ago
  53. 4644019 ApfFilter (incl. Legacy) - add a program identifier 'counter' by Maciej Żenczykowski · 3 months ago
  54. 8b13fa5 Merge "Adds {MIN|MAX}_{PASS|DROP}_COUNTER constants" into main by Yuyang Huang · 3 months ago
  55. 7973a03 Iterate through IpClients in reverse when using adb cmd apf by Patrick Rohr · 3 months ago
  56. 3a356fb Merge "Factor out deleteInterfaceAddress from deleteIpv6PrefixDelegationAddresses" into main by Treehugger Robot · 3 months ago
  57. 7da95d0 Merge "Rename mLenFieldOverride for naming accuracy" into main by Maciej Żenczykowski · 3 months ago
  58. 28a274b Adds {MIN|MAX}_{PASS|DROP}_COUNTER constants by Yuyang Huang · 3 months ago
  59. d996fa0 Factor out deleteInterfaceAddress from deleteIpv6PrefixDelegationAddresses by Patrick Rohr · 3 months ago
  60. 7c3f560 Merge "Delete mngtmpaddr addresses before associated temporary addresses" into main by Treehugger Robot · 3 months ago
  61. dfe0c63 Rename mLenFieldOverride for naming accuracy by Yuyang Huang · 3 months ago
  62. 294069a Merge "Deflaky testIpReachabilityMonitor_incompleteIpv6DnsServerInDualStack_flagoff" into main by Xiao Ma · 3 months ago
  63. 10830f2 Merge "Trigger onLinkPropertiesChange callback when link address lifetime update." into main by Xiao Ma · 3 months ago
  64. 1997ea5 Deflaky testIpReachabilityMonitor_incompleteIpv6DnsServerInDualStack_flagoff by Xiao Ma · 3 months ago
  65. be86e09 Fix the ignoring incomplete IPv6 neighbors logic. by Xiao Ma · 3 months ago
  66. e1fe5f6 Merge "Fix imm size calculation in calculateRequiredIndeterminateSize()" into main by Maciej Żenczykowski · 3 months ago
  67. d8144b0 Delete mngtmpaddr addresses before associated temporary addresses by Patrick Rohr · 3 months ago
  68. e3f3fcb Simplify ApfFilter counters with addCountAndDropIfR0XXX by Yuyang Huang · 3 months ago
  69. d9cbb65 Add helper methods for conditional counter updates by Yuyang Huang · 3 months ago
  70. 1db54e0 Introduce helper method for counter increment logic by Yuyang Huang · 3 months ago
  71. 8e76c2a Fix imm size calculation in calculateRequiredIndeterminateSize() by Yuyang Huang · 3 months ago
  72. 1e34244 Trigger onLinkPropertiesChange callback when link address lifetime update. by Xiao Ma · 5 months ago
  73. 469b78c Update IPv4 link address lifetime on success DHCP Renew/Rebind. by Xiao Ma · 5 months ago
  74. 367588c Merge "Verify IPv4 link address lifetime hasn't updated on DHCP renew." into main by Treehugger Robot · 3 months ago
  75. 0df6c80 Merge "Add addDataCopy helper for simplified data region copying" into main by Yuyang Huang · 3 months ago
  76. ef45bbe Merge "Add check in calculateRequiredIndeterminateSize for maxSize limit" into main by Maciej Żenczykowski · 3 months ago
  77. 1a76ed7 Add addDataCopy helper for simplified data region copying by Yuyang Huang · 3 months ago
  78. 8d93ce9 Use labels to generalize count and drop/pass logic in APFv2/4 by Yuyang Huang · 3 months ago
  79. d316e7c Update helper methods to use 'long' by Yuyang Huang · 3 months ago
  80. 81d76fb Add check in calculateRequiredIndeterminateSize for maxSize limit by Yuyang Huang · 3 months ago
  81. c4b66a5 Merge "Improve clarity in indeterminate size calculation" into main by Maciej Żenczykowski · 3 months ago
  82. 94a3777 Merge changes I56ee8911,I7c6b17a2,I456a286c,I6951015f into main by Maciej Żenczykowski · 3 months ago
  83. 4a24cd2 Merge "Fix BareDotMetacharacter errorprone issue" into main by Treehugger Robot · 3 months ago
  84. 73cb524 Adapt testDnsQuestionMatch for klint compliance by Yuyang Huang · 3 months ago
  85. a6f38f3 Adapt testTransmitL4 for klint compliance by Yuyang Huang · 3 months ago
  86. d6eb4fc Resolve argument-list-wrapping lint errors in ApfV5Test by Yuyang Huang · 3 months ago
  87. 8775039 Adapt testCopyToTxBuffer for klint compliance by Yuyang Huang · 3 months ago
  88. 8a91400 Improve clarity in indeterminate size calculation by Yuyang Huang · 3 months ago
  89. 23382e1 Merge "Enforce 2-byte data size encoding in addData instruction" into main by Maciej Żenczykowski · 3 months ago
  90. cd4dfc5 Merge "Added the addData() instruction reservation of empty data regions" into main by Treehugger Robot · 3 months ago
  91. 3324103 Merge "Adapt testApfInstructionsEncoding for klint compliance" into main by Maciej Żenczykowski · 3 months ago
  92. 02a4899 Merge changes I3d8a8b28,I0f9ab59a into main by Treehugger Robot · 3 months ago
  93. f663ccb Enforce 2-byte data size encoding in addData instruction by Yuyang Huang · 3 months ago
  94. c0d98cb Added the addData() instruction reservation of empty data regions by Yuyang Huang · 3 months ago
  95. ed30e49 Adapt testApfInstructionsEncoding for klint compliance by Yuyang Huang · 3 months ago
  96. 22c76a8 Adapt testValidateDnsNames for klint compliance by Yuyang Huang · 3 months ago
  97. 3f4ca9d Adapt testApfInstructionEncodingSizeCheck for klint compliance by Yuyang Huang · 3 months ago
  98. 78b3515 Add support for an APF read adb command by Patrick Rohr · 3 months ago
  99. 1c76411 Merge "Enhance assertVerdict() error messages for debugging" into main by Maciej Żenczykowski · 3 months ago
  100. cda6638 Enhance assertVerdict() error messages for debugging by Yuyang Huang · 3 months ago