1. 690d1e1 PacketBuilder: correct IPv6 header payload length by Hungming Chen · 3 years, 4 months ago
  2. ec25765 Merge changes I62771a8f,I5edf0ffb by Treehugger Robot · 3 years, 4 months ago
  3. b02211a When parsing a netlink message, always advance to the end. by Lorenzo Colitti · 3 years, 4 months ago
  4. 28e5347 BpfMap: cache bpf map file descriptors by Maciej Żenczykowski · 3 years, 4 months ago
  5. 8ffa79c PacketBuilder: add IPv6 support by Hungming Chen · 3 years, 4 months ago
  6. b411547 BpfMap: wrap native fd with ParcelFileDescriptor to avoid fd leak by Hungming Chen · 3 years, 4 months ago
  7. aadb17e Make IBpfMap extends AutoCloseable and BpfMap implements IBpfMap by Hungming Chen · 3 years, 4 months ago
  8. 6d4c936 Move TetherStatsKey and TetherStatsValue to common libs by Hungming Chen · 3 years, 5 months ago
  9. 556c801 TcUtils: add tcQdiscAddDevClsact by Hungming Chen · 3 years, 6 months ago
  10. c9f217c Add struct ClatIngress6Value by Hungming Chen · 3 years, 6 months ago
  11. 6ad2029 Add struct ClatIngress6Key by Hungming Chen · 3 years, 6 months ago
  12. 184ff2a Add struct ClatEgress4Value by Hungming Chen · 3 years, 6 months ago
  13. f011497 Add struct ClatEgress4Key by Hungming Chen · 3 years, 6 months ago
  14. ffbe23b Merge "Bpf Util Lib in Common Location" by Treehugger Robot · 3 years, 6 months ago
  15. e48ee4a Bpf Util Lib in Common Location by Tyler Wear · 3 years, 7 months ago
  16. 74112b5 remove unused import from BpfMap by Patrick Rohr · 3 years, 7 months ago
  17. 92f3c24 Add BpfBitmap Class by Tyler Wear · 3 years, 7 months ago
  18. 8e37713 Add ThrowingBiConsumer to IBpfMap by Tyler Wear · 3 years, 7 months ago
  19. f4302ec Move Tether4Key and Tether4Value to common libs by Hungming Chen · 3 years, 9 months ago
  20. f17790f Make the struct "not a subclass of Struct" error message clearer. by Lorenzo Colitti · 3 years, 7 months ago
  21. da4d59d Merge "Fix add missing loadLibrary to TcUtils" by Patrick Rohr · 3 years, 8 months ago
  22. 836bd6b Fix add missing loadLibrary to TcUtils by Patrick Rohr · 3 years, 8 months ago
  23. 775e434 Add U8 subclasses to Struct by markchien · 3 years, 8 months ago
  24. d48592b Merge "Add IBpfMap for injection in testing" by Maciej Żenczykowski · 3 years, 8 months ago
  25. 2e5fece Add IBpfMap for injection in testing by markchien · 3 years, 8 months ago
  26. 3e5e525 Add U32 S64 subclasses to Struct by Tyler Wear · 3 years, 8 months ago
  27. 97a0e80 Add tc police support in TcUtils.java by Patrick Rohr · 3 years, 8 months ago
  28. 29b0d95 Move BpfUtils -- add java class by Patrick Rohr · 3 years, 8 months ago
  29. ec4afa7 Merge "Revert "Revert "Suppress NewApi warnings for @SystemApi -> public APIs""" by Taras Antoshchuk · 3 years, 9 months ago
  30. 98905d9 Revert "Revert "Suppress NewApi warnings for @SystemApi -> public APIs"" by Taras Antoshchuk · 3 years, 9 months ago
  31. 93ac7f6 Merge "Revert "Suppress NewApi warnings for @SystemApi -> public APIs"" by Ayush Sharma · 3 years, 9 months ago
  32. 85bff36 Revert "Suppress NewApi warnings for @SystemApi -> public APIs" by Ayush Sharma · 3 years, 9 months ago
  33. 5c4736d Merge "Suppress NewApi warnings for @SystemApi -> public APIs" by Taras Antoshchuk · 3 years, 9 months ago
  34. 4b4fee6 Merge changes I15757da1,Ie62b95bf by Nucca Chen · 3 years, 9 months ago
  35. de9ac28 PacketBuilder: add support for UDP by Hungming Chen · 4 years ago
  36. 435833f Add a class to build IPv4 TCP packet by Hungming Chen · 4 years ago
  37. 9ad8a4a Suppress NewApi warnings for @SystemApi -> public APIs by Taras Antoshchuk · 3 years, 10 months ago
  38. 9a560bf Merge "Return null RtNetlinkAddressMessage if IFA_FLAGS attr is malformed." by Treehugger Robot · 3 years, 9 months ago
  39. 3c4d353 Merge changes I98571b8e,Icda61c12,If5062d86 by Nucca Chen · 3 years, 9 months ago
  40. 9afec31 Add StructUdpHeader class to parse UDP header from a packet by Hungming Chen · 4 years ago
  41. 9adc333 Return null RtNetlinkAddressMessage if IFA_FLAGS attr is malformed. by Xiao Ma · 3 years, 10 months ago
  42. ab4bf15 Add IFF_UP device flag constant in NetlinkConstants. by Xiao Ma · 3 years, 10 months ago
  43. 0b25775 Add StructTcpHeader class to parse TCP header from a packet by Hungming Chen · 4 years ago
  44. 0dc0f87 Add StructIpv4Header class to parse IPv4 header from a packet by Hungming Chen · 4 years ago
  45. da1b5e0 Merge changes from topics "rename-libbpfmapjni", "rename-libtetherutiljni" by Maciej Żenczykowski · 3 years, 10 months ago
  46. a5cbda3 Use JniUtil.getJniLibraryName to find library name by markchien · 3 years, 10 months ago
  47. a14fb38 Add JniUtil to identify jni library by package name by markchien · 3 years, 10 months ago
  48. 47b2acb Merge "Move TETHERING_MODULE_NAME to libs/net" by Remi NGUYEN VAN · 3 years, 10 months ago
  49. 6e33f78 Move TETHERING_MODULE_NAME to libs/net by Remi NGUYEN VAN · 4 years, 1 month ago
  50. c9bcec2 Merge "Add data structures to parse netlink route messages." by Xiao Ma · 3 years, 10 months ago
  51. 2c0b10c Add data structures to parse netlink route messages. by Xiao Ma · 4 years, 1 month ago
  52. aafd9c1 bpfmap: Move to Common Util Location by Tyler Wear · 3 years, 11 months ago
  53. b61091b Move static utils to the static library by Chalard Jean · 4 years ago
  54. c81f6db Add data structures to parse netlink IP address messages. by Xiao Ma · 4 years, 1 month ago
  55. d99cf6f Add data structures to parse netlink link messages. by Xiao Ma · 4 years, 1 month ago
  56. 0705d22 Add @NonNull and @Nullable annotations in NetlinkMessage. by Xiao Ma · 4 years ago
  57. 4d6cafb Parse ND options in netlink message as an ByteBuffer slice. by Xiao Ma · 4 years, 2 months ago
  58. 3fe08ae Add StructNdOptRdnss class to parse RDNSS option from netlink message. by Xiao Ma · 4 years, 2 months ago
  59. 57b3442 Migrate netlink-client to net-utils-device-common-netlink. by Xiao Ma · 4 years, 2 months ago
  60. 31d1404 Fix NsHeader class unavailable constructor. by Xiao Ma · 4 years, 3 months ago
  61. c4719cd Add isFeatureEnabled by checking with apex module version by markchien · 4 years, 4 months ago
  62. 0d7d45c Add build ICMPv6 echo request packet helper function in Ipv6Utils. by Xiao Ma · 4 years, 5 months ago
  63. c36f0b3 add NsHeader class and implement buildNsPacket() by Maciej Żenczykowski · 4 years, 6 months ago
  64. 08e32b9 Merge "Check the ByteArray actual size before writing it to ByteBuffer." by Xiao Ma · 4 years, 6 months ago
  65. 5fbc8d5 Address the comments left in the IPv6 utils change. by Xiao Ma · 4 years, 7 months ago
  66. 9164b77 Check the ByteArray actual size before writing it to ByteBuffer. by Xiao Ma · 4 years, 7 months ago
  67. 5c17454 Revert "Revert "Add utilities to create IPv6 ICMP messages."" by Xiao Ma · 4 years, 6 months ago
  68. 9d4d4b2 Revert "Add utilities to create IPv6 ICMP messages." by Rahul Sabnis · 4 years, 7 months ago
  69. 6344a8c Add utilities to create IPv6 ICMP messages. by Xiao Ma · 4 years, 7 months ago
  70. b9fc3ad Add a public test method to reset package version by Remi NGUYEN VAN · 4 years, 7 months ago
  71. 229b17a Support IPv4/6 address type in Struct. by Xiao Ma · 4 years, 9 months ago
  72. 01c0fe5 Implement generic toString/equals/hashCode in Struct. by Xiao Ma · 4 years, 9 months ago
  73. ef9fd0a Make a copy of HexDump in the frameworks/libs/net. by Xiao Ma · 4 years, 8 months ago
  74. 88b345a Merge "Default write to byte array with native order" by Nucca Chen · 4 years, 8 months ago
  75. df3191a Move NetworkCapabilitiesUtils to framework-common by Remi NGUYEN VAN · 4 years, 9 months ago
  76. 22bfada Default write to byte array with native order by markchien · 4 years, 8 months ago
  77. ed82179 Merge "Support common MacAddress Type in Struct." by Xiao Ma · 4 years, 9 months ago
  78. 31c6d82 Add DeviceConfigUtils version caching and tests by Remi NGUYEN VAN · 4 years, 9 months ago
  79. a744975 Add getDisplayTransport by Remi NGUYEN VAN · 4 years, 9 months ago
  80. b86b34d Split NetworkStackUtils to frameworks/libs/net by Remi NGUYEN VAN · 4 years, 9 months ago
  81. 81a17c3 Support common MacAddress Type in Struct. by Xiao Ma · 4 years, 9 months ago
  82. 1aadbb0 Merge "Move util classes to their destination package" by Chalard Jean · 4 years, 9 months ago
  83. ce033d4 Move Struct.java to com.android.net.module.util package. by Xiao Ma · 4 years, 9 months ago
  84. ceaf7d0 Move util classes to their destination package by Chalard Jean · 5 years ago
  85. 1ba696d Add NetworkStackConstants to framework/ by Remi NGUYEN VAN · 4 years, 9 months ago
  86. e1979e7 Move NetworkStackConstants to frameworks/libs/net by Remi NGUYEN VAN · 5 years ago
  87. b2cce59 Revert "Move NetworkStackConstants to frameworks/libs/net" by Remi NGUYEN VAN · 5 years ago
  88. 8f415d0 Move NetworkStackConstants to frameworks/libs/net by Remi NGUYEN VAN · 5 years ago