1. 1c36360 [XFRM_MSG_GETSA] Support xfrm_address_t and xfrm_usersa_id by Yan Yan · 1 year, 10 months ago
  2. fdcf011 Merge "BpfUtils.java - add requires T+ annotation" into main by Maciej Żenczykowski · 1 year, 10 months ago
  3. 1df0aaf BpfUtils.java - add requires T+ annotation by Maciej Żenczykowski · 1 year, 11 months ago
  4. 6f776f5 BpfMap.java - add requires S+ annotation by Maciej Żenczykowski · 1 year, 11 months ago
  5. c350db7 switch SynchronizeKernelRCU back to jni - but from BpfMap by Maciej Żenczykowski · 1 year, 10 months ago
  6. 092839a Merge changes from topic "apipluscts" into main by Junyu Lai · 1 year, 10 months ago
  7. ec5500d [BR03.3] Add feature version constant for accessing bpf in Connectivity by Junyu Lai · 2 years ago
  8. fe84f59 Rename method connectSocketToNetlink to connectToKernel by Chiachang Wang · 1 year, 10 months ago
  9. e3e34bd Handle v4-mapped v6 address in Struct parsing by Motomu Utsumi · 1 year, 11 months ago
  10. 149868f Merge "Add public getter for IpPrefix" into main by Patrick Rohr · 1 year, 11 months ago
  11. ad3badf Merge "move convenience methods from BpfMap to IBpfMap" into main by Maciej Żenczykowski · 1 year, 11 months ago
  12. 6f0dc0d Add public getter for IpPrefix by Patrick Rohr · 1 year, 11 months ago
  13. 74641d8 move convenience methods from BpfMap to IBpfMap by Maciej Żenczykowski · 1 year, 11 months ago
  14. de9d367 remove dead portions of BpfUtils.java by Maciej Żenczykowski · 1 year, 11 months ago
  15. 8f77f01 Add toString for more consistent logging to IaPrefixOption by Patrick Rohr · 1 year, 11 months ago
  16. 9f03f9e Create IpPrefix in IaPrefixOption constructor by Patrick Rohr · 1 year, 11 months ago
  17. 3b2c559 Add @Computed annotation to Struct by Patrick Rohr · 1 year, 11 months ago
  18. dc6c70f Remove check that preferred lifetime >= t2 by Patrick Rohr · 1 year, 11 months ago
  19. b8af9d5 Remove IA prefix option option-code from public constructor by Patrick Rohr · 1 year, 11 months ago
  20. 26af70f Merge "Add method to check if IA prefix option takes 0 lifetimes." into main by Xiao Ma · 1 year, 11 months ago
  21. 155760b Dump bpf program status in dumpsys by Junyu Lai · 2 years ago
  22. cc9b86c Add method to check if IA prefix option takes 0 lifetimes. by Xiao Ma · 1 year, 11 months ago
  23. fac8a33 Move the delegated prefix validity check to IaPrefixOption class. by Xiao Ma · 1 year, 11 months ago
  24. 85ac050 bpf jni: add native_getProgramIdFromCgroup by Maciej Żenczykowski · 2 years ago
  25. 30ef530 Merge "Remove lint-baseline in staticlibs" into main by Motomu Utsumi · 2 years ago
  26. a675e96 Merge "Remove defaultEnabled arg from isNetworkStackFeatureEnabled" into main by Treehugger Robot · 2 years ago
  27. f74f42b Merge "Add method to read trunk stable flag" into main by Treehugger Robot · 2 years ago
  28. b0f4890 Add method to read trunk stable flag by Motomu Utsumi · 2 years ago
  29. 2359e7b Remove defaultEnabled arg from isNetworkStackFeatureEnabled by Motomu Utsumi · 2 years ago
  30. ed4e7ec Update the logic of isFeatureEnabled and isFeatureNotChickenedOut by Motomu Utsumi · 2 years ago
  31. 195a30f Remove lint-baseline in staticlibs by Motomu Utsumi · 2 years ago
  32. daae5ca Merge "Rename to isNetworkStackFeatureEnabled" into main by Motomu Utsumi · 2 years ago
  33. 958ee15 Merge "Remove unnecessary arguments from isTetheringFeatureEnabled" into main by Motomu Utsumi · 2 years ago
  34. e129bc5 Merge "Add IA Address option struct." into main by Xiao Ma · 2 years ago
  35. af996be Merge "Remove the VisibleForTesting annotation on IaPrefixOption constructor." into main by Xiao Ma · 2 years ago
  36. e323c1d Rename to isNetworkStackFeatureEnabled by Motomu Utsumi · 2 years, 1 month ago
  37. 6a22207 Remove unnecessary arguments from isTetheringFeatureEnabled by Motomu Utsumi · 2 years, 1 month ago
  38. 9209b00 Add isNetworkStackFeatureNotChickenedOut API for NetworkStack module. by Xiao Ma · 2 years ago
  39. 62a016e Merge "Move ArpPacket.java to frameworks/libs/net" into main by Yuyang Huang · 2 years, 1 month ago
  40. 6acc55e Move ArpPacket.java to frameworks/libs/net by Yuyang Huang · 2 years, 1 month ago
  41. 82ae7ff Merge "BpfMap.java - remove getNextRawKey()" into main by Maciej Żenczykowski · 2 years, 1 month ago
  42. 4ed5e9e Merge "BpfMap.java - remove getRawValue()" into main by Maciej Żenczykowski · 2 years, 1 month ago
  43. 656c77f Merge "Rename to isTetheringFeatureEnabled" into main by Motomu Utsumi · 2 years, 1 month ago
  44. bdbcc0c Merge "Address review comments in aosp/2677976" into main by Chiachang Wang · 2 years, 1 month ago
  45. b6a23b1 BpfMap.java - remove getRawValue() by Maciej Żenczykowski · 2 years, 1 month ago
  46. 2c87b82 BpfMap.java - remove getNextRawKey() by Maciej Żenczykowski · 2 years, 1 month ago
  47. 3b64739 Address review comments in aosp/2677976 by chiachangwang · 2 years, 1 month ago
  48. c046ac4 Rename to isTetheringFeatureEnabled by Motomu Utsumi · 2 years, 1 month ago
  49. aad6281 Rename to isTetheringFeatureNotChickenedOut by Motomu Utsumi · 2 years, 1 month ago
  50. a3f942d Add IA Address option struct. by Xiao Ma · 2 years, 1 month ago
  51. 79f5dc6 Remove the VisibleForTesting annotation on IaPrefixOption constructor. by Xiao Ma · 2 years, 1 month ago
  52. 783d4fb Add helpers method to SharedLog by Yuyang Huang · 2 years, 1 month ago
  53. cc5c2a6 Merge "Add isFeatureSupported and isTetheringFeatureForceDisabled methods" into main by Chiachang Wang · 2 years, 1 month ago
  54. f870ae3 Merge "Add resolvePkgPrefix() method" into main by Chiachang Wang · 2 years, 1 month ago
  55. 1637730 Add isFeatureSupported and isTetheringFeatureForceDisabled methods by chiachangwang · 2 years, 1 month ago
  56. fa33ba6 Merge "Add DomainsUtils class to encode/decode domain names." into main by Remi NGUYEN VAN · 2 years, 1 month ago
  57. 9835a4e Add resolvePkgPrefix() method by chiachangwang · 2 years, 1 month ago
  58. 80dbd06 Add Ipv6PktInfo (in6_pktinfo) struct. by Xiao Ma · 2 years, 2 months ago
  59. 48693a9 Add DomainsUtils class to encode/decode domain names. by fqjc86 · 2 years, 2 months ago
  60. 72b0cd9 Add RouteInformation option Struct. by Xiao Ma · 2 years, 3 months ago
  61. 28a8600 Merge "Move ticksToMilliSeconds to NetlinkUtils." into main by Maciej Żenczykowski · 2 years, 2 months ago
  62. a56b949 Move ticksToMilliSeconds to NetlinkUtils. by Xiao Ma · 2 years, 2 months ago
  63. cece401 Add DomainsUtils class to encode/decode domain names. by fqjc86 · 2 years, 3 months ago
  64. 2ba922a Use default package version in isFeatureEnabled if package is not found by Motomu Utsumi · 2 years, 2 months ago
  65. 7235157 Add a method helper to create RTM_DELADDR message in user space. by Xiao Ma · 2 years, 7 months ago
  66. 3a4ad37 Remove StructIfaddrMsg ctor VisibleForTesting annotation. by Xiao Ma · 2 years, 2 months ago
  67. 34ab408 Parse rta_cacheinfo structure in RtNetlinkRouteMessage. by Xiao Ma · 2 years, 3 months ago
  68. 4cb10fd Add netlink rta_cacheinfo structure. by Xiao Ma · 2 years, 3 months ago
  69. 789baf2 Make IaPrefixOption constructor public. by Xiao Ma · 2 years, 3 months ago
  70. a6fba08 Add a helper function to send RTM_NEWADDR netlink message to kernel. by Xiao Ma · 2 years, 3 months ago
  71. a0a78d3 Merge "Add logs for target uids and duration to destroyLiveTcpSockets" by Motomu Utsumi · 2 years, 4 months ago
  72. 78cc19e Add logs for target uids and duration to destroyLiveTcpSockets by Motomu Utsumi · 2 years, 4 months ago
  73. 4b5cf8e Merge "Add message length check in parseNetlinkErrorMessage" by Motomu Utsumi · 2 years, 4 months ago
  74. e16a000 Allow subclass of FdEventsReader to process the zero-length packet. by Xiao Ma · 2 years, 5 months ago
  75. 5b9c8cb Merge "Change IaPrefixOption prefix length type to byte." by Treehugger Robot · 2 years, 4 months ago
  76. 2976065 Add message length check in parseNetlinkErrorMessage by Motomu Utsumi · 2 years, 4 months ago
  77. 2686cea Close sockets from ConnectivityService#setFirewallChainEnabled by Motomu Utsumi · 2 years, 6 months ago
  78. f402dd1 Merge "add key/value Size to fdCache key" by Maciej Żenczykowski · 2 years, 4 months ago
  79. f5847ba Change IaPrefixOption prefix length type to byte. by Xiao Ma · 2 years, 4 months ago
  80. e4eb87a Move Hexdump.java to framework/ by Yuyang Huang · 2 years, 4 months ago
  81. 8c4fd4b Allow using isFeatureEnabled on APEX module init by Remi NGUYEN VAN · 2 years, 7 months ago
  82. 6e4762d Merge "Add InetDiagMessage.destroyLiveTcpSocket" by Treehugger Robot · 2 years, 5 months ago
  83. ba2e01d Add InetDiagMessage.destroyLiveTcpSocket by Motomu Utsumi · 2 years, 6 months ago
  84. 810be2b Add async BufferedFile and StreamingPacketFile impls by Igor Chernyshev · 2 years, 5 months ago
  85. 3f2ca45 add key/value Size to fdCache key by Maciej Żenczykowski · 2 years, 9 months ago
  86. d7a1d96 Split netlink ack check code to individual function by Motomu Utsumi · 2 years, 6 months ago
  87. 9568117 Add InetDiagMessage.inetDiagReqV2 with different args by Motomu Utsumi · 2 years, 6 months ago
  88. 64a711a Fix StructInetDiagSockId parsing for v4-mapped v6 address by Motomu Utsumi · 2 years, 6 months ago
  89. 80c53fa Update StructInetDiagMsg to parse all the fields by Motomu Utsumi · 2 years, 7 months ago
  90. b0c6afd Merge "Fix StructInetDiagMsg#parse bug" by Motomu Utsumi · 2 years, 6 months ago
  91. 06e615e Fix StructInetDiagMsg#parse bug by Motomu Utsumi · 2 years, 7 months ago
  92. 9a1359b Support NLM_F_REPLACE flag when sending a RTM_NEWADDR message. by Xiao Ma · 2 years, 6 months ago
  93. 048a452 Adds constructors for RtNetlinkAddressMessage and StructIfaddrMsg by Yuyang Huang · 2 years, 6 months ago
  94. 17edf2c Mark struct member as final in IaPdOption and IaPrefixOption. by Xiao Ma · 2 years, 6 months ago
  95. ff5ee31 Merge "Revert "Return default value when getModuleVersion throwed"" by Junyu Lai · 2 years, 7 months ago
  96. 1236b9e Revert "Return default value when getModuleVersion throwed" by Junyu Lai · 2 years, 7 months ago
  97. 0ceff62 Merge "Add DHCPv6 IA Prefix Option structure." by Xiao Ma · 2 years, 7 months ago
  98. fa4c0c5 Add DHCPv6 IA Prefix Option structure. by Xiao Ma · 2 years, 9 months ago
  99. b9ecc44 Add DHCPv6 IA_PD option structure. by Xiao Ma · 2 years, 9 months ago
  100. 004c5b4 Add OS access interfaces and test impl for wear tethering by Igor Chernyshev · 2 years, 8 months ago