summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Don't forget to turn off mobile_dunRobert Greenwalt2012-02-291-0/+10
* am 1e9e7f76: am ff321d49: Merge "VPN: silence VPN notifications." into ics-mr1Chia-chi Yeh2012-01-121-1/+1
|\
| * VPN: silence VPN notifications.Chia-chi Yeh2012-01-111-1/+1
* | Merge "Filter our v6 address from tethering dns."Robert Greenwalt2012-01-051-2/+14
|\ \
| * | Filter our v6 address from tethering dns.Robert Greenwalt2011-12-201-2/+14
* | | VPN: fix a CloseGuard warning.Chia-chi Yeh2011-12-271-6/+2
|/ /
* | Merge "Use the carrier-given dns addrs for tethering."Robert Greenwalt2011-12-121-6/+18
|\ \
| * | Use the carrier-given dns addrs for tethering.Robert Greenwalt2011-12-091-6/+18
* | | am fa71962f: am 46a4e81d: Merge "VPN: delete the "abort" file before starting...Chia-chi Yeh2011-12-121-0/+1
|\ \ \ | |/ / |/| / | |/
| * VPN: delete the "abort" file before starting VPN daemons.Chia-chi Yeh2011-12-081-0/+1
* | Clean up InterfaceConfiguration flags.Jeff Sharkey2011-11-291-5/+4
|/
* Tone down Tethering logs.Robert Greenwalt2011-11-111-12/+11
* Make upstream tether list threadsafeRobert Greenwalt2011-11-071-131/+172
* Start using IP tool for advanced routing.Robert Greenwalt2011-11-041-14/+10
* Ignore errors when untetheringRobert Greenwalt2011-11-021-52/+27
* Fix Tethering settings.Robert Greenwalt2011-10-211-16/+42
* Watch network subtype, tethering teardown, empty.Jeff Sharkey2011-09-221-2/+15
* Reduce connectivity loggingWink Saville2011-09-211-31/+32
* Collect and persist tethering stats.Jeff Sharkey2011-09-161-5/+16
* VPN: stop daemons by closing the control sockets.Chia-chi Yeh2011-08-221-17/+25
* VPN: reset legacy VPN when resetting IPv4 addresses.Chia-chi Yeh2011-08-161-1/+3
* VPN: introduce VpnService as the base class for user space VPN.Chia-chi Yeh2011-08-081-5/+54
* VPN: move away from the VPN permission.Chia-chi Yeh2011-08-031-44/+42
* Clear the bitmap from the canvas in a lot of places.Dianne Hackborn2011-08-021-1/+3
* Stop sending tethering broadcasts during boot.Robert Greenwalt2011-07-281-1/+2
* Fix USB tethering againMike Lockwood2011-07-271-1/+8
* Merge "Handle hostapd and tether interface changes"Irfan Sheriff2011-07-231-0/+2
|\
| * Handle hostapd and tether interface changesIrfan Sheriff2011-07-231-0/+2
* | Merge "Fix USB tethering"Mike Lockwood2011-07-231-106/+67
|\ \
| * | Fix USB tetheringMike Lockwood2011-07-231-106/+67
| |/
* | VPN: increase timeout period to 60 seconds for legacy VPN.Chia-chi Yeh2011-07-221-1/+1
|/
* Merge "NetworkManagementService: receive bandwidth controller events"JP Abgrall2011-07-212-0/+4
|\
| * NetworkManagementService: receive bandwidth controller eventsJP Abgrall2011-07-142-0/+4
* | VPN: tear down VPN when the dependent interface is down.Chia-chi Yeh2011-07-141-3/+20
* | VPN: close the socket in protectVpn() to avoid leaking descriptors.Chia-chi Yeh2011-07-141-11/+3
* | VPN: Hook up the new control protocol and network state.Chia-chi Yeh2011-07-141-31/+69
|/
* Fix wifi tethering.Robert Greenwalt2011-07-111-2/+0
* VPN: implement status report for legacy VPN.Chia-chi Yeh2011-07-041-12/+51
* VPN: rename some variables.Chia-chi Yeh2011-07-031-35/+35
* VPN: convert prepare() into a form which helps solve race conditions.Chia-chi Yeh2011-07-031-30/+37
* VPN: minor refinement.Chia-chi Yeh2011-07-031-9/+9
* VPN: merge JNI methods.Chia-chi Yeh2011-07-021-20/+7
* VPN: give legacy VPN a fake package name.Chia-chi Yeh2011-07-021-58/+73
* VPN: integrate legacy VPN.Chia-chi Yeh2011-07-011-24/+58
* VPN: Use List<String> instead for dnsServers and searchDomains.Chia-chi Yeh2011-07-011-2/+5
* VPN: rename service(s) to daemon(s) to reduce confusion.Chia-chi Yeh2011-07-011-33/+33
* VPN: fix the build.Chia-chi Yeh2011-07-011-1/+1
* VPN: refactor a little bit for the upcoming integration of legacy VPN.Chia-chi Yeh2011-06-301-27/+25
* VPN: refactor few JNI methods for the usage of legacy VPN.Chia-chi Yeh2011-06-301-16/+23
* VPN: add a method to handle requests of legacy VPNs.Chia-chi Yeh2011-06-291-2/+202