1. f0b2272 Revert "Move module utils to the module package." by Hridya Valsaraju · 4 years, 10 months ago
  2. b16c712 Move module utils to the module package. by Chalard Jean · 5 years ago
  3. 77f8a30 Rename Kotlin util files to not include the Kt suffix by Chalard Jean · 5 years ago
  4. be00709 Revert "Revert "Move Inet[4]AddressUtils to libs/net"" by Chalard Jean · 5 years ago
  5. db2934f Move utils from network stack to libs. by Chalard Jean · 5 years ago
  6. a35580e Revert "Move Inet[4]AddressUtils to libs/net" by Chalard Jean · 5 years ago
  7. 57d68e3 Move Inet[4]AddressUtils to libs/net by Remi NGUYEN VAN · 5 years ago
  8. c3dec34 Treat RouteInfo with different interfaces as different routes by Rubin Xu · 5 years ago
  9. 5588257 Update extra info before registering by Chiachang Wang · 5 years ago
  10. b86d989 Merge "Rename satisfiedBy to canBeSatisfiedBy for MatchAllNetworkSpecifier" by Rambo Wang · 5 years ago
  11. 6fc5438 Rename satisfiedBy to canBeSatisfiedBy for MatchAllNetworkSpecifier by Rambo Wang · 5 years ago
  12. c538baa Merge "Test NetworkStack.getService" by Treehugger Robot · 5 years ago
  13. 0619aec Merge "Add test for NetworkSpecifier" by Treehugger Robot · 5 years ago
  14. 47aed50 Test NetworkStack.getService by Chiachang Wang · 5 years ago
  15. 066d6cc Move NetworkStackTest to common folder to support cts by Chiachang Wang · 5 years ago
  16. 1390c2e Add test for NetworkSpecifier by Chiachang Wang · 5 years ago
  17. 79ae68b Merge "Add network agent to enhance NetworkProvider test" by Aaron Huang · 5 years ago
  18. a02afbf Move DhcpInfoTest to frameworks/base/tests/net/common by Aaron Huang · 5 years ago
  19. dd84405 Add network agent to enhance NetworkProvider test by Aaron Huang · 5 years ago
  20. 17d9726 Add cts test for NetworkProvider by Aaron Huang · 5 years ago
  21. 55bde27 Add more tests for CaptivePortalData by Chiachang Wang · 5 years ago
  22. f4ebfd4 Move CaptivePortalDataTest to common test to support cts by Chiachang Wang · 5 years ago
  23. ab199d8 Set WifiAwareNetworkInfo into setTransportInfo() by lucaslin · 5 years ago
  24. e694c0a Merge "Fix NetworkStatsApiTest failed on Q device" by Junyu Lai · 5 years ago
  25. 9a20934a Merge "Add trivial dependencies tests for the network stack" by Treehugger Robot · 5 years ago
  26. 821300b Fix NetworkStatsApiTest failed on Q device by junyulai · 5 years ago
  27. 443a18a Add trivial dependencies tests for the network stack by Chalard Jean · 5 years ago
  28. cb86457 Add more tests in NetworkCapabilitiesTest.java by lucaslin · 5 years ago
  29. 4c34898 Merge "Fix setAdministratorUids tests on Q" by Remi NGUYEN VAN · 5 years ago
  30. e3397e5 Fix setAdministratorUids tests on Q by Remi NGUYEN VAN · 5 years ago
  31. 4fa9742 Merge "Only apply VPN isolation if it's fully routed" by Lorenzo Colitti · 5 years ago
  32. 6baf734 Merge changes from topic "sp26-networkstats-cts" by Junyu Lai · 5 years ago
  33. 863f390 [SP26] add CTS for NetworkStats by junyulai · 5 years ago
  34. 080f217 Only apply VPN isolation if it's fully routed by Rubin Xu · 5 years ago
  35. 976f715 Merge "Sort administrator UIDs for NetworkCapabilities." by Cody Kesting · 5 years ago
  36. 55b71cb Merge "Add combine() and equals() for NetworkCapabilities admin UIDs." by Cody Kesting · 5 years ago
  37. 2091bd9 Sort administrator UIDs for NetworkCapabilities. by Cody Kesting · 5 years ago
  38. 5fad8aa Add combine() and equals() for NetworkCapabilities admin UIDs. by Chalard Jean · 5 years ago
  39. 61265bf Merge "Fix NetworkCapabilitiesTest fail on Q device" by Lucas Lin · 5 years ago
  40. 512c149 Merge "Make LinkPropertiesTest compatible with Q" by Aaron Huang · 5 years ago
  41. 1044e72 Fix NetworkCapabilitiesTest fail on Q device by lucaslin · 5 years ago
  42. 60c1a5c Merge "Add MatchAllNetworkSpecifierTest" by Lucas Lin · 5 years ago
  43. 6ca95d7e Merge "Add more tests in LinkPropertiesTests.java" by Lucas Lin · 5 years ago
  44. c6ab1a9 Merge "Create a builder for NetworkCapabilities." by Remi NGUYEN VAN · 5 years ago
  45. f6139ce Make LinkPropertiesTest compatible with Q by Aaron Huang · 5 years ago
  46. f04e028 Add more tests in LinkPropertiesTests.java by lucaslin · 5 years ago
  47. 8c87102 Add MatchAllNetworkSpecifierTest by lucaslin · 5 years ago
  48. 9274cc5 Create a builder for NetworkCapabilities. by Chalard Jean · 5 years ago
  49. 38dc2c1 Add CTS tests for ApfCapabilities static APIs. by Xiao Ma · 5 years ago
  50. 4b0fc3f Merge "Add version check to prevent test fail on Android Q" by Lucas Lin · 5 years ago
  51. 942c83c Merge changes I97015365,Ic9db4b9b by Chiachang Wang · 5 years ago
  52. cc4ed0c6 Add NattKeepalivePacketDataTest by Chiachang Wang · 5 years ago
  53. 5601c0e Add KeepalivePacketDataTest by Chiachang Wang · 5 years ago
  54. ad7ddfd Move sensitive field parceling bool to constructor by Remi NGUYEN VAN · 5 years ago
  55. 9b6ddfb Merge "Make LinkPropertiesTest backwards compatible" by Remi NGUYEN VAN · 5 years ago
  56. dcb283d4 Make LinkPropertiesTest backwards compatible by Remi NGUYEN VAN · 5 years ago
  57. e0959a6 Merge "Add test for NetworkAgentConfig" by Aaron Huang · 5 years ago
  58. 822a3c8 Add version check to prevent test fail on Android Q by lucaslin · 5 years ago
  59. b36f798 Merge "Add CTS for SocketUtils.makePacketSocketAddress(int, int, byte[])" by Paul Hu · 5 years ago
  60. f671c02 Add CTS for SocketUtils.makePacketSocketAddress(int, int, byte[]) by paulhu · 5 years ago
  61. ea79b2e Merge "Remove framework code that has moved to frameworks/libs/net" by Aaron Huang · 5 years ago
  62. 5841842 Add test for NetworkAgentConfig by Aaron Huang · 5 years ago
  63. 1b18444 Skip Route tests that are R-specific on Q by Chiachang Wang · 5 years ago
  64. ecbc722 Remove framework code that has moved to frameworks/libs/net by Aaron Huang · 6 years ago
  65. f7c98aa Add test for getDeprecationTime and getExpirationTime by Chiachang Wang · 5 years ago
  66. e09d5fe Merge "Ignore NetworkAgentConfigTest on Q" by Remi NGUYEN VAN · 5 years ago
  67. e15c4f5 Merge "Skip LinkAddress tests that are R-specific on Q" by Remi NGUYEN VAN · 5 years ago
  68. 8c9b98c Merge "Ignore testReevaluateNetwork until Q" by Remi NGUYEN VAN · 5 years ago
  69. 313f888 Ignore NetworkAgentConfigTest on Q by Remi NGUYEN VAN · 5 years ago
  70. 2fe61e4 Skip LinkAddress tests that are R-specific on Q by Remi NGUYEN VAN · 5 years ago
  71. d1edb37 Merge "Remove the NetworkScore class." by Treehugger Robot · 5 years ago
  72. fb8baaa0 Ignore testReevaluateNetwork until Q by Remi NGUYEN VAN · 5 years ago
  73. 36b29ac Remove the NetworkScore class. by Chalard Jean · 5 years ago
  74. 1cb0560 New NetworkAgentConfig API to replace NetworkInfo WiFi stuff. am: 490e292a76 by Automerger Merge Worker · 5 years ago
  75. 97cc9b6 Merge changes from topic "del-factory-and-networkagent-wifi" by Aaron Huang · 5 years ago
  76. 7cadca4 Merge "Remove framework code that has moved to frameworks/libs/net" by Aaron Huang · 5 years ago
  77. 1ed2876 Merge "test: LinkProperties: Unique Route Destinations" by Lorenzo Colitti · 5 years ago
  78. 490e292 New NetworkAgentConfig API to replace NetworkInfo WiFi stuff. by Chalard Jean · 6 years ago
  79. d671eb2 test: LinkProperties: Unique Route Destinations by Tyler Wear · 5 years ago
  80. 9537e11 Remove framework code that has moved to frameworks/libs/net by Aaron Huang · 6 years ago
  81. 5c4b630 Merge "Revert "Remove framework code that has moved to frameworks/libs/net"" by Isabelle Taylor · 5 years ago
  82. a996b06 Revert "Remove framework code that has moved to frameworks/libs/net" by Isabelle Taylor · 5 years ago
  83. 79b6ad7 Merge "Remove framework code that has moved to frameworks/libs/net" by Aaron Huang · 5 years ago
  84. ef628d3 RELAND: NetworkRequest: Embed requestor uid & packageName by Roshan Pius · 6 years ago
  85. 1a188ab Revert "NetworkRequest: Embed requestor uid & packageName" by Roshan Pius · 5 years ago
  86. 3e63df5 NetworkRequest: Embed requestor uid & packageName by Roshan Pius · 6 years ago
  87. 80abddc Remove framework code that has moved to frameworks/libs/net by Aaron Huang · 6 years ago
  88. ade26cd API changes for IPv6 MTU support by Sarah Chin · 6 years ago
  89. 2668327 Fixed the documentation and unit tests by Jack Yu · 6 years ago
  90. facc9d2 Disabled the tests by Jack Yu · 6 years ago
  91. 6e0fb17 Added expiration time and deprecation time support by Jack Yu · 6 years ago
  92. 7cf0662 Add API for apps to check if they are the network owner by Qingxi Li · 6 years ago
  93. 201fc13 Add list of Administrator UIDs to NetworkCapabilities. by Cody Kesting · 6 years ago
  94. ead1ef4 Add API for CaptivePortalData by Remi NGUYEN VAN · 6 years ago
  95. 207b6cf Support reevaluation request from captive portal app by Chiachang Wang · 6 years ago
  96. 348577e Make LinkPropertiesTest pass, and fix an NPE. by Lorenzo Colitti · 6 years ago
  97. f705ea6 Fix parceling of LinkProperties Inet6Addr by Remi NGUYEN VAN · 6 years ago
  98. c2bac51 [NS01] Create NetworkScore by lucaslin · 6 years ago
  99. 783f221 Better notification to user when DNS-over-TLS is broken by lucaslin · 6 years ago
  100. c86ebbae API to detect which network interfaces support wake-on-lan by Valentin Iftime · 6 years ago