1. a5e6553 Merge changes I31d5260d,Ied92f558 into nyc-dev by Robin Lee · 8 years ago
  2. 323f29d Start VPN as early as possible during startup by Robin Lee · 8 years ago
  3. 585e248 Split network agent created state from connected state by Robin Lee · 8 years ago
  4. e8fc84b Fix race condition in MetricsLoggerService by Pavel Zhamaitsiak · 8 years ago
  5. 4b4c31d Connectivity Metrics service: dump throttling states to dumpsys by Pavel Zhamaitsiak · 8 years ago
  6. c5be12e Make isCaptivePortal perform both HTTP and HTTPS probes. by Lorenzo Colitti · 8 years ago
  7. 9710859 Merge "Fixes 2 race conditions in MetricsLoggerService" into nyc-dev by Hugo Benichi · 8 years ago
  8. 9b907e4 Fixes 2 race conditions in MetricsLoggerService by Hugo Benichi · 8 years ago
  9. 70c8b9b Tethering and Data Saver: There Can Be Only One! by Felipe Leme · 8 years ago
  10. f07c7b9 API changes for DownloadManager and JobScheduler. by Jeff Sharkey · 8 years ago
  11. 784c93e Merge "Split network monitoring and portal probe events" into nyc-dev by TreeHugger Robot · 8 years ago
  12. 636c07d Tethering: interface updates can be handled again by Rebecca Silberstein · 8 years ago
  13. cc92c6e Split network monitoring and portal probe events by Hugo Benichi · 8 years ago
  14. a488c23 Expand NetworkMonitor metrics by Erik Kline · 8 years ago
  15. a09b4d2 Remove unnecessary allocation+unboxing of objects. by Narayan Kamath · 8 years ago
  16. 74870c4 Merge "Make ConnectivityMetricsLogger and related classes @SystemApi" into nyc-dev by Pavel Zhamaitsiak · 8 years ago
  17. 4372473 Metrics logging for DNS queries. by Lorenzo Colitti · 8 years ago
  18. f6f24c0 Make ConnectivityMetricsLogger and related classes @SystemApi by Pavel Zhamaitsiak · 8 years ago
  19. 23243731 If Internet probe is redirected, pass redirect destination to NetworkAgent. by Paul Jensen · 8 years ago
  20. cd63d24 Improve Tethering and NativeDaemonConnector logging. by Lorenzo Colitti · 8 years ago
  21. a0576c6 Merge "Disallow prepare()-ing over an always on VPN app" into nyc-dev by Robin Lee · 8 years ago
  22. 19e84f7 Merge changes Ibb63f6b4,Ib64559a5 into nyc-dev by Lorenzo Colitti · 8 years ago
  23. c42c975 Clean up netd state when tethering fails. by Lorenzo Colitti · 8 years ago
  24. ce13079 resolve merge conflicts of 20ebbb3 to nyc-dev by Pavel Zhamaitsiak · 8 years ago
  25. d1cb256 ConnectivityMetricsLogger: Switch to "pull" model by Pavel Zhamaitsiak · 8 years ago
  26. 6ff17f7 Partially refactor Tethering to new network callback APIs by Erik Kline · 9 years ago
  27. f21b4dc Move ApfFilter from ConnectivityService to IpManager by Paul Jensen · 8 years ago
  28. dfd5a94 Add basic packet filtering via APF program. by Paul Jensen · 8 years ago
  29. f262a7e Merge "Add initial connectivity metrics handling." into nyc-dev by Pierre Imai · 8 years ago
  30. 55618be Add initial connectivity metrics handling. by Pierre Imai · 8 years ago
  31. 13460a6 Turn off verbose logs and remove log that is covered by verbose logs. by Joe Onorato · 8 years ago
  32. 602123a Merge "handle wifi interface changes with interfaceRemoved" into nyc-dev by Rebecca Silberstein · 8 years ago
  33. 7c34b15 Fix APF programs to not generate a failing compare of size 0 by Paul Jensen · 8 years ago
  34. 39c0d42 Also dump the last APF program to be installed. by Lorenzo Colitti · 8 years ago
  35. 7a8797f Turn down the logging in ApfFilter. by Joe Onorato · 8 years ago
  36. 908c5df handle wifi interface changes with interfaceRemoved by Rebecca Silberstein · 8 years ago
  37. 5ff640d APF: add debug code. by Lorenzo Colitti · 8 years ago
  38. 71b61cd Merge "Ignore the checksum when comparing RAs for equality." into nyc-dev by Lorenzo Colitti · 8 years ago
  39. e6dfc17 Ignore the checksum when comparing RAs for equality. by Lorenzo Colitti · 8 years ago
  40. be12d76 Remove an unnecessary InputStream and prevent leaking memory. by Pierre Imai · 8 years ago
  41. fa4f3f2 Merge "Check VPN status when adding/removing restricted profiles" into nyc-dev by Fyodor Kupolov · 8 years ago
  42. 49d5a01 Check VPN status when adding/removing restricted profiles by Fyodor Kupolov · 8 years ago
  43. 12acbd7 Turn down the logging a little bit. by Joe Onorato · 9 years ago
  44. 978c80b Have ConnectivityService install packet filters when possible am: 578a76e7de by Paul Jensen · 8 years ago
  45. 3921a90 Support 464xlat on Ethernet. am: 853d741ce7 by Lorenzo Colitti · 8 years ago
  46. 578a76e Have ConnectivityService install packet filters when possible by Paul Jensen · 9 years ago
  47. 853d741 Support 464xlat on Ethernet. by Lorenzo Colitti · 8 years ago
  48. bfecba2 Speed up ConnectivityServiceTest. by Lorenzo Colitti · 8 years ago
  49. 1b1bcd7 Disallow prepare()-ing over an always on VPN app by Robin Lee · 9 years ago
  50. 1142b265 resolve merge conflicts of 51e4acb29d to nyc-dev by Lorenzo Colitti · 8 years ago
  51. 02b3e6b Add Connectivity Metrics Logger service by Pavel Zhamaitsiak · 9 years ago
  52. 7837884 Auto-call prepare() for new always-on VPNs by Robin Lee · 9 years ago
  53. 0e7f32f Expose measurement results to interested callers. am: 106cdf6c94 by Erik Kline · 9 years ago
  54. 106cdf6 Expose measurement results to interested callers. by Erik Kline · 9 years ago
  55. 45ae04a Fix a small issue with the BT Tether callback value. by Jeremy Klein · 9 years ago
  56. 230d5ca Add the network handle to the NetworkAgentInfo#toString() output. by Erik Kline · 9 years ago
  57. fa8712b Remove the unused Looper param from Tethering constructor. by Jeremy Klein · 9 years ago
  58. 15f3d21 Implement ui-based provisioning for the new tether api. by Jeremy Klein · 9 years ago
  59. 36c7aa0 Expose a simple tethering API which includes provision checks. by Jeremy Klein · 9 years ago
  60. 9a5f485 [VPN] start lockdown before user is unlocked by Robin Lee · 9 years ago
  61. b68d2d5 Merge "Always-on app VPNs" by Robin Lee · 9 years ago
  62. 244ce8e Always-on app VPNs by Robin Lee · 9 years ago
  63. b7c2487 Makes captive portal server calculation in one place. by Udam Saini · 9 years ago
  64. e06b4d1 Consistent naming for PackageManager methods. by Jeff Sharkey · 9 years ago
  65. 9d3aadb Add a new WakeupMessage class and use it in two places. by Lorenzo Colitti · 9 years ago
  66. 0c9cb2b Stop using startUsingNetworkFeature by Erik Kline · 9 years ago
  67. 748a509 Pass both IPv4 and IPv6 DNS servers as tethering DNS forwarders by Erik Kline · 9 years ago
  68. 1c36315 Fixed VPN support for restricted profiles in split system user model by Fyodor Kupolov · 9 years ago
  69. 2126c60 am 7abed540: am 3bb69fac: am 1d121b78: am e1e97377: Merge "NetworkDiagnostics: ping default router from all global addreses." into mnc-dr-dev by Lorenzo Colitti · 9 years ago
  70. 29f6666 NetworkDiagnostics: ping default router from all global addreses. by Lorenzo Colitti · 9 years ago
  71. 51c61ee am fd183706: am 22262f31: am 0bc35668: am 017223ac: Merge changes from topic \'packet-keepalive-fixes\' into mnc-dr-dev by Lorenzo Colitti · 9 years ago
  72. b988466 Require the new PACKET_KEEPALIVE_OFFLOAD permission. by Lorenzo Colitti · 9 years ago
  73. 9acca09 Fix bugs and crashes in PacketKeepalive API. by Lorenzo Colitti · 9 years ago
  74. bd0e03b More USER_OWNER cleanup. by Xiaohui Chen · 9 years ago
  75. 682fd6a am a991c66c: Merge "Fix missing onLost NetworkCallbacks when network loses capability" into mnc-dev by Paul Jensen · 9 years ago
  76. a991c66 Merge "Fix missing onLost NetworkCallbacks when network loses capability" into mnc-dev by Paul Jensen · 9 years ago
  77. cf4c2c6 Fix missing onLost NetworkCallbacks when network loses capability by Paul Jensen · 9 years ago
  78. 62ca62b am e288b3af: Merge changes I5c994de5,I6cb0dd84 into mnc-dev by Lorenzo Colitti · 9 years ago
  79. 87cfc70 Always check off-link connectivity in NetworkDiagnostics. by Lorenzo Colitti · 9 years ago
  80. 8c54a8e am a7bdace2: Merge "Change to connectivitycheck.gstatic.com" into mnc-dev by Erik Kline · 9 years ago
  81. e7d0179 Change to connectivitycheck.gstatic.com by Erik Kline · 9 years ago
  82. c3f21f3 Support NetworkCallbacks based on signal strength. by Lorenzo Colitti · 9 years ago
  83. 8bf977d ConnectivityManager API for for packet keepalives. by Lorenzo Colitti · 9 years ago
  84. bbce221 Merge "Fallback to Cellular if WiFi fails to validate" into mnc-dev by Paul Jensen · 9 years ago
  85. d8cdba0 Merge "Prepare some ConnectivityService logic for fallback to Cellular change" into mnc-dev by Paul Jensen · 9 years ago
  86. 00c64f7 Merge "Add android.net.CaptivePortal class for captive-portal-handling-app callbacks" into mnc-dev by Paul Jensen · 9 years ago
  87. 49e3edf Add android.net.CaptivePortal class for captive-portal-handling-app callbacks by Paul Jensen · 9 years ago
  88. e098854 Fallback to Cellular if WiFi fails to validate by Paul Jensen · 9 years ago
  89. 85cf78e Prepare some ConnectivityService logic for fallback to Cellular change by Paul Jensen · 9 years ago
  90. 71e3d07 Merge "Make the VPN notice connectivity changes on stacked interfaces." into mnc-dev by Lorenzo Colitti · 9 years ago
  91. 1b60d11 Make the VPN notice connectivity changes on stacked interfaces. by Lorenzo Colitti · 9 years ago
  92. 2f0a897 Log DNS results for network validation attempts by Paul Jensen · 9 years ago
  93. 22e547a Reducing logging in NetworkMonitor to avoid getting muted by Paul Jensen · 9 years ago
  94. ae3584b Merge "Add Validation logging." into mnc-dev by Robert Greenwalt · 9 years ago
  95. 22b4c6a Add Validation logging. by Robert Greenwalt · 9 years ago
  96. ed1b459 Don't lose critical success/failure messages by Erik Kline · 9 years ago
  97. 1c7ba02 Fix missing NetworkCallbacks for NET_CAPABILITY_VALIDATED changes by Paul Jensen · 9 years ago
  98. 3d194ea Add NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL by Paul Jensen · 9 years ago
  99. 08d9834 Merge "Occasionally retest for captive portals once detected" into mnc-dev by Paul Jensen · 9 years ago
  100. 8e21d29 Merge "Don't send spurious onAvailable NetworkCallbacks when rematching" into mnc-dev by Paul Jensen · 9 years ago