1. d289666 Extract TetherInterfaceSM to its own class. by Christopher Wiley · 8 years ago
  2. e03fb44 Make Tethering.TetherInterfaceSM more self contained by Christopher Wiley · 8 years ago
  3. b9cb774 Clean up class members in Tethering.TetherInterfaceSM by Christopher Wiley · 8 years ago
  4. 499a57a Fix trivial warnings in Tethering.java by Christopher Wiley · 8 years ago
  5. 70c8b9b Tethering and Data Saver: There Can Be Only One! by Felipe Leme · 8 years ago
  6. 636c07d Tethering: interface updates can be handled again by Rebecca Silberstein · 8 years ago
  7. cd63d24 Improve Tethering and NativeDaemonConnector logging. by Lorenzo Colitti · 8 years ago
  8. c42c975 Clean up netd state when tethering fails. by Lorenzo Colitti · 8 years ago
  9. 6ff17f7 Partially refactor Tethering to new network callback APIs by Erik Kline · 9 years ago
  10. 908c5df handle wifi interface changes with interfaceRemoved by Rebecca Silberstein · 8 years ago
  11. 12acbd7 Turn down the logging a little bit. by Joe Onorato · 9 years ago
  12. 45ae04a Fix a small issue with the BT Tether callback value. by Jeremy Klein · 9 years ago
  13. fa8712b Remove the unused Looper param from Tethering constructor. by Jeremy Klein · 9 years ago
  14. 15f3d21 Implement ui-based provisioning for the new tether api. by Jeremy Klein · 9 years ago
  15. 36c7aa0 Expose a simple tethering API which includes provision checks. by Jeremy Klein · 9 years ago
  16. 0c9cb2b Stop using startUsingNetworkFeature by Erik Kline · 9 years ago
  17. 748a509 Pass both IPv4 and IPv6 DNS servers as tethering DNS forwarders by Erik Kline · 9 years ago
  18. 1ce4b6d remove usage of deprecated method setLatestEventInfo by Chris Wren · 9 years ago
  19. e380546 Make the dumpsys connectivity shorter and easier to read. by Lorenzo Colitti · 9 years ago
  20. fcf10f7 Modify how USB connections are handled. by Nick Kralevich · 9 years ago
  21. 4a357cd Replace usages of deprecated Resources.getColor() and getColorStateList() by Alan Viverette · 9 years ago
  22. f5fabf1 am "Separate NAT from forwarding." by Vinit Deshpande · 9 years ago
  23. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 10 years ago
  24. 35e36db Separate NAT from forwarding. by Lorenzo Colitti · 10 years ago
  25. 2ffe412 Rerun entitlementcheck on sim change. by Robert Greenwalt · 10 years ago
  26. 2576a80 Remove notification for SoftAP turned on by Vinit Deshpande · 10 years ago
  27. 3853158 Add hasMatchedTetherApnSetting to telmgr API. by Junda Liu · 10 years ago
  28. b57edc5 Pass the socket mark for DNS queries to dnsmasq. by Lorenzo Colitti · 10 years ago
  29. 255dd04 Added notification color to all system notifications by Selim Cinek · 10 years ago
  30. 62a6131 Don't create a ConnectivityManager when the service isn't ready yet. by Sreeram Ramachandran · 10 years ago
  31. fab50167 Fix DUN-based tethering. by Robert Greenwalt · 10 years ago
  32. 03666c7 Cleanup: Delete dead code. by Sreeram Ramachandran · 10 years ago
  33. 9c7e2c2 Refactor wifi p2p's startDhcpServer function by Robert Greenwalt · 10 years ago
  34. df2b878 Fix public API of LinkProperties. by Robert Greenwalt · 10 years ago
  35. 70c117a Fix Tethering NPE by Nick Kralevich · 10 years ago
  36. 9258c64 Add Multinetwork API by Robert Greenwalt · 10 years ago
  37. 59f0258 Categorize some system notifications. by Dan Sandler · 10 years ago
  38. bfe61f6 Make some notifications public (safe for secure lockscreens): by Dan Sandler · 11 years ago
  39. 49782e4 am 9158825f: Move some system services to separate directories by Amith Yamasani · 11 years ago
  40. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/connectivity/Tethering.java]
  41. 4dace6f Merge "Improvements to battery stats." by Dianne Hackborn · 11 years ago
  42. 132fe8d Use BaseNetworkObserver in Tethering. by Lorenzo Colitti · 11 years ago
  43. e4984be Request all tethering interfaces, fix corruption. by Jeff Sharkey · 11 years ago
  44. 5c7daac Notify IP address changes to interface observers. by Lorenzo Colitti · 11 years ago
  45. bfc7634 resolved conflicts for merge of f9774dc7 to master by Robert Greenwalt · 11 years ago
  46. c13368b Make CS.isTetheringSupported dynamic by Robert Greenwalt · 11 years ago
  47. 8d044e8 Start combining threads in system process. by Dianne Hackborn · 11 years ago
  48. 13c9fde Framework changes for 464xlat. by Lorenzo Colitti · 11 years ago
  49. 3cab6b0 Properly cancel Tether notification. by Robert Greenwalt · 12 years ago
  50. bf6f6f9 Update references to migrated global settings. by Jeff Brown · 12 years ago
  51. 50cdf7c3 Fix issue #7214090: Need to be able to post notifications to all users by Dianne Hackborn · 12 years ago
  52. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  53. db3c867 Network data activity change intent for network interfaces. by Haoyu Bai · 12 years ago
  54. 5362f17 Merge commit '1b003ef0' into mit by Wink Saville · 12 years ago
  55. a639b31 Create telephony-common and mms-common by Wink Saville · 12 years ago
  56. adfb0d0 Make tethering ignore bad inputs by Robert Greenwalt · 12 years ago
  57. 68ea9b0 Add logging for Tethering. by Robert Greenwalt · 12 years ago
  58. c9dac11 Don't forget to turn off mobile_dun by Robert Greenwalt · 13 years ago
  59. 4f74d55 Filter our v6 address from tethering dns. by Robert Greenwalt · 13 years ago
  60. bb4fd0b Use the carrier-given dns addrs for tethering. by Robert Greenwalt · 13 years ago
  61. ddba106 Clean up InterfaceConfiguration flags. by Jeff Sharkey · 13 years ago
  62. fd1be2b Tone down Tethering logs. by Robert Greenwalt · 13 years ago
  63. b445362 Make upstream tether list threadsafe by Robert Greenwalt · 13 years ago
  64. 3b28e9a Start using IP tool for advanced routing. by Robert Greenwalt · 13 years ago
  65. 731026c Ignore errors when untethering by Robert Greenwalt · 13 years ago
  66. 49348e7 Fix Tethering settings. by Robert Greenwalt · 13 years ago
  67. 367d15a Watch network subtype, tethering teardown, empty. by Jeff Sharkey · 13 years ago
  68. c9acde9 Reduce connectivity logging by Wink Saville · 13 years ago
  69. cdd02c5d Collect and persist tethering stats. by Jeff Sharkey · 13 years ago
  70. 98c79e5 Stop sending tethering broadcasts during boot. by Robert Greenwalt · 13 years ago
  71. 485861c Fix USB tethering again by Mike Lockwood · 13 years ago
  72. e30c130 Merge "Handle hostapd and tether interface changes" by Irfan Sheriff · 13 years ago
  73. 23eb297 Handle hostapd and tether interface changes by Irfan Sheriff · 13 years ago
  74. 6c2260b Fix USB tethering by Mike Lockwood · 13 years ago
  75. 12b933d NetworkManagementService: receive bandwidth controller events by JP Abgrall · 13 years ago
  76. 7c34f29 Fix wifi tethering. by Robert Greenwalt · 13 years ago
  77. bf731e7 am 7eff4bb3: am f49e4d3f: Merge "Temporary re-enabling iface name change handling on HO" into honeycomb-LTE by Wink Saville · 13 years ago
  78. f59c7d0 Hookup interface status to other clients by Mike J. Chen · 13 years ago
  79. 6143f5f Revert "Revert "Propagate new link-status-change message to any NetworkManagementService"" by Mike J. Chen · 13 years ago
  80. 1ccb10e Temporary re-enabling iface name change handling on HO by Kazuhiro Ondo · 13 years ago
  81. 7af34ab Merge "resolved conflicts for merge of 7a652bc8 to master" by Robert Greenwalt · 13 years ago
  82. 5ff886e resolved conflicts for merge of 7a652bc8 to master by Robert Greenwalt · 13 years ago
  83. f59717d Combine UsbManager.setPrimaryFunction and setDefaultFunction by Mike Lockwood · 13 years ago
  84. ccf83af1 Fix tethering upstream determination. by Robert Greenwalt · 13 years ago
  85. 3c2a2f6 Tethering: Use UsbManager to enable/disable RNDIS by Mike Lockwood · 13 years ago
  86. 5bc7c93 Merge "Do not register the callbacks in the constructor." by Chia-chi Yeh · 13 years ago
  87. 60a3117 am 51704fc9: am cecb710a: am 94260caf: Allow control over search order for tethering upstream interface selection by TK MUN · 13 years ago
  88. 51704fc am cecb710a: am 94260caf: Allow control over search order for tethering upstream interface selection by TK MUN · 13 years ago
  89. 94260ca Allow control over search order for tethering upstream interface selection by TK MUN · 13 years ago
  90. 008ff39 Do not register the callbacks in the constructor. by Chia-chi Yeh · 13 years ago
  91. 8904c3d am b22a9fd9: am 01758e81: Linkproperties update via unsol data call state change. by Kazuhiro Ondo · 13 years ago
  92. 01758e8 Linkproperties update via unsol data call state change. by Kazuhiro Ondo · 13 years ago
  93. c933830 Extract NetworkManagementService out from Tethering to ConnectivityService. by Chia-chi Yeh · 13 years ago
  94. 64c42ca Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State. by Wink Saville · 13 years ago
  95. c0e0dbb DO NOT MERGE Pick upstream intf with valid IP conf by Irfan Sheriff · 14 years ago
  96. 7e48e76 Merge "Start using NetworkUtils.numericToInetAddress." by Robert Greenwalt · 14 years ago
  97. e590373 Start using NetworkUtils.numericToInetAddress. by Robert Greenwalt · 14 years ago
  98. 40bbf92 DO NOT MERGE: Backport USB accessory support to gingerbread by Mike Lockwood · 14 years ago
  99. c4308f0 Move USB framework support from android.hardware to android.hardware.usb package by Mike Lockwood · 14 years ago
  100. f13ec7a DO NOT MERGE: Clean up USB notifications: by Mike Lockwood · 14 years ago