summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/ConnectivityService.java
Commit message (Expand)AuthorAgeFilesLines
* connectivity-service: fix/improve unique hostnameAlexander Wuerstlein2016-09-021-7/+13
* Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/fr...Steve Kondik2016-03-111-5/+22
|\
| * Debug logging for when getActiveNetworkInfo returns BLOCKED.Lorenzo Colitti2016-01-211-5/+22
* | connectivity: Configure additional TCP parametersSteve Kondik2015-12-161-0/+32
* | Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/fra...Steve Kondik2015-12-071-11/+13
|\ \ | |/
| * Reinstate CHANGE_NETWORK_STATE as a normal permission.Lorenzo Colitti2015-10-221-4/+1
| * Don't buzz when automatically connecting to captive portalsLorenzo Colitti2015-10-211-1/+1
| * Merge "Don't crash if an invalid always-on VPN profile is configured." into m...Erik Kline2015-10-141-0/+5
| |\
| | * Don't crash if an invalid always-on VPN profile is configured.Lorenzo Colitti2015-10-131-0/+5
| * | Merge "Push firewall rules up to ConnectivityService." into mnc-dr-devJeff Sharkey2015-10-121-6/+6
| |\ \ | | |/ | |/|
| | * Push firewall rules up to ConnectivityService.Jeff Sharkey2015-09-141-6/+6
* | | fw: Move Secure settings to CMSettingsd34d2015-11-121-2/+3
* | | Merge tag 'android-6.0.0_r26' into HEADRicardo Cerqueira2015-11-051-19/+146
|\ \ \ | |/ /
| * | Framework fixes for RSSI offload.Lorenzo Colitti2015-09-151-7/+24
| |/
| * Add tests for the PacketKeepalive API.Lorenzo Colitti2015-09-091-1/+1
| * Get rid of shortSleep() in ConnectivityServiceTest.Lorenzo Colitti2015-09-081-4/+12
| * Cut down some logs.Robert Greenwalt2015-09-031-2/+2
| * Add SUPL-specific network bcastRobert Greenwalt2015-09-011-2/+6
| * am 886e7a63: Merge "Change default cellular activity timeout to 10" into mnc-devAdam Lesinski2015-08-191-1/+1
| |\
| * \ am 70f998e5: Merge "Bug: 21588539 Move CHANGE_NETWORK_STATE to be in SYSTEM_S...Billy Lau2015-08-071-3/+4
| |\ \
| * \ \ resolved conflicts for merge of dbc4edcc to mnc-dr-devPaul Jensen2015-08-051-1/+14
| |\ \ \
| * \ \ \ am 410abcdb: Merge "Revise lockdown check in getLegacyVpnInfo()" into mnc-devHung-ying Tyan2015-07-311-1/+4
| |\ \ \ \
| * \ \ \ \ am a991c66c: Merge "Fix missing onLost NetworkCallbacks when network loses ca...Paul Jensen2015-07-301-35/+78
| |\ \ \ \ \
| * \ \ \ \ \ resolved conflicts for merge of 30813942 to mnc-dr-devPaul Jensen2015-07-291-8/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am e288b3af: Merge changes I5c994de5,I6cb0dd84 into mnc-devLorenzo Colitti2015-07-281-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Pass signal strength thresholds inside a BundleErik Kline2015-07-181-12/+5
| * | | | | | | | Support NetworkCallbacks based on signal strength.Lorenzo Colitti2015-07-181-1/+50
| * | | | | | | | ConnectivityManager API for for packet keepalives.Lorenzo Colitti2015-07-181-1/+56
| * | | | | | | | Make immutable NetworkCapabilities more explicit.Lorenzo Colitti2015-07-181-10/+11
* | | | | | | | | base: ConnectivityServer: Don't reap the new networkChristopher R. Palmer2015-10-261-1/+1
* | | | | | | | | Add an option to change the device hostname (1/2).Alex Avance2015-10-251-1/+6
* | | | | | | | | SOFTAP: implement SOFTAP new requirement in framework.Nalla Kartheek2015-10-061-0/+9
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Change default cellular activity timeout to 10Adam Lesinski2015-08-181-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge "Bug: 21588539 Move CHANGE_NETWORK_STATE to be in SYSTEM_SETTINGS" into...Billy Lau2015-08-071-3/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Bug: 21588539 Move CHANGE_NETWORK_STATE to be in SYSTEM_SETTINGSBilly Lau2015-08-071-3/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge "Fix NOT_RESTRICTED network capability and enforce it." into mnc-devPaul Jensen2015-08-051-1/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix NOT_RESTRICTED network capability and enforce it.Paul Jensen2015-08-041-1/+14
| |/ / / /
* | | | | Merge "Revise lockdown check in getLegacyVpnInfo()" into mnc-devHung-ying Tyan2015-07-311-1/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Revise lockdown check in getLegacyVpnInfo()Hung-ying Tyan2015-07-301-1/+4
| | |/ / | |/| |
* | | | Merge "Fix missing onLost NetworkCallbacks when network loses capability" int...Paul Jensen2015-07-301-35/+78
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix missing onLost NetworkCallbacks when network loses capabilityPaul Jensen2015-07-281-35/+78
| | |/ | |/|
* | | Merge "Disable WiFi autojoin when user decides via "Stay connected?" dialog" ...Paul Jensen2015-07-291-8/+4
|\ \ \ | |_|/ |/| |
| * | Disable WiFi autojoin when user decides via "Stay connected?" dialogPaul Jensen2015-07-161-8/+4
* | | Always check off-link connectivity in NetworkDiagnostics.Lorenzo Colitti2015-07-271-1/+1
| |/ |/|
* | Merge "Log NetworkRequestInfo to get more detailed history" into mnc-devErik Kline2015-07-141-12/+27
|\ \
| * | Log NetworkRequestInfo to get more detailed historyErik Kline2015-07-141-12/+27
* | | Fix filter on CONNECTIVITY_ACTION updatesRobert Greenwalt2015-07-101-1/+2
|/ /
* | Merge "Legacy VPN calls to require a userID" into mnc-devRobin Lee2015-07-101-3/+3
|\ \ | |/ |/|
| * Legacy VPN calls to require a userIDRobin Lee2015-07-071-3/+3
* | Fix build break.Paul Jensen2015-07-101-2/+1