1. 3b5af99 Add more tests to cover SharedLog methods by Paul Hu · 3 years, 3 months ago
  2. b3e71a2 Add BpfDump.toBase64EncodedString to dump raw map by Hungming Chen · 3 years, 3 months ago
  3. 39c7bd7 DeviceInfoUtils: add isKernelVersionAtLeast method. by Xiao Ma · 3 years, 3 months ago
  4. a79814a Fix handling of Throwable in tryTest/catch by Remi NGUYEN VAN · 3 years, 3 months ago
  5. 46cfe8b Merge "Ipv6UtilsTest: testBuildEchoReplyPacket" by Treehugger Robot · 3 years, 3 months ago
  6. 39e1e88 Ipv6UtilsTest: testBuildEchoReplyPacket by Hungming Chen · 3 years, 3 months ago
  7. 81c9d79 Merge "DeviceInfoUtils: add class and helper for three-part version number" by Treehugger Robot · 3 years, 4 months ago
  8. 085b7f4 DeviceInfoUtils: add class and helper for three-part version number by Hungming Chen · 3 years, 4 months ago
  9. 690d1e1 PacketBuilder: correct IPv6 header payload length by Hungming Chen · 3 years, 4 months ago
  10. ec25765 Merge changes I62771a8f,I5edf0ffb by Treehugger Robot · 3 years, 4 months ago
  11. b02211a When parsing a netlink message, always advance to the end. by Lorenzo Colitti · 3 years, 4 months ago
  12. 6b6fc1b Add test to verify parsing multiple netlink messages in one buffer. by Xiao Ma · 3 years, 4 months ago
  13. 3288afa PacketBuilderTest: add IPv6 TCP test by Hungming Chen · 3 years, 4 months ago
  14. 8ffa79c PacketBuilder: add IPv6 support by Hungming Chen · 3 years, 4 months ago
  15. f0c7ae6 Merge "Move DeviceInfoUtilsTest from NetworkStack to frameworks/lib/net" by Nucca Chen · 3 years, 4 months ago
  16. 2200778 Address comments at ag/18372083 by Junyu Lai · 3 years, 4 months ago
  17. 7c29887 Add PerUidCounter by Junyu Lai · 3 years, 4 months ago
  18. c934514 Move DeviceInfoUtilsTest from NetworkStack to frameworks/lib/net by Hungming Chen · 3 years, 4 months ago
  19. 630388d Check RouteInfo type in NetUtils#selectBestRoute by Taras Antoshchuk · 4 years, 8 months ago
  20. 6230a51 Move InterfaceParamsTest to frameworks/libs/net by Patrick Rohr · 3 years, 6 months ago
  21. 9f1fcb6 Add a method to convert public NetworkStats to internal NetworkStats by Aaron Huang · 3 years, 8 months ago
  22. 11ded06 Fix int overflow in shift by Chalard Jean · 3 years, 9 months ago
  23. 4e2be81 PermissionUtils update to validate system feature by James Mattis · 3 years, 9 months ago
  24. c5f0e2c [MS19.2] Add constrain and total into utils by Junyu Lai · 3 years, 9 months ago
  25. ec4afa7 Merge "Revert "Revert "Suppress NewApi warnings for @SystemApi -> public APIs""" by Taras Antoshchuk · 3 years, 9 months ago
  26. 7315362 Merge "[MS10.3] Move multiplySafeByRational to NetworkStatsUtils" by Junyu Lai · 3 years, 9 months ago
  27. 0c538d9 [MS10.3] Move multiplySafeByRational to NetworkStatsUtils by Junyu Lai · 3 years, 9 months ago
  28. 98905d9 Revert "Revert "Suppress NewApi warnings for @SystemApi -> public APIs"" by Taras Antoshchuk · 3 years, 9 months ago
  29. 93ac7f6 Merge "Revert "Suppress NewApi warnings for @SystemApi -> public APIs"" by Ayush Sharma · 3 years, 9 months ago
  30. 85bff36 Revert "Suppress NewApi warnings for @SystemApi -> public APIs" by Ayush Sharma · 3 years, 9 months ago
  31. 5c4736d Merge "Suppress NewApi warnings for @SystemApi -> public APIs" by Taras Antoshchuk · 3 years, 9 months ago
  32. 4b4fee6 Merge changes I15757da1,Ie62b95bf by Nucca Chen · 3 years, 9 months ago
  33. de9ac28 PacketBuilder: add support for UDP by Hungming Chen · 4 years ago
  34. 435833f Add a class to build IPv4 TCP packet by Hungming Chen · 4 years ago
  35. 9ad8a4a Suppress NewApi warnings for @SystemApi -> public APIs by Taras Antoshchuk · 3 years, 9 months ago
  36. 9a560bf Merge "Return null RtNetlinkAddressMessage if IFA_FLAGS attr is malformed." by Treehugger Robot · 3 years, 9 months ago
  37. c6afd1c Merge "Add unit test to parse UTF-8 IFLA_IFNAME attribute." by Treehugger Robot · 3 years, 9 months ago
  38. 997300b Support multiple cleanup blocks in tryTest{} by Chalard Jean · 3 years, 9 months ago
  39. 76ce961 Add unit test to parse UTF-8 IFLA_IFNAME attribute. by Xiao Ma · 3 years, 10 months ago
  40. 9adc333 Return null RtNetlinkAddressMessage if IFA_FLAGS attr is malformed. by Xiao Ma · 3 years, 10 months ago
  41. 37176da [DnsPacketUtils] Knob for name compression support by Aswin Sankar · 3 years, 10 months ago
  42. 8f0a330 Add catch{} to tryTest{} by Chalard Jean · 3 years, 10 months ago
  43. b6fdf63 tryTest to return its last evaluated expression by Chalard Jean · 3 years, 10 months ago
  44. bfbcace Make sure no suppressed expression is present when they shouldn't by Chalard Jean · 3 years, 10 months ago
  45. cf858ba Replace assert with assertTrue in CleanupTest by Chalard Jean · 3 years, 10 months ago
  46. a37d20e Merge "Enable strict_updatability_linting in frameworks/libs/net" by Chiachang Wang · 3 years, 10 months ago
  47. 1f8da2f Merge "Fix libs/net tests package" by Treehugger Robot · 3 years, 10 months ago
  48. 0cf724a Fix libs/net tests package by Remi NGUYEN VAN · 3 years, 10 months ago
  49. 7068c88 Enable strict_updatability_linting in frameworks/libs/net by Chiachang Wang · 3 years, 10 months ago
  50. f3448f9 Separate bpf and struct util from netlink util library by markchien · 3 years, 10 months ago
  51. a14fb38 Add JniUtil to identify jni library by package name by markchien · 3 years, 10 months ago
  52. c9bcec2 Merge "Add data structures to parse netlink route messages." by Xiao Ma · 3 years, 10 months ago
  53. 2c0b10c Add data structures to parse netlink route messages. by Xiao Ma · 4 years, 1 month ago
  54. b61091b Move static utils to the static library by Chalard Jean · 4 years ago
  55. c81f6db Add data structures to parse netlink IP address messages. by Xiao Ma · 4 years, 1 month ago
  56. d99cf6f Add data structures to parse netlink link messages. by Xiao Ma · 4 years, 1 month ago
  57. a888a01 Merge "Zero out the non-prefix bits in NetUtilsTest" am: 5619ef3387 by Taras Antoshchuk · 4 years ago
  58. de6f90d Zero out the non-prefix bits in NetUtilsTest by Taras Antoshchuk · 4 years, 8 months ago
  59. 63e8809 Add a new utility to improve stack traces from automatic testing am: 6b56526bec by Chalard Jean · 4 years ago
  60. 5872cb8 Add a new utility to improve stack traces from automatic testing by Chalard Jean · 4 years ago
  61. fe1d4a5 Fix type confusion in createRandomUnicastAddress am: 4d59f6cbe4 by Aaron Huang · 4 years ago
  62. 190f81d Fix type confusion in createRandomUnicastAddress by Aaron Huang · 4 years, 2 months ago
  63. c2d34f3 Merge "Parse ND options in netlink message as an ByteBuffer slice." am: 04bc8227d6 by Xiao Ma · 4 years ago
  64. f9d8bb6 Merge "Parse ND options in netlink message as an ByteBuffer slice." by Xiao Ma · 4 years ago
  65. d7d65f4 Merge "Add StructNdOptRdnss class to parse RDNSS option from netlink message." am: 3a8939f97b by Xiao Ma · 4 years ago
  66. 4f4036d Merge "Add StructNdOptRdnss class to parse RDNSS option from netlink message." by Xiao Ma · 4 years ago
  67. 4d6cafb Parse ND options in netlink message as an ByteBuffer slice. by Xiao Ma · 4 years, 2 months ago
  68. 3fe08ae Add StructNdOptRdnss class to parse RDNSS option from netlink message. by Xiao Ma · 4 years, 2 months ago
  69. f425e08 Test CollectionUtils.contains am: 536d685650 by Hungming Chen · 4 years ago
  70. 8ce72e2 Test CollectionUtils.contains by Hungming Chen · 4 years, 1 month ago
  71. 049b884 Migrate netlink-client to net-utils-device-common-netlink. am: a5abbe6529 am: 3818589c93 by Xiao Ma · 4 years, 1 month ago
  72. 57b3442 Migrate netlink-client to net-utils-device-common-netlink. by Xiao Ma · 4 years, 2 months ago
  73. ac32204 Merge "Use module util HexDump in StructTest" am: b660371d8a am: 0d431094c3 by Treehugger Robot · 4 years, 3 months ago
  74. 83c7537 Use module util HexDump in StructTest by Remi NGUYEN VAN · 4 years, 3 months ago
  75. 0d87cfd Merge "Add visibility for Connectivity tests" am: bc87949c28 am: 52caed91c9 by Remi NGUYEN VAN · 4 years, 3 months ago
  76. f96e020 Add visibility for Connectivity tests by Remi NGUYEN VAN · 4 years, 3 months ago
  77. dedb9ea Merge "Add isFeatureEnabled by checking with apex module version" am: eeb15a8c6d am: 4509298603 by Mark Chien · 4 years, 4 months ago
  78. c4719cd Add isFeatureEnabled by checking with apex module version by markchien · 4 years, 4 months ago
  79. d8bb125 Add lint baseline to address NewApi errors by Pedro Loureiro · 4 years, 7 months ago
  80. 11ba50b Merge "Add lint baseline to address NewApi errors" into sc-dev by Pedro Loureiro · 4 years, 5 months ago
  81. 86fa055 Add lint baseline to address NewApi errors by Pedro Loureiro · 4 years, 7 months ago
  82. e73ca55 Add build ICMPv6 echo request packet helper function in Ipv6Utils. am: 657b2e8660 am: 21839bcbdd am: fa4eb167dd by Xiao Ma · 4 years, 5 months ago
  83. 0d7d45c Add build ICMPv6 echo request packet helper function in Ipv6Utils. by Xiao Ma · 4 years, 5 months ago
  84. 2202e61 Allow hidden connectivity APIs in net test utils by Remi NGUYEN VAN · 4 years, 5 months ago
  85. d7830e3 Move deduceRestrictedCapability to libs/net and rename it by Aaron Huang · 4 years, 6 months ago
  86. 3454193 Move deduceRestrictedCapability to libs/net and rename it by Aaron Huang · 4 years, 6 months ago
  87. f809c9b Merge "Move trimV4AddrZeros to libs/net" by Remi NGUYEN VAN · 4 years, 6 months ago
  88. def99b7 Merge "Fix LocationPermissionCheckerTest" by Maciej Żenczykowski · 4 years, 6 months ago
  89. f323fae Move trimV4AddrZeros to libs/net by Remi NGUYEN VAN · 4 years, 6 months ago
  90. aad6bc8 Fix LocationPermissionCheckerTest by Remi NGUYEN VAN · 4 years, 6 months ago
  91. 9a39216 Merge "Move TrackRecordTest to libs/net" by Remi NGUYEN VAN · 4 years, 6 months ago
  92. fd52eaf Add a simple test for Ipv6Utils. by Lorenzo Colitti · 4 years, 6 months ago
  93. f4e9b9a Fix a bug in InetAddressUtils, and add a test. by Lorenzo Colitti · 4 years, 6 months ago
  94. e38b5c2 Move TrackRecordTest to libs/net by Remi NGUYEN VAN · 4 years, 6 months ago
  95. 99b0a11 Merge "Move LocationPermissionChecker to libs/net" by Treehugger Robot · 4 years, 6 months ago
  96. 59beee8 Move LocationPermissionChecker to libs/net by Remi NGUYEN VAN · 4 years, 6 months ago
  97. 08e32b9 Merge "Check the ByteArray actual size before writing it to ByteBuffer." by Xiao Ma · 4 years, 6 months ago
  98. 794adf5 [CS11]Remove the hidden API usage of BitUtils by lifr · 4 years, 6 months ago
  99. 148bdcb [FUI22.1] Add assert utilities for list by junyulai · 4 years, 6 months ago
  100. 9164b77 Check the ByteArray actual size before writing it to ByteBuffer. by Xiao Ma · 4 years, 7 months ago