1. aa1727f VPN: tear down VPN when the dependent interface is down. by Chia-chi Yeh · 15 years ago
  2. 5779c9c VPN: close the socket in protectVpn() to avoid leaking descriptors. by Chia-chi Yeh · 15 years ago
  3. 97a61565 VPN: Hook up the new control protocol and network state. by Chia-chi Yeh · 15 years ago
  4. 7c34f29 Fix wifi tethering. by Robert Greenwalt · 15 years ago
  5. 2e46764 VPN: implement status report for legacy VPN. by Chia-chi Yeh · 15 years ago
  6. c2b8aa0b VPN: rename some variables. by Chia-chi Yeh · 15 years ago
  7. 100155a VPN: convert prepare() into a form which helps solve race conditions. by Chia-chi Yeh · 15 years ago
  8. 34e7813 VPN: minor refinement. by Chia-chi Yeh · 15 years ago
  9. 3281034 VPN: merge JNI methods. by Chia-chi Yeh · 15 years ago
  10. e910790 VPN: give legacy VPN a fake package name. by Chia-chi Yeh · 15 years ago
  11. 41d1685 VPN: integrate legacy VPN. by Chia-chi Yeh · 15 years ago
  12. 8909b10 VPN: Use List<String> instead for dnsServers and searchDomains. by Chia-chi Yeh · 15 years ago
  13. 1f7746b VPN: rename service(s) to daemon(s) to reduce confusion. by Chia-chi Yeh · 15 years ago
  14. 383e052 VPN: fix the build. by Chia-chi Yeh · 15 years ago
  15. a4b87b5 VPN: refactor a little bit for the upcoming integration of legacy VPN. by Chia-chi Yeh · 15 years ago
  16. f4e3bf8 VPN: refactor few JNI methods for the usage of legacy VPN. by Chia-chi Yeh · 15 years ago
  17. 85a7ce0 VPN: add a method to handle requests of legacy VPNs. by Chia-chi Yeh · 15 years ago
  18. bf731e7 am 7eff4bb3: am f49e4d3f: Merge "Temporary re-enabling iface name change handling on HO" into honeycomb-LTE by Wink Saville · 15 years ago
  19. f59c7d0 Hookup interface status to other clients by Mike J. Chen · 15 years ago
  20. 6143f5f Revert "Revert "Propagate new link-status-change message to any NetworkManagementService"" by Mike J. Chen · 15 years ago
  21. 1ccb10e Temporary re-enabling iface name change handling on HO by Kazuhiro Ondo · 15 years ago
  22. 7af34ab Merge "resolved conflicts for merge of 7a652bc8 to master" by Robert Greenwalt · 15 years ago
  23. 5ff886e resolved conflicts for merge of 7a652bc8 to master by Robert Greenwalt · 15 years ago
  24. f59717d Combine UsbManager.setPrimaryFunction and setDefaultFunction by Mike Lockwood · 15 years ago
  25. ccf83af1 Fix tethering upstream determination. by Robert Greenwalt · 15 years ago
  26. 3c2a2f6 Tethering: Use UsbManager to enable/disable RNDIS by Mike Lockwood · 15 years ago
  27. 3f3337a VPN: avoid leaking file descriptors. by Chia-chi Yeh · 15 years ago
  28. 7b0b834 VPN: move VpnDialogs related methods into VpnConfig. by Chia-chi Yeh · 15 years ago
  29. 04ba25c VPN: migrate from generic Bundle to our own Parcelable VpnConfig. by Chia-chi Yeh · 15 years ago
  30. f8905fd VPN: change some strings in VPN notifications. by Chia-chi Yeh · 15 years ago
  31. 3663227 VPN: add MTU support. by Chia-chi Yeh · 15 years ago
  32. 3667369 VPN: use ParcelFileDescriptor.adoptFd() instead of doing it in JNI. by Chia-chi Yeh · 15 years ago
  33. ff3bdca The service part of the user space VPN support. by Chia-chi Yeh · 15 years ago
  34. 5bc7c93 Merge "Do not register the callbacks in the constructor." by Chia-chi Yeh · 15 years ago
  35. 60a3117 am 51704fc9: am cecb710a: am 94260caf: Allow control over search order for tethering upstream interface selection by TK MUN · 15 years ago
  36. 51704fc am cecb710a: am 94260caf: Allow control over search order for tethering upstream interface selection by TK MUN · 15 years ago
  37. 94260ca Allow control over search order for tethering upstream interface selection by TK MUN · 15 years ago
  38. 008ff39 Do not register the callbacks in the constructor. by Chia-chi Yeh · 15 years ago
  39. 8904c3d am b22a9fd9: am 01758e81: Linkproperties update via unsol data call state change. by Kazuhiro Ondo · 15 years ago
  40. 01758e81 Linkproperties update via unsol data call state change. by Kazuhiro Ondo · 15 years ago
  41. c933830 Extract NetworkManagementService out from Tethering to ConnectivityService. by Chia-chi Yeh · 15 years ago
  42. 64c42ca Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State. by Wink Saville · 15 years ago
  43. c0e0dbb DO NOT MERGE Pick upstream intf with valid IP conf by Irfan Sheriff · 15 years ago
  44. 7e48e76 Merge "Start using NetworkUtils.numericToInetAddress." by Robert Greenwalt · 15 years ago
  45. e590373 Start using NetworkUtils.numericToInetAddress. by Robert Greenwalt · 15 years ago
  46. 40bbf92 DO NOT MERGE: Backport USB accessory support to gingerbread by Mike Lockwood · 15 years ago
  47. c4308f0 Move USB framework support from android.hardware to android.hardware.usb package by Mike Lockwood · 15 years ago
  48. f13ec7a DO NOT MERGE: Clean up USB notifications: by Mike Lockwood · 16 years ago
  49. 7916432 DO NOT MERGE UsbManager: squashed commit of: by Mike Lockwood · 16 years ago
  50. b979f79 Remove more use of netmask by Robert Greenwalt · 15 years ago
  51. ed12640 Bind addr and prefixLength together in LinkAddress by Robert Greenwalt · 15 years ago
  52. fc8e558 am 678c6a35: am d14239a2: Merge "Fix tethering when switching default connection" into honeycomb by Robert Greenwalt · 15 years ago
  53. 05d8936 Fix tethering when switching default connection by Robert Greenwalt · 15 years ago
  54. 547e4e7 Fix Tethering's handling of a system restart. by Robert Greenwalt · 15 years ago
  55. 2955209 Pick an upstream interface with valid IP config by Irfan Sheriff · 15 years ago
  56. 19b9ab4 Turn off DUN connection after tethering. by Robert Greenwalt · 15 years ago
  57. e32e812 Always file DUN requests for tethering. by Robert Greenwalt · 15 years ago
  58. 1039872 Reduce the spinning while tethering. by Robert Greenwalt · 16 years ago
  59. b92df0f Clean up USB notifications: by Mike Lockwood · 16 years ago
  60. 04808c2 Fix some IpV4-only code. by Robert Greenwalt · 16 years ago
  61. 770126a Rename android.hardware.Usb to UsbManager and UsbObserver to UsbService by Mike Lockwood · 16 years ago
  62. 385a753 resolved conflicts for merge of 368fdba4 to master by Brad Fitzpatrick · 16 years ago
  63. 431bb22 Reduce logging. by Joe Onorato · 16 years ago
  64. df255c2 Stop using unauthorized dns by Robert Greenwalt · 16 years ago
  65. ba56dfc DO NOT MERGE Tethering: Delay 1000ms before processing USB disconnect events by Mike Lockwood · 16 years ago
  66. 707952e Rework Bluetooth tethering networking configuration. by Jaikumar Ganesh · 16 years ago
  67. 6eef5c6 Tethering: Delay 1000ms before processing USB disconnect events by Mike Lockwood · 16 years ago
  68. 6fdd0c6 bluetooth tethering by Danica Chang · 16 years ago
  69. d8aad91 am d5786b98: am c40d714c: Merge "Tethering: Use new ACTION_USB_STATE broadcast to monitor USB connected state" into gingerbread by Mike Lockwood · 16 years ago
  70. ac051ae Tethering: Use new ACTION_USB_STATE broadcast to monitor USB connected state by Mike Lockwood · 16 years ago
  71. 924cc94 Reduce Tethering Logging. by Robert Greenwalt · 16 years ago
  72. 77b32dd Make the DUN apn data secure. by Robert Greenwalt · 16 years ago
  73. 7eae250 Move Tethering off the ServerThread. by Robert Greenwalt · 16 years ago
  74. b37f0c6 Fix Tethering of multiple downstream ifaces. by Robert Greenwalt · 16 years ago
  75. bfb7bfa Update Framework to support multiple dhpc ranges by Robert Greenwalt · 16 years ago
  76. 77e638d Fix Tethering when DUN is required but wifi is ok by Robert Greenwalt · 16 years ago
  77. 951749b Use the new HSM capability that allows transitionTo in enter methods. by Wink Saville · 16 years ago
  78. db3fe9e Fix Tethering Notifications for multiple ifaces by Robert Greenwalt · 16 years ago
  79. 6a1967c Make Tethering not disconnect on every net change. by Robert Greenwalt · 16 years ago
  80. bb51d9f Fix UMS broadcasts in Tethering. by Robert Greenwalt · 16 years ago
  81. dfadaea Stop creating threads for tethering. by Robert Greenwalt · 16 years ago
  82. 030f5e1 Disable USB Tethering when UMS is active by Robert Greenwalt · 16 years ago
  83. a599fe7c Re-add tethered notification to framework. by Robert Greenwalt · 16 years ago
  84. e7085e9 Update framework tethering UI by Robert Greenwalt · 16 years ago
  85. 5a73506 Add error reporting for Tethering. by Robert Greenwalt · 16 years ago
  86. c9d5fb7 Add build options for tethering. by Robert Greenwalt · 16 years ago
  87. 1cb3cb1 Tethering: Use battery changed broadcast instead of UMS broadcast to determine by Mike Lockwood · 16 years ago
  88. d70a3d4 Tethering improvements. by Robert Greenwalt · 16 years ago
  89. 6142a0b Fix build. by Robert Greenwalt · 16 years ago
  90. 65ae29b Add USB RNDIS enable/disable control by Robert Greenwalt · 16 years ago
  91. a4437fc Fix null pointer exception in connectivity service broadcast receiver. by Mike Lockwood · 16 years ago
  92. 2a091d7 Update Tethering. by Robert Greenwalt · 16 years ago
  93. d0e18ff First pass at USB Tethering. by Robert Greenwalt · 16 years ago