1. d8bb125 Add lint baseline to address NewApi errors by Pedro Loureiro · 4 years, 7 months ago
  2. 0d7d45c Add build ICMPv6 echo request packet helper function in Ipv6Utils. by Xiao Ma · 4 years, 5 months ago
  3. d7830e3 Move deduceRestrictedCapability to libs/net and rename it by Aaron Huang · 4 years, 6 months ago
  4. f809c9b Merge "Move trimV4AddrZeros to libs/net" by Remi NGUYEN VAN · 4 years, 6 months ago
  5. def99b7 Merge "Fix LocationPermissionCheckerTest" by Maciej Żenczykowski · 4 years, 6 months ago
  6. f323fae Move trimV4AddrZeros to libs/net by Remi NGUYEN VAN · 4 years, 6 months ago
  7. aad6bc8 Fix LocationPermissionCheckerTest by Remi NGUYEN VAN · 4 years, 6 months ago
  8. 9a39216 Merge "Move TrackRecordTest to libs/net" by Remi NGUYEN VAN · 4 years, 6 months ago
  9. fd52eaf Add a simple test for Ipv6Utils. by Lorenzo Colitti · 4 years, 6 months ago
  10. f4e9b9a Fix a bug in InetAddressUtils, and add a test. by Lorenzo Colitti · 4 years, 6 months ago
  11. e38b5c2 Move TrackRecordTest to libs/net by Remi NGUYEN VAN · 4 years, 6 months ago
  12. 99b0a11 Merge "Move LocationPermissionChecker to libs/net" by Treehugger Robot · 4 years, 6 months ago
  13. 59beee8 Move LocationPermissionChecker to libs/net by Remi NGUYEN VAN · 4 years, 6 months ago
  14. 08e32b9 Merge "Check the ByteArray actual size before writing it to ByteBuffer." by Xiao Ma · 4 years, 6 months ago
  15. 794adf5 [CS11]Remove the hidden API usage of BitUtils by lifr · 4 years, 6 months ago
  16. 148bdcb [FUI22.1] Add assert utilities for list by junyulai · 4 years, 6 months ago
  17. 9164b77 Check the ByteArray actual size before writing it to ByteBuffer. by Xiao Ma · 4 years, 7 months ago
  18. bdb1b50 Add CollectionUtils.indexOf by Remi NGUYEN VAN · 4 years, 6 months ago
  19. 3c9f315 Merge "Add checking NetworkStack permission methods and tests" by Paul Hu · 4 years, 7 months ago
  20. 779cba3 Merge "Add a public test method to reset package version" by Remi NGUYEN VAN · 4 years, 7 months ago
  21. b9fc3ad Add a public test method to reset package version by Remi NGUYEN VAN · 4 years, 7 months ago
  22. 4242767 Add checking NetworkStack permission methods and tests by paulhu · 4 years, 8 months ago
  23. 1b8c744 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/net by Bob Badour · 4 years, 7 months ago
  24. f51099d [FUI21.1] Create NetworkIdentityUtils class by junyulai · 4 years, 7 months ago
  25. a19b59d Add common CollectionUtils.{any,all} methods. by lucaslin · 4 years, 7 months ago
  26. 229b17a Support IPv4/6 address type in Struct. by Xiao Ma · 4 years, 9 months ago
  27. 01c0fe5 Implement generic toString/equals/hashCode in Struct. by Xiao Ma · 4 years, 9 months ago
  28. ef9fd0a Make a copy of HexDump in the frameworks/libs/net. by Xiao Ma · 4 years, 8 months ago
  29. 22bfada Default write to byte array with native order by markchien · 4 years, 8 months ago
  30. ed82179 Merge "Support common MacAddress Type in Struct." by Xiao Ma · 4 years, 9 months ago
  31. 31c6d82 Add DeviceConfigUtils version caching and tests by Remi NGUYEN VAN · 4 years, 9 months ago
  32. a744975 Add getDisplayTransport by Remi NGUYEN VAN · 4 years, 9 months ago
  33. b86b34d Split NetworkStackUtils to frameworks/libs/net by Remi NGUYEN VAN · 4 years, 9 months ago
  34. 81a17c3 Support common MacAddress Type in Struct. by Xiao Ma · 4 years, 9 months ago
  35. 1aadbb0 Merge "Move util classes to their destination package" by Chalard Jean · 4 years, 9 months ago
  36. ce033d4 Move Struct.java to com.android.net.module.util package. by Xiao Ma · 4 years, 9 months ago
  37. ceaf7d0 Move util classes to their destination package by Chalard Jean · 5 years ago
  38. f4cb6d6 Add new APIs writeToByteBuffer/writeToBytes for generic Struct class. by Xiao Ma · 4 years, 11 months ago
  39. fb21a2d Merge "Introduce cache schema for generic Struct class." by Xiao Ma · 4 years, 10 months ago
  40. a76690a Introduce cache schema for generic Struct class. by Xiao Ma · 4 years, 10 months ago
  41. ae4770d Add visibility rules for packages/modules/Connectivity/Tethering by Baligh Uddin · 4 years, 11 months ago
  42. dea71cd Merge "Move jarjar rules from NetworkStaticTestsLib to NetworkStaticTests" by Mark Chien · 4 years, 11 months ago
  43. c064abd Move jarjar rules from NetworkStaticTestsLib to NetworkStaticTests by markchien · 4 years, 11 months ago
  44. c746481 Add basic tests for CompareResult by Chalard Jean · 5 years ago
  45. ea53144 Improve code style in Struct.java and add tests for Type.U64 represented by Xiao Ma · 5 years ago
  46. 1f2650f Merge "Define a generic class to parse structured message." by Xiao Ma · 5 years ago
  47. 6f95cef Define a generic class to parse structured message. by Xiao Ma · 5 years ago
  48. ff57cec Move IpUtils to frameworks/libs/net by Remi NGUYEN VAN · 5 years ago
  49. b1856fe Rename utils to remove the Kt suffix by Chalard Jean · 5 years ago
  50. 48c6c7d Move utilities to libs/net by Chalard Jean · 5 years ago
  51. f109837 Move Inet[4]AddressUtils to libs/net by Remi NGUYEN VAN · 5 years ago
  52. 85c290e Move DnsPacket to libs/net by Luke Huang · 5 years ago
  53. ba972ca Make NetworkStaticLibTests as test lib by markchien · 5 years ago
  54. 3fa91de Merge "Add IpRange utility to convert IP ranges to IpPrefix" by Benedict Wong · 6 years ago
  55. db0915c Add IpRange utility to convert IP ranges to IpPrefix by Benedict Wong · 6 years ago
  56. 3767434 Update CompareOrUpdateResult with NULL NULL Check by Tyler Wear · 6 years ago
  57. 65e8b66 Update CompareOrUpdateResult with NULL Check by Tyler Wear · 6 years ago
  58. 9c0c6a5 Add a CompareOrUpdateResult class. by Lorenzo Colitti · 6 years ago
  59. 5d9f8ed Run NetworkStaticLibTests on the actual source files. by Lorenzo Colitti · 6 years ago
  60. 05a9dfe Add NetUtils to net static library by Aaron Huang · 6 years ago
  61. f73ff8c Add a new static library for mainline modules by Aaron Huang · 6 years ago