summaryrefslogtreecommitdiffstats
path: root/core/java/android/net
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | Support cross-user VPN calls (with permission)Robin Lee2015-05-182-7/+8
* | | Add IpReachabilityMonitor#probeAll() to begin doing DNAv4/v6-like probingErik Kline2015-05-196-19/+129
|/ /
* | Initial IpReachabilityMonitor implementation.Erik Kline2015-05-131-0/+354
* | Merge "Add basic netlink library code." into mnc-devErik Kline2015-05-1310-0/+1252
|\ \
| * | Add basic netlink library code.Erik Kline2015-05-1310-0/+1252
| |/
* | Deprecate ConnectivityManager.isNetworkTypeValid as it's unneeded.Paul Jensen2015-05-121-0/+2
|/
* am ad44d814: am 3dc08220: am b57f236e: Merge changes Icf7d67e2,Ia914ec88,I249...Lorenzo Colitti2015-05-012-82/+82
|\
| * Add a hidden method to clear NetworkCapabilities.Lorenzo Colitti2015-05-011-2/+17
| * Fix javadoc error for requestNetwork.Lorenzo Colitti2015-05-011-12/+17
| * Simplify network callback handling code.Lorenzo Colitti2015-05-011-64/+36
| * Document and unhide CALLBACK_PRECHECK.Lorenzo Colitti2015-05-011-4/+12