1. 71a25d5 Add tests for DhcpErrorEvent by Remi NGUYEN VAN · 6 years ago
  2. bce9cb2 Merge "Move more network unit tests to common tests" by Paul Hu · 6 years ago
  3. 8fe63a3 Merge changes Id598ae1d,I475bd011 by Chalard Jean · 6 years ago
  4. 08c2d9e Straighten AIDL interface for the memory store by Chalard Jean · 7 years ago
  5. 3a3f5f2 Make LegacyTypeTracker testable by Chalard Jean · 6 years ago
  6. c9308bb Merge "Backwards-incompatible resolv module API change for making setResolverConfiguration take a parcelable." by Wayne Ma · 6 years ago
  7. 7b76545 Backwards-incompatible resolv module API change for making setResolverConfiguration take a parcelable. by waynema · 7 years ago
  8. 2a9f0c4 Merge "Move TrafficStats tags for the network stack constants" by Chalard Jean · 6 years ago
  9. 39d4d02 Move TrafficStats tags for the network stack constants by Chalard Jean · 6 years ago
  10. 9c138c7 Merge "Fix DnsResolver API could not bypass private DNS correctly" by Luke Huang · 6 years ago
  11. 861e9b5 Merge "Restrict access to dangerous methods to <= P" by Chalard Jean · 6 years ago
  12. 79c7b5a Merge "Release keepalive slot after stopped" by Junyu Lai · 6 years ago
  13. 4c349d2 Fix DnsResolver API could not bypass private DNS correctly by Luke Huang · 6 years ago
  14. e1bed4d Release keepalive slot after stopped by junyulai · 6 years ago
  15. 1744b24 Merge changes I4f181789,Ia8a0c99b by Lorenzo Colitti · 6 years ago
  16. 44c6efb Revert new tests and PackageManager mock by Lorenzo Colitti · 6 years ago
  17. bad9d91 Revert "Revert "Block incoming non-VPN packets to apps under fully-routed VPN"" by Lorenzo Colitti · 6 years ago
  18. 27a60a1 Merge "Revert "Block incoming non-VPN packets to apps under fully-routed VPN"" by Remi NGUYEN VAN · 6 years ago
  19. bc571c7 Revert "Block incoming non-VPN packets to apps under fully-routed VPN" by Remi NGUYEN VAN · 6 years ago
  20. 5564d5a Move more network unit tests to common tests by Remi NGUYEN VAN · 6 years ago
  21. 3436bc6 Merge "API council feedbacks for DnsResolver" by Luke Huang · 6 years ago
  22. fd20f8d Merge "Block incoming non-VPN packets to apps under fully-routed VPN" by Rubin Xu · 6 years ago
  23. 81cec00 API council feedbacks for DnsResolver by Luke Huang · 6 years ago
  24. 144e714 Merge "Add support for TAP interfaces in TestNetworkManager." by Lorenzo Colitti · 6 years ago
  25. 0855a3c Merge changes I98573a5c,Ic7394f24 by Benedict Wong · 6 years ago
  26. 4773027 Block incoming non-VPN packets to apps under fully-routed VPN by Rubin Xu · 7 years ago
  27. 4aca98b Merge "Fix comment on StaticIpConfiguration#getDomains" by Treehugger Robot · 6 years ago
  28. 98ad726 Merge "Add smoke test for jni library" by Treehugger Robot · 6 years ago
  29. 93fac28 Add support for TAP interfaces in TestNetworkManager. by Lorenzo Colitti · 6 years ago
  30. ff9d0ba Enable checks for MANAGE_TEST_NETWORKS in TestNetworkService by Benedict Wong · 6 years ago
  31. 8856354 Cleanup of Test Network service by Benedict Wong · 7 years ago
  32. ba01e6c Add smoke test for jni library by Chenbo Feng · 6 years ago
  33. 342d6de Merge "Fix remove-before-add for IpSecService RefcountedResource" by Benedict Wong · 6 years ago
  34. eb70ae4 Merge "Fix onBlockedStatusChanged does not work on multiple networks" by Junyu Lai · 6 years ago
  35. a3b7751 Restrict access to dangerous methods to <= P by Chalard Jean · 6 years ago
  36. 3753f67 Merge "Address leftover comments on aosp/894233" by Chalard Jean · 6 years ago
  37. 5531937 Merge "Expose captive portal urls for configuration" by Remi NGUYEN VAN · 6 years ago
  38. ce140af Address leftover comments on aosp/894233 by Chalard Jean · 6 years ago
  39. 2d9864a Fix remove-before-add for IpSecService RefcountedResource by Benedict Wong · 7 years ago
  40. fd6f92e Expose captive portal urls for configuration by Niklas Lindgren · 7 years ago
  41. eade5d2 Merge "Add FrameworksNetTests dependency on libcgrouprc" by Treehugger Robot · 6 years ago
  42. 7509e6e Fix onBlockedStatusChanged does not work on multiple networks by junyulai · 6 years ago
  43. ecbcb7f Add FrameworksNetTests dependency on libcgrouprc by Remi NGUYEN VAN · 6 years ago
  44. 1470d8a Merge "Extend support for requestRouteToHostAddress for backward compatibility" by Treehugger Robot · 6 years ago
  45. c832132 Merge "Move NetworkStatsFactory into service directory" by Treehugger Robot · 6 years ago
  46. e1a2886 Extend support for requestRouteToHostAddress for backward compatibility by Anil Admal · 6 years ago
  47. 82b7478 Merge "Move attach*Filter() and addArpEntry() methods to NetworkStack" by Remi NGUYEN VAN · 6 years ago
  48. c7b33f7 Merge "Call clearCallingIdentity before notifyDnsResponse" by Remi NGUYEN VAN · 6 years ago
  49. e2908b6 Merge "Add common tests for FrameworksBaseTests and CTS" by Treehugger Robot · 6 years ago
  50. 95e8a2b Merge "Fix flaky UdpEncapsulationSocket test" by Lorenzo Colitti · 6 years ago
  51. b5bc70d Fix flaky UdpEncapsulationSocket test by Benedict Wong · 6 years ago
  52. 362d9fb Merge "Fix ConnectivityServiceTest fail." by Treehugger Robot · 6 years ago
  53. 550ed56 Move NetworkStatsFactory into service directory by Chenbo Feng · 7 years ago
  54. 9235821 Merge "Clean up permissions when uids are no longer used" by Treehugger Robot · 6 years ago
  55. 451b1c8 Fix ConnectivityServiceTest fail. by paulhu · 6 years ago
  56. e121a32 Merge "Fix NetworkMonitor won't do private dns resolution" by Treehugger Robot · 6 years ago
  57. 7cf4907 Merge "Some cleanups for Tethering" by Mark Chien · 6 years ago
  58. 49b1587 Add common tests for FrameworksBaseTests and CTS by Remi NGUYEN VAN · 6 years ago
  59. fd7c030 Move attach*Filter() and addArpEntry() methods to NetworkStack by paulhu · 6 years ago
  60. 45e639b Fix NetworkMonitor won't do private dns resolution by lucaslin · 6 years ago
  61. 9ed3208 Fix comment on StaticIpConfiguration#getDomains by Remi NGUYEN VAN · 6 years ago
  62. cf0f380 Merge "Fix API in CaptivePortal, StaticIpConfiguration" by Remi NGUYEN VAN · 6 years ago
  63. 4e39721 Merge "Add tests for PermissionMonitor" by Treehugger Robot · 6 years ago
  64. 42e2209 Some cleanups for Tethering by markchien · 6 years ago
  65. fe00494 Clean up permissions when uids are no longer used by Chenbo Feng · 6 years ago
  66. 1401715 Add tests for PermissionMonitor by Chenbo Feng · 7 years ago
  67. ea6508f Merge "Ignore the asynchronous result while stopping keepalive" by Junyu Lai · 6 years ago
  68. a9b8e31 Merge "Address leftover comments on 923337 and 930217." by Paul Hu · 6 years ago
  69. 04c58fe Fix API in CaptivePortal, StaticIpConfiguration by Remi NGUYEN VAN · 6 years ago
  70. 9c58ddc Merge "Fix IpPrefixTest#testContainsInetAddress fail." by Paul Hu · 6 years ago
  71. ff23b6d Merge "Cleanup SystemReady in the network stack" by Chalard Jean · 6 years ago
  72. 207037a Fix IpPrefixTest#testContainsInetAddress fail. by paulhu · 6 years ago
  73. 98aa76e Merge "Add DHCP address lease expiry in IpMemoryStore." by Xiao Ma · 6 years ago
  74. 1a40765 Address leftover comments on 923337 and 930217. by paulhu · 6 years ago
  75. 646ee46 Ignore the asynchronous result while stopping keepalive by junyulai · 6 years ago
  76. 1f041d1 Merge "Fix ApfCapabilities, LinkAddress, RouteInfo, IpPrefix API issues." by Paul Hu · 6 years ago
  77. 3ee6100 Cleanup SystemReady in the network stack by Chalard Jean · 6 years ago
  78. ef8485c Merge "Fix race when starting NetworkMonitor" by Remi NGUYEN VAN · 6 years ago
  79. ca33d19 Fix race when starting NetworkMonitor by Remi NGUYEN VAN · 6 years ago
  80. 895a741 Fix ApfCapabilities, LinkAddress, RouteInfo, IpPrefix API issues. by paulhu · 6 years ago
  81. 293ffaa Minor change for async DNS API by Luke Huang · 6 years ago
  82. fb5afab Unremove DnsResolver#query method used by external developers by Luke Huang · 6 years ago
  83. efa4301 Merge "Use IDnsResolver instead of INetd for resolver related binder commands" by Luke Huang · 6 years ago
  84. 3c33ee5 Add DHCP address lease expiry in IpMemoryStore. by Xiao Ma · 7 years ago
  85. de6217b Merge "Fix cancellation race problem for aysnc DNS API" by Luke Huang · 6 years ago
  86. 06b4b6f Merge changes from topic "vpn_data_accounting" by Varun Anand · 6 years ago
  87. 2af0b66 NetworkStatsService: Fix getDetailedUidStats to take VPNs into account. by Varun Anand · 7 years ago
  88. 612520f Take all VPN underlying networks into account when migrating traffic for by Varun Anand · 7 years ago
  89. e17bb2d Fix cancellation race problem for aysnc DNS API by Luke Huang · 6 years ago
  90. 5c83418 Merge "support msim for captiveportal notification" by Treehugger Robot · 6 years ago
  91. 6d7c97d Merge changes I0baf582f,I4bba01ba by Junyu Lai · 6 years ago
  92. 828dad1 Block unpriviledged apps which create keepalives with null fd by junyulai · 6 years ago
  93. 8141319 Use IDnsResolver instead of INetd for resolver related binder commands by Luke Huang · 6 years ago
  94. 5b5447e support msim for captiveportal notification by chen xu · 6 years ago
  95. 8b381dd Fix keepalive don't get removed when lower layer error by junyulai · 6 years ago
  96. d72e9ab Get the permission information for native services by Chenbo Feng · 6 years ago
  97. 65cef64 Merge "Fix the INTERNET related permissions" by Treehugger Robot · 6 years ago
  98. 52feef4 Merge "Fix flaky test for ConnectivityServiceTest#testPartialConnectivity" by Lucas Lin · 6 years ago
  99. 0c47425 Fix the INTERNET related permissions by Chenbo Feng · 7 years ago
  100. 9df5336 Fix flaky test for ConnectivityServiceTest#testPartialConnectivity by lucaslin · 6 years ago