1. f32da69 Add CTS API coverage for APIs which are used by NetworkStack by paulhu · 5 years ago
  2. 899f397 Merge "Tethering: fix using wrong subId problem" by Mark Chien · 5 years ago
  3. 3394e14 Tethering: fix using wrong subId problem by markchien · 5 years ago
  4. 4c9f954 Revert "Revert "Block incoming non-VPN packets to apps under fully-routed VPN"" by Lorenzo Colitti · 5 years ago
  5. 3897df2 Revert "Block incoming non-VPN packets to apps under fully-routed VPN" by Remi NGUYEN VAN · 5 years ago
  6. fd8f96d Block incoming non-VPN packets to apps under fully-routed VPN by Rubin Xu · 6 years ago
  7. 7754d36 Merge "Clean up permissions when uids are no longer used" by Treehugger Robot · 5 years ago
  8. 31b33b6 Merge "Some cleanups for Tethering" by Mark Chien · 5 years ago
  9. 9f246bd Some cleanups for Tethering by markchien · 5 years ago
  10. a6817cd Clean up permissions when uids are no longer used by Chenbo Feng · 5 years ago
  11. 436fe58 Add tests for PermissionMonitor by Chenbo Feng · 5 years ago
  12. b9ef4dd Merge "Use IDnsResolver instead of INetd for resolver related binder commands" by Luke Huang · 5 years ago
  13. 29b7014 Close tethering when UI entitlement fails by markchien · 5 years ago
  14. 3b51963 Only apply entitlement check to cellular upstream by markchien · 6 years ago
  15. 6591477 Use IDnsResolver instead of INetd for resolver related binder commands by Luke Huang · 5 years ago
  16. 29a650c Fix the race between carrier config and DDS change by markchien · 5 years ago
  17. d9736de Fix Automated API Review issues. by paulhu · 5 years ago
  18. 05ab681 Tell the factory it is already serving a request. by Chalard Jean · 6 years ago
  19. 26299ed Add tethering event callback API by markchien · 5 years ago
  20. fbcc63d Merge "Fix TetheringEntitlementValueListener related API" by Mark Chien · 5 years ago
  21. 9554abf Fix TetheringEntitlementValueListener related API by markchien · 5 years ago
  22. 1ae2aa6 Migrate frameworks/base/tests/net/ to androidx.test by Brett Chabot · 5 years ago
  23. a56c2e4e Merge "Check if DUN APN exists to decide isDunRequired" by Mark Chien · 5 years ago
  24. a02847e Merge changes from topic "nat64" by Lorenzo Colitti · 5 years ago
  25. d593e29 Manage NAT64 prefix discovery lifecycle in the framework. by Lorenzo Colitti · 5 years ago
  26. db3a236 Check if DUN APN exists to decide isDunRequired by markchien · 6 years ago
  27. 6998fa8 Track NAT64 in the framework and start clatd iff NAT64 detected by Lorenzo Colitti · 6 years ago
  28. df59563 Change Nat464Xlat lifecycle. by Lorenzo Colitti · 6 years ago
  29. 21078b1 Merge "Skip unreachable route when estimating VPN destinations" by Treehugger Robot · 5 years ago
  30. c63e48d Skip unreachable route when estimating VPN destinations by Rubin Xu · 5 years ago
  31. e3ae238 Merge "Update VPN capabilities when its underlying network set is null." by Treehugger Robot · 5 years ago
  32. 5db454c Move NetworkStack to services.net by Remi NGUYEN VAN · 5 years ago
  33. 4fa80e8 Update VPN capabilities when its underlying network set is null. by Varun Anand · 5 years ago
  34. 0b59507 Support multi-SIM entitlement check by markchien · 6 years ago
  35. 4163ff7 Merge "Add get last entitlement value callback API" by Mark Chien · 5 years ago
  36. f273127 Add get last entitlement value callback API by markchien · 6 years ago
  37. 1215f09 Add an API that allows VPNs to declare themselves as metered. by Varun Anand · 6 years ago
  38. a462bcb Whitelist packages from VPN lockdown. by Pavel Grafov · 5 years ago
  39. 9f73671 Merge "Revert "Whitelist packages from VPN lockdown."" by Dan Albert · 5 years ago
  40. ee8e6a0 Revert "Whitelist packages from VPN lockdown." by Dan Albert · 5 years ago
  41. efc7735 Merge "Whitelist packages from VPN lockdown." by Pavel Grafov · 5 years ago
  42. bb9cef0 Whitelist packages from VPN lockdown. by Pavel Grafov · 6 years ago
  43. d2e045e0 Popup a notification after logging in the captive portal network by lucaslin · 5 years ago
  44. 479c076 Merge "Add API for VPN apps to query always-on and lockdown." by Pavel Grafov · 5 years ago
  45. d1b51a3 Remove InterfaceController dependency on NMS by Remi NGUYEN VAN · 5 years ago
  46. 7b84fb3 Add NetworkStack metrics to system API by Remi NGUYEN VAN · 5 years ago
  47. cb3b895 Add API for VPN apps to query always-on and lockdown. by Pavel Grafov · 6 years ago
  48. 9307ca2 Delete the clatd functions from NetworkManagementService. by Lorenzo Colitti · 6 years ago
  49. e67b0c3 Move NetworkMonitor to NetworkStack by Remi NGUYEN VAN · 6 years ago
  50. 0e3d0923 Move DhcpServer to NetworkStack app by Remi NGUYEN VAN · 6 years ago
  51. 9d5e003 Merge "Replace InterfaceParams with ifName in DhcpServer" by Remi NGUYEN VAN · 6 years ago
  52. 155da48 Replace InterfaceParams with ifName in DhcpServer by Remi NGUYEN VAN · 6 years ago
  53. a6c7287 Track default upstream when system is ready by markchien · 6 years ago
  54. 33fe80f Merge "Data stall detection using DNS event" by Chiachang Wang · 6 years ago
  55. 7a70a7e Data stall detection using DNS event by Chiachang Wang · 6 years ago
  56. ef557cf Merge "PermissionMonitor: Move intent receiver to ConnectivityService." by Junyu Lai · 6 years ago
  57. 2454b69 PermissionMonitor: Move intent receiver to ConnectivityService. by junyulai · 6 years ago
  58. b6eb2c2 Add Entitlement Manger to encapsulate provisioning mechanics by markchien · 6 years ago
  59. df01b11 Merge "Use spy in PermissionMonitorTest." by Junyu Lai · 6 years ago
  60. 345155e Use spy in PermissionMonitorTest. by junyulai · 6 years ago
  61. 88b8f63 Add skip464xlat test in Nat464XlatTest by soma, kawata · 6 years ago
  62. 3b0f5ea Support backward compatibility for restricted network permission by paulhu · 6 years ago
  63. 8ed8915 No-op refactoring of VPN lockdown status check. by junyulai · 6 years ago
  64. 6995549 Reduce excess local prefix computations by markchien · 6 years ago
  65. e0d8c0e Enable new DHCP server by default by Remi NGUYEN VAN · 6 years ago
  66. f5581f8 Use new DHCP server in TetheringTest by Remi NGUYEN VAN · 6 years ago
  67. 7a4ccc6 Initial rename to IpServer by Erik Kline · 6 years ago
  68. e227eee Merge "PermissionMonitor: Limit preinstalled apps network permissions" by Paul Hu · 6 years ago
  69. 846c80a Merge "Switch DHCP server based on global setting" by Remi NGUYEN VAN · 6 years ago
  70. b673380 PermissionMonitor: Limit preinstalled apps network permissions by paulhu · 6 years ago
  71. e3bb5c5 Switch DHCP server based on global setting by Remi NGUYEN VAN · 6 years ago
  72. f4fa982 Remove ResolveUtil from frameworks/base callers by Erik Kline · 6 years ago
  73. 97ff638 Merge "Add tests for NetworkMonitor isCaptivePortal" by Remi NGUYEN VAN · 6 years ago
  74. d9a1cd7 Add tests for NetworkMonitor isCaptivePortal by Remi NGUYEN VAN · 6 years ago
  75. fbab182 Merge "Remove SimChangeListener from Tethering" am: 6e35b2c596 by Mark Chien · 6 years ago
  76. 1d64e03 Remove SimChangeListener from Tethering by markchien · 6 years ago
  77. fc1bde9 Merge "Prefer default Internet network for upstream tethering." am: 3580a6a996 by Erik Kline · 6 years ago
  78. 7230290 Prefer default Internet network for upstream tethering. by Erik Kline · 6 years ago
  79. f8bba5b Clear IPv4 address on tethering teardown. by Erik Kline · 6 years ago
  80. 91368ac Merge "Clear IPv4 address on tethering teardown." into pi-dev am: 36d41793e2 by Erik Kline · 6 years ago
  81. 472276a Clear IPv4 address on tethering teardown. by Erik Kline · 6 years ago
  82. 413d00c1 Merge "Add explicit override for default Private DNS mode" into pi-dev by Erik Kline · 6 years ago
  83. 1984179 Add explicit override for default Private DNS mode by Erik Kline · 6 years ago
  84. f97656b Let DnsManager fill in LinkProperties for private DNSes by Chalard Jean · 6 years ago
  85. a5fc870 Merge "Let DnsManager fill in LinkProperties for private DNSes" into pi-dev by Chalard Jean · 6 years ago
  86. f0f364f Let DnsManager fill in LinkProperties for private DNSes by Chalard Jean · 6 years ago
  87. e0f3403 Don't unnecessarily reevaluate tethering provisioning by Erik Kline · 6 years ago
  88. 85eac92 Merge "Don't unnecessarily reevaluate tethering provisioning" into pi-dev by Lorenzo Colitti · 6 years ago
  89. 86c747d Merge "Added tests for MultipathPolicyTracker." into pi-dev am: cf54c0451a by Remi NGUYEN VAN · 6 years ago
  90. 4df92ef Merge "Don't unnecessarily reevaluate tethering provisioning" into pi-dev by Lorenzo Colitti · 6 years ago
  91. cf54c04 Merge "Added tests for MultipathPolicyTracker." into pi-dev by Remi NGUYEN VAN · 6 years ago
  92. abb1562 Merge "Revert "Don't unnecessarily reevaluate tethering provisioning"" by Treehugger Robot · 6 years ago
  93. e93ed61 Revert "Don't unnecessarily reevaluate tethering provisioning" by Erik Kline · 6 years ago
  94. 6a7a5a1 Added tests for MultipathPolicyTracker. by Remi NGUYEN VAN · 6 years ago
  95. 1fcb739 Trigger NetworkCallback events when private DNS usage has changed. by dalyk · 6 years ago
  96. a734726 Merge "Trigger NetworkCallback events when private DNS usage has changed." am: ec4ded5222 by Erik Kline · 6 years ago
  97. 80b7a9f Don't unnecessarily reevaluate tethering provisioning by Erik Kline · 6 years ago
  98. 081014a Merge "Don't unnecessarily reevaluate tethering provisioning" by Treehugger Robot · 6 years ago
  99. 7301aa4 Trigger NetworkCallback events when private DNS usage has changed. by dalyk · 6 years ago
  100. 8067d78 Don't unnecessarily reevaluate tethering provisioning by Erik Kline · 6 years ago