1. 6de59fa Merge "Revert "Add method to read trunk stable flag"" into main by Motomu Utsumi · 1 year, 6 months ago
  2. f582074 Merge changes Icfcc7ade,I1481cb8f,Ic2e8ca0d into main by Xiao Ma · 1 year, 6 months ago
  3. 4919dcc Revert "Add method to read trunk stable flag" by Motomu Utsumi · 1 year, 6 months ago
  4. f505ef0 Make RtNetlinkRouteMessage constructor visible for testing. by Xiao Ma · 1 year, 6 months ago
  5. 2040d8b Make StructRtMsg constructor visible for testing. by Xiao Ma · 1 year, 6 months ago
  6. 4dfc6da Make NduseroptMessage constructor visible for testing. by Xiao Ma · 1 year, 6 months ago
  7. 1d8b7cc Add netlinkSocketForProto() without buffersize. by Yang Sun · 1 year, 6 months ago
  8. 2cb28ea Merge "Pass buffer size to NetlinkUtils.netlinkSocketForProto" into main by Maciej Żenczykowski · 1 year, 6 months ago
  9. 7934241 Pass buffer size to NetlinkUtils.netlinkSocketForProto by Yang Sun · 1 year, 6 months ago
  10. 7412936 Merge "Add SOCK_CLOEXEC to NetlinkUtils.netlinkSocketForProto" into main by Maciej Żenczykowski · 1 year, 6 months ago
  11. a080b19 Add SOCK_CLOEXEC to NetlinkUtils.netlinkSocketForProto by Yang Sun · 1 year, 6 months ago
  12. a3d165e Support adding an IPv4 address via RTM_NEWADDR netlink message. by Xiao Ma · 1 year, 7 months ago
  13. 06155c8 BpfMap - add R/W constructor alias by Maciej Żenczykowski · 1 year, 9 months ago
  14. e64e4ea BpfMap.java - remove spurious import by Maciej Żenczykowski · 1 year, 7 months ago
  15. 94192b1 Merge "Parse destination and source mac address of ARP packet." into main by Xiao Ma · 1 year, 7 months ago
  16. 12b002d Address review feedback by Chiachang Wang · 1 year, 7 months ago
  17. 28a0f34 Address format check issues by Chiachang Wang · 1 year, 7 months ago
  18. 0f7f901 Parse destination and source mac address of ARP packet. by Xiao Ma · 1 year, 7 months ago
  19. 2ff42d2 Migrate Tethering#dump to use runWithScissorsForDump by Junyu Lai · 1 year, 8 months ago
  20. 806f5a1 implement Thread Border Router e2e integration test by Handa Wang · 1 year, 8 months ago
  21. 907c6e3 Merge changes I71545bee,Ic26cddab,I57b36e66,I71367761,I07e7aa8c into main by Yang Sun · 1 year, 8 months ago
  22. 504f6d6 Merge "Add netlink attributes field into the InetDiagMessage" into main by Chiachang Wang · 1 year, 8 months ago
  23. 4fc3f4f Add netlink attributes field into the InetDiagMessage by Chiachang Wang · 1 year, 8 months ago
  24. 4e3bc16 Use NetlinkUtil to process dump messages in InetDiagMessage. by Yang Sun · 1 year, 8 months ago
  25. 03e3cea Add mif6ctl struct definition. by Yang Sun · 1 year, 8 months ago
  26. 15d4e02 Add mf6cctl struct definition. by Yang Sun · 1 year, 8 months ago
  27. 50b4fd7 Add Mrt6Msg struct for multicast routing support. by Yang Sun · 1 year, 8 months ago
  28. 3ee5905 Add support to dump all multicast routes in NetlinkUtils by Yang Sun · 1 year, 8 months ago
  29. 6000558 Add getRtmFamily for RtNetlinkRouteMessage by Yang Sun · 1 year, 8 months ago
  30. 08622b8 Add support for multicast route in RtNetlinkRouteMessage by Yang Sun · 1 year, 8 months ago
  31. d419582 Add support for long values in StructNlAttr by Yang Sun · 1 year, 8 months ago
  32. 0b2d75c Add support for processing netlink dump messages by Yang Sun · 1 year, 8 months ago
  33. 336f3c1 Merge changes I395560fb,If6abc33c into main by Yang Sun · 1 year, 8 months ago
  34. 4df3619 [XFRM_MSG_NEWSA] Support polling SA state with netlink message by Yan Yan · 1 year, 9 months ago
  35. 9ea3be1 Add support for NLM_F_DUMP request in StructNLMsgHdr by Yang Sun · 1 year, 8 months ago
  36. 0a892e6 [XFRM_MSG_NEWSA] Support xfrm_replay_state_esn and XFRM_MSG_NEWSA by Yan Yan · 1 year, 9 months ago
  37. c9a194c [XFRM_MSG_NEWSA] Support xfrm_stats and xfrm_usersa_info by Yan Yan · 1 year, 9 months ago
  38. 7475acf Merge changes Ibd38e3c0,I0e9f52aa into main by Yan Yan · 1 year, 8 months ago
  39. 9224b10 Update bug component in xfrm folder OWNER file. by Xiao Ma · 1 year, 9 months ago
  40. 7a82062 [XFRM_MSG_NEWSA] Support xfrm_lifetime_cfg and xfrm_lifetime_cur by Yan Yan · 1 year, 9 months ago
  41. 97ea643 [XFRM_MSG_NEWSA] Support xfrm_selector and xfrm_id by Yan Yan · 1 year, 9 months ago
  42. c5e2805 [XFRM_MSG_GETSA] Support XFRM_MSG_GETSA message by Yan Yan · 1 year, 9 months ago
  43. 4ba5edc Move the owner of xfrm netlink source code to its own directory. by Xiao Ma · 1 year, 9 months ago
  44. f085fad [XFRM_MSG_GETSA] Fix the class names and code locations by Yan Yan · 1 year, 9 months ago
  45. 1c36360 [XFRM_MSG_GETSA] Support xfrm_address_t and xfrm_usersa_id by Yan Yan · 1 year, 9 months ago
  46. fdcf011 Merge "BpfUtils.java - add requires T+ annotation" into main by Maciej Żenczykowski · 1 year, 9 months ago
  47. 1df0aaf BpfUtils.java - add requires T+ annotation by Maciej Żenczykowski · 1 year, 10 months ago
  48. 6f776f5 BpfMap.java - add requires S+ annotation by Maciej Żenczykowski · 1 year, 10 months ago
  49. c350db7 switch SynchronizeKernelRCU back to jni - but from BpfMap by Maciej Żenczykowski · 1 year, 9 months ago
  50. 092839a Merge changes from topic "apipluscts" into main by Junyu Lai · 1 year, 9 months ago
  51. ec5500d [BR03.3] Add feature version constant for accessing bpf in Connectivity by Junyu Lai · 1 year, 11 months ago
  52. fe84f59 Rename method connectSocketToNetlink to connectToKernel by Chiachang Wang · 1 year, 9 months ago
  53. e3e34bd Handle v4-mapped v6 address in Struct parsing by Motomu Utsumi · 1 year, 9 months ago
  54. 149868f Merge "Add public getter for IpPrefix" into main by Patrick Rohr · 1 year, 10 months ago
  55. ad3badf Merge "move convenience methods from BpfMap to IBpfMap" into main by Maciej Żenczykowski · 1 year, 10 months ago
  56. 6f0dc0d Add public getter for IpPrefix by Patrick Rohr · 1 year, 10 months ago
  57. 74641d8 move convenience methods from BpfMap to IBpfMap by Maciej Żenczykowski · 1 year, 10 months ago
  58. de9d367 remove dead portions of BpfUtils.java by Maciej Żenczykowski · 1 year, 10 months ago
  59. 8f77f01 Add toString for more consistent logging to IaPrefixOption by Patrick Rohr · 1 year, 10 months ago
  60. 9f03f9e Create IpPrefix in IaPrefixOption constructor by Patrick Rohr · 1 year, 10 months ago
  61. 3b2c559 Add @Computed annotation to Struct by Patrick Rohr · 1 year, 10 months ago
  62. dc6c70f Remove check that preferred lifetime >= t2 by Patrick Rohr · 1 year, 10 months ago
  63. b8af9d5 Remove IA prefix option option-code from public constructor by Patrick Rohr · 1 year, 10 months ago
  64. 26af70f Merge "Add method to check if IA prefix option takes 0 lifetimes." into main by Xiao Ma · 1 year, 10 months ago
  65. 155760b Dump bpf program status in dumpsys by Junyu Lai · 1 year, 10 months ago
  66. cc9b86c Add method to check if IA prefix option takes 0 lifetimes. by Xiao Ma · 1 year, 10 months ago
  67. fac8a33 Move the delegated prefix validity check to IaPrefixOption class. by Xiao Ma · 1 year, 10 months ago
  68. 85ac050 bpf jni: add native_getProgramIdFromCgroup by Maciej Żenczykowski · 1 year, 10 months ago
  69. 30ef530 Merge "Remove lint-baseline in staticlibs" into main by Motomu Utsumi · 1 year, 10 months ago
  70. a675e96 Merge "Remove defaultEnabled arg from isNetworkStackFeatureEnabled" into main by Treehugger Robot · 1 year, 10 months ago
  71. f74f42b Merge "Add method to read trunk stable flag" into main by Treehugger Robot · 1 year, 10 months ago
  72. b0f4890 Add method to read trunk stable flag by Motomu Utsumi · 1 year, 11 months ago
  73. 2359e7b Remove defaultEnabled arg from isNetworkStackFeatureEnabled by Motomu Utsumi · 1 year, 11 months ago
  74. ed4e7ec Update the logic of isFeatureEnabled and isFeatureNotChickenedOut by Motomu Utsumi · 1 year, 11 months ago
  75. 195a30f Remove lint-baseline in staticlibs by Motomu Utsumi · 1 year, 11 months ago
  76. daae5ca Merge "Rename to isNetworkStackFeatureEnabled" into main by Motomu Utsumi · 1 year, 11 months ago
  77. 958ee15 Merge "Remove unnecessary arguments from isTetheringFeatureEnabled" into main by Motomu Utsumi · 1 year, 11 months ago
  78. e129bc5 Merge "Add IA Address option struct." into main by Xiao Ma · 1 year, 11 months ago
  79. af996be Merge "Remove the VisibleForTesting annotation on IaPrefixOption constructor." into main by Xiao Ma · 1 year, 11 months ago
  80. e323c1d Rename to isNetworkStackFeatureEnabled by Motomu Utsumi · 2 years ago
  81. 6a22207 Remove unnecessary arguments from isTetheringFeatureEnabled by Motomu Utsumi · 2 years ago
  82. 9209b00 Add isNetworkStackFeatureNotChickenedOut API for NetworkStack module. by Xiao Ma · 2 years ago
  83. 62a016e Merge "Move ArpPacket.java to frameworks/libs/net" into main by Yuyang Huang · 2 years ago
  84. 6acc55e Move ArpPacket.java to frameworks/libs/net by Yuyang Huang · 2 years ago
  85. 82ae7ff Merge "BpfMap.java - remove getNextRawKey()" into main by Maciej Żenczykowski · 2 years ago
  86. 4ed5e9e Merge "BpfMap.java - remove getRawValue()" into main by Maciej Żenczykowski · 2 years ago
  87. 656c77f Merge "Rename to isTetheringFeatureEnabled" into main by Motomu Utsumi · 2 years ago
  88. bdbcc0c Merge "Address review comments in aosp/2677976" into main by Chiachang Wang · 2 years ago
  89. b6a23b1 BpfMap.java - remove getRawValue() by Maciej Żenczykowski · 2 years ago
  90. 2c87b82 BpfMap.java - remove getNextRawKey() by Maciej Żenczykowski · 2 years ago
  91. 3b64739 Address review comments in aosp/2677976 by chiachangwang · 2 years ago
  92. c046ac4 Rename to isTetheringFeatureEnabled by Motomu Utsumi · 2 years ago
  93. aad6281 Rename to isTetheringFeatureNotChickenedOut by Motomu Utsumi · 2 years ago
  94. a3f942d Add IA Address option struct. by Xiao Ma · 2 years ago
  95. 79f5dc6 Remove the VisibleForTesting annotation on IaPrefixOption constructor. by Xiao Ma · 2 years ago
  96. 783d4fb Add helpers method to SharedLog by Yuyang Huang · 2 years ago
  97. cc5c2a6 Merge "Add isFeatureSupported and isTetheringFeatureForceDisabled methods" into main by Chiachang Wang · 2 years ago
  98. f870ae3 Merge "Add resolvePkgPrefix() method" into main by Chiachang Wang · 2 years ago
  99. 1637730 Add isFeatureSupported and isTetheringFeatureForceDisabled methods by chiachangwang · 2 years ago
  100. fa33ba6 Merge "Add DomainsUtils class to encode/decode domain names." into main by Remi NGUYEN VAN · 2 years ago