1. 1eb8c69 Add IPv6 tethering coordinator by Erik Kline · 8 years ago
  2. d30aaeb Stop listening for WiFi interface status changes by Christopher Wiley · 8 years ago
  3. b57578ca Rewrite lingering. by Lorenzo Colitti · 8 years ago
  4. 767708d Make the NetworkRequest list private to NetworkAgentInfo. by Lorenzo Colitti · 8 years ago
  5. 5e05518 Adding tests for DnsEventListenerService by Hugo Benichi · 8 years ago
  6. cfddd68 Refactor IP connectivity event logging by Hugo Benichi · 8 years ago
  7. a4abd91 Add tests for MetricsLoggerService by Hugo Benichi · 8 years ago
  8. c9ac672 Merge \"Move \'is already always-on\' check into Vpn.java\" into nyc-dev by Robin Lee · 8 years ago
  9. 9ff1a58 Move 'is already always-on' check into Vpn.java by Robin Lee · 8 years ago
  10. d985dde Fix race conditions between Tethering and TetherInterfaceStateMachine by Christopher Wiley · 8 years ago
  11. 281ec32 Merge changes from topic 'tethering-ownership' into nyc-mr1-dev by Christopher Wiley · 8 years ago
  12. be16e49 Merge \"Package changed/removed listeners for always-on VPN\" into nyc-dev by Robin Lee · 8 years ago
  13. 5c0b10a Tethering: Own WiFi tethering state and lifetime by Christopher Wiley · 8 years ago
  14. e949039 Use an ArrayMap instead of HashMap to track tether interfaces by Christopher Wiley · 8 years ago
  15. e10bfc0 Consolidate cleanup logic in TetherInterfaceSM.TetheredState by Christopher Wiley · 8 years ago
  16. 4312a4c Rely on Tethering mutex for TetherInterfaceSM by Christopher Wiley · 8 years ago
  17. 7040b4e Rename TetherInterfaceSM to TetherInterfaceStateMachine by Mitchell Wills · 8 years ago
  18. 9ad83ab Remove dead code from TetherInterfaceSM by Christopher Wiley · 8 years ago
  19. 3b1d922 Remove transient StartingState from TetherInterfaceSM by Christopher Wiley · 8 years ago
  20. d289666 Extract TetherInterfaceSM to its own class. by Christopher Wiley · 8 years ago
  21. e03fb44 Make Tethering.TetherInterfaceSM more self contained by Christopher Wiley · 8 years ago
  22. b9cb774 Clean up class members in Tethering.TetherInterfaceSM by Christopher Wiley · 8 years ago
  23. 499a57a Fix trivial warnings in Tethering.java by Christopher Wiley · 8 years ago
  24. 812800c Package changed/removed listeners for always-on VPN by Robin Lee · 8 years ago
  25. 1bf6ec2 cold sim clean up by fionaxu · 8 years ago
  26. 98a633a Fix VPN Request dialog appearing each time VPN is connecting by Victor Chang · 8 years ago
  27. 32ceb9c Merge "Move VPN restriction check into setup dialog" into nyc-dev by Robin Lee · 8 years ago
  28. 33154de Merge "Check if we're connected before marking a UID blocked" into nyc-dev by Robin Lee · 8 years ago
  29. ebbcb54 Check if we're connected before marking a UID blocked by Robin Lee · 8 years ago
  30. cb98809 Merge "Only actually log the DNS events we have." into nyc-dev by TreeHugger Robot · 8 years ago
  31. c304a15 Only actually log the DNS events we have. by Lorenzo Colitti · 8 years ago
  32. 628ae0d Move VPN restriction check into setup dialog by Robin Lee · 8 years ago
  33. 17e6183 Lock down networking when waiting for always-on by Robin Lee · 8 years ago
  34. 4d03abc Make some of the UID-based VPN code reusable by Robin Lee · 8 years ago
  35. a5e6553 Merge changes I31d5260d,Ied92f558 into nyc-dev by Robin Lee · 8 years ago
  36. 323f29d Start VPN as early as possible during startup by Robin Lee · 8 years ago
  37. 585e248 Split network agent created state from connected state by Robin Lee · 8 years ago
  38. e8fc84b Fix race condition in MetricsLoggerService by Pavel Zhamaitsiak · 8 years ago
  39. 4b4c31d Connectivity Metrics service: dump throttling states to dumpsys by Pavel Zhamaitsiak · 8 years ago
  40. c5be12e Make isCaptivePortal perform both HTTP and HTTPS probes. by Lorenzo Colitti · 8 years ago
  41. 9710859 Merge "Fixes 2 race conditions in MetricsLoggerService" into nyc-dev by Hugo Benichi · 8 years ago
  42. 9b907e4 Fixes 2 race conditions in MetricsLoggerService by Hugo Benichi · 8 years ago
  43. 70c8b9b Tethering and Data Saver: There Can Be Only One! by Felipe Leme · 8 years ago
  44. f07c7b9 API changes for DownloadManager and JobScheduler. by Jeff Sharkey · 8 years ago
  45. 784c93e Merge "Split network monitoring and portal probe events" into nyc-dev by TreeHugger Robot · 8 years ago
  46. 636c07d Tethering: interface updates can be handled again by Rebecca Silberstein · 8 years ago
  47. cc92c6e Split network monitoring and portal probe events by Hugo Benichi · 8 years ago
  48. a488c23 Expand NetworkMonitor metrics by Erik Kline · 8 years ago
  49. a09b4d2 Remove unnecessary allocation+unboxing of objects. by Narayan Kamath · 8 years ago
  50. 74870c4 Merge "Make ConnectivityMetricsLogger and related classes @SystemApi" into nyc-dev by Pavel Zhamaitsiak · 8 years ago
  51. 4372473 Metrics logging for DNS queries. by Lorenzo Colitti · 8 years ago
  52. f6f24c0 Make ConnectivityMetricsLogger and related classes @SystemApi by Pavel Zhamaitsiak · 8 years ago
  53. 23243731 If Internet probe is redirected, pass redirect destination to NetworkAgent. by Paul Jensen · 8 years ago
  54. cd63d24 Improve Tethering and NativeDaemonConnector logging. by Lorenzo Colitti · 8 years ago
  55. a0576c6 Merge "Disallow prepare()-ing over an always on VPN app" into nyc-dev by Robin Lee · 8 years ago
  56. 19e84f7 Merge changes Ibb63f6b4,Ib64559a5 into nyc-dev by Lorenzo Colitti · 8 years ago
  57. c42c975 Clean up netd state when tethering fails. by Lorenzo Colitti · 8 years ago
  58. ce13079 resolve merge conflicts of 20ebbb3 to nyc-dev by Pavel Zhamaitsiak · 8 years ago
  59. d1cb256 ConnectivityMetricsLogger: Switch to "pull" model by Pavel Zhamaitsiak · 8 years ago
  60. 6ff17f7 Partially refactor Tethering to new network callback APIs by Erik Kline · 9 years ago
  61. f21b4dc Move ApfFilter from ConnectivityService to IpManager by Paul Jensen · 8 years ago
  62. dfd5a94 Add basic packet filtering via APF program. by Paul Jensen · 8 years ago
  63. f262a7e Merge "Add initial connectivity metrics handling." into nyc-dev by Pierre Imai · 8 years ago
  64. 55618be Add initial connectivity metrics handling. by Pierre Imai · 8 years ago
  65. 13460a6 Turn off verbose logs and remove log that is covered by verbose logs. by Joe Onorato · 8 years ago
  66. 602123a Merge "handle wifi interface changes with interfaceRemoved" into nyc-dev by Rebecca Silberstein · 8 years ago
  67. 7c34b15 Fix APF programs to not generate a failing compare of size 0 by Paul Jensen · 8 years ago
  68. 39c0d42 Also dump the last APF program to be installed. by Lorenzo Colitti · 8 years ago
  69. 7a8797f Turn down the logging in ApfFilter. by Joe Onorato · 8 years ago
  70. 908c5df handle wifi interface changes with interfaceRemoved by Rebecca Silberstein · 8 years ago
  71. 5ff640d APF: add debug code. by Lorenzo Colitti · 8 years ago
  72. 71b61cd Merge "Ignore the checksum when comparing RAs for equality." into nyc-dev by Lorenzo Colitti · 8 years ago
  73. e6dfc17 Ignore the checksum when comparing RAs for equality. by Lorenzo Colitti · 8 years ago
  74. be12d76 Remove an unnecessary InputStream and prevent leaking memory. by Pierre Imai · 8 years ago
  75. fa4f3f2 Merge "Check VPN status when adding/removing restricted profiles" into nyc-dev by Fyodor Kupolov · 8 years ago
  76. 49d5a01 Check VPN status when adding/removing restricted profiles by Fyodor Kupolov · 8 years ago
  77. 12acbd7 Turn down the logging a little bit. by Joe Onorato · 8 years ago
  78. 978c80b Have ConnectivityService install packet filters when possible am: 578a76e7de by Paul Jensen · 8 years ago
  79. 3921a90 Support 464xlat on Ethernet. am: 853d741ce7 by Lorenzo Colitti · 8 years ago
  80. 578a76e Have ConnectivityService install packet filters when possible by Paul Jensen · 8 years ago
  81. 853d741 Support 464xlat on Ethernet. by Lorenzo Colitti · 8 years ago
  82. bfecba2 Speed up ConnectivityServiceTest. by Lorenzo Colitti · 8 years ago
  83. 1b1bcd7 Disallow prepare()-ing over an always on VPN app by Robin Lee · 8 years ago
  84. 1142b265 resolve merge conflicts of 51e4acb29d to nyc-dev by Lorenzo Colitti · 8 years ago
  85. 02b3e6b Add Connectivity Metrics Logger service by Pavel Zhamaitsiak · 8 years ago
  86. 7837884 Auto-call prepare() for new always-on VPNs by Robin Lee · 8 years ago
  87. 0e7f32f Expose measurement results to interested callers. am: 106cdf6c94 by Erik Kline · 8 years ago
  88. 106cdf6 Expose measurement results to interested callers. by Erik Kline · 8 years ago
  89. 45ae04a Fix a small issue with the BT Tether callback value. by Jeremy Klein · 8 years ago
  90. 230d5ca Add the network handle to the NetworkAgentInfo#toString() output. by Erik Kline · 8 years ago
  91. fa8712b Remove the unused Looper param from Tethering constructor. by Jeremy Klein · 8 years ago
  92. 15f3d21 Implement ui-based provisioning for the new tether api. by Jeremy Klein · 8 years ago
  93. 36c7aa0 Expose a simple tethering API which includes provision checks. by Jeremy Klein · 8 years ago
  94. 9a5f485 [VPN] start lockdown before user is unlocked by Robin Lee · 9 years ago
  95. b68d2d5 Merge "Always-on app VPNs" by Robin Lee · 8 years ago
  96. 244ce8e Always-on app VPNs by Robin Lee · 9 years ago
  97. b7c2487 Makes captive portal server calculation in one place. by Udam Saini · 9 years ago
  98. e06b4d1 Consistent naming for PackageManager methods. by Jeff Sharkey · 9 years ago
  99. 9d3aadb Add a new WakeupMessage class and use it in two places. by Lorenzo Colitti · 9 years ago
  100. 0c9cb2b Stop using startUsingNetworkFeature by Erik Kline · 9 years ago