summaryrefslogtreecommitdiffstats
path: root/core/java/android/net
Commit message (Expand)AuthorAgeFilesLines
* Merge "Un-remove legacy ConnectivityManager API." into mnc-devRobert Greenwalt2015-07-281-5/+1
|\
| * Un-remove legacy ConnectivityManager API.Robert Greenwalt2015-07-281-5/+1
* | Always check off-link connectivity in NetworkDiagnostics.Lorenzo Colitti2015-07-271-1/+12
|/
* Merge "Legacy VPN calls to require a userID" into mnc-devRobin Lee2015-07-101-1/+1
|\
| * Legacy VPN calls to require a userIDRobin Lee2015-07-071-1/+1
* | Merge "Enable EMERGENCY mobile connections." into mnc-devRobert Greenwalt2015-07-102-2/+4
|\ \
| * | Enable EMERGENCY mobile connections.Robert Greenwalt2015-07-092-2/+4
* | | Merge "Add android.net.CaptivePortal class for captive-portal-handling-app ca...Paul Jensen2015-07-104-100/+155
|\ \ \
| * | | Add android.net.CaptivePortal class for captive-portal-handling-app callbacksPaul Jensen2015-07-094-100/+155
* | | | Revive NetworkInfo's SUSPENDED state.Robert Greenwalt2015-07-081-35/+56
| |/ / |/| |
* | | Expose time-interval detail query on INetworkStatsSessionZoltan Szatmary-Ban2015-07-071-0/+2
| |/ |/|
* | Add ConnectivityManager.unregisterNetworkCallback(PendingIntent) APIPaul Jensen2015-06-301-1/+14
|/
* Fix use of reachable DNS server logicErik Kline2015-06-301-1/+38
* Disallow requesting networks with mutable NetworkCapabilities.Paul Jensen2015-06-231-0/+20
* Add NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTALPaul Jensen2015-06-231-1/+7
* Merge "Re-hide onPreCheck and unhide NET_CAPABILITY_VALIDATED." into mnc-devLorenzo Colitti2015-06-232-1/+2
|\
| * Re-hide onPreCheck and unhide NET_CAPABILITY_VALIDATED.Lorenzo Colitti2015-06-112-1/+2
* | Merge "Add ConnectivityManager.registerNetworkCallback(NetworkRequest, Pendin...Paul Jensen2015-06-201-1/+39
|\ \
| * | Add ConnectivityManager.registerNetworkCallback(NetworkRequest, PendingIntent)Paul Jensen2015-06-181-1/+39
* | | Merge "system_server: add two child chains to firewall" into mnc-devXiaohui Chen2015-06-171-0/+11
|\ \ \
| * | | system_server: add two child chains to firewallXiaohui Chen2015-06-171-0/+11
* | | | Merge "Remove dead hidden ConnectivityManager and NetworkInfo APIs." into mnc...Paul Jensen2015-06-163-81/+0
|\ \ \ \
| * | | | Remove dead hidden ConnectivityManager and NetworkInfo APIs.Paul Jensen2015-06-163-81/+0
| | |/ / | |/| |
* | | | Merge "Update file size formatting." into mnc-devJeff Sharkey2015-06-161-0/+2
|\ \ \ \
| * | | | Update file size formatting.Jeff Sharkey2015-06-151-0/+2
| |/ / /
* | | | Add a test that Network#getNetworkHandle() behaves sanely.Erik Kline2015-06-151-0/+3
|/ / /
* | | Add logging to help debug this issue.Robert Greenwalt2015-06-101-1/+21
| |/ |/|
* | Merge "Remove network requests properly." into mnc-devRobert Greenwalt2015-06-111-2/+8
|\ \ | |/ |/|
| * Remove network requests properly.Robert Greenwalt2015-06-101-2/+8
* | Make public Network#bindSocket(FileDescriptor).Erik Kline2015-06-091-13/+31
|/
* Send neighbors into NUD_PROBE rather than NUD_DELAYErik Kline2015-06-011-7/+1
* Treat RTM_DELNEIGH as a transition to NUD_NONEErik Kline2015-06-011-3/+2
* Merge "Add javadoc comments mentioning ConnectivityManager API permissions." ...Paul Jensen2015-05-261-70/+70
|\
| * Add javadoc comments mentioning ConnectivityManager API permissions.Paul Jensen2015-05-191-70/+70
* | Notify only on loss of provisioning.Erik Kline2015-05-222-87/+127
* | LinkProperties function to compare provisioning and remove DNS serversErik Kline2015-05-211-3/+67
* | Merge "LCE feature enhancement" into mnc-devfenglu2015-05-201-2/+18
|\ \
| * | LCE feature enhancementfenglu2015-05-191-2/+18
| |/
* | Merge "Undeprecate android.net.ProxyInfo as it's still used." into mnc-devPaul Jensen2015-05-201-6/+0
|\ \
| * | Undeprecate android.net.ProxyInfo as it's still used.Paul Jensen2015-05-191-6/+0
| |/
* | Merge "Set NLM_F_ACK in our RTM_NEWNEIGH requests" into mnc-devErik Kline2015-05-205-40/+65
|\ \
| * | Set NLM_F_ACK in our RTM_NEWNEIGH requestsErik Kline2015-05-205-40/+65
* | | Merge "Add a hidden method to clear the capabilities of a NetworkRequest" int...Lorenzo Colitti2015-05-201-0/+12
|\ \ \ | |/ / |/| |
| * | Add a hidden method to clear the capabilities of a NetworkRequestLorenzo Colitti2015-05-201-0/+12
* | | Close netlink socket when shutting down IpReachabilityMonitorErik Kline2015-05-201-7/+8
| |/ |/|
* | Merge "Query HTTP proxy for network via a new API to avoid permissions except...Paul Jensen2015-05-194-23/+31
|\ \ | |/ |/|
| * Query HTTP proxy for network via a new API to avoid permissions exceptionsPaul Jensen2015-05-184-23/+31
* | Merge "Make NET_CAPABILITY_VALIDATED (almost) a first-class citizen." into mn...Lorenzo Colitti2015-05-191-0/+1
|\ \
| * | Make NET_CAPABILITY_VALIDATED (almost) a first-class citizen.Lorenzo Colitti2015-05-191-0/+1
* | | Merge "Support cross-user VPN calls (with permission)" into mnc-devRobin Lee2015-05-192-7/+8
|\ \ \ | |/ / |/| |