summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/NetworkManagementService.java
Commit message (Expand)AuthorAgeFilesLines
* Only use mDefaultDns if the network claims to offer InternetLorenzo Colitti2014-12-021-7/+11
* Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-221-1/+1
* Revert "Additional changes to SubscriptionManager API as per API council."Wink Saville2014-11-201-1/+1
* Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-191-1/+1
* Add support for running 464xlat on wifi as well.Lorenzo Colitti2014-10-301-0/+11
* Support more than one clatd at a time.Lorenzo Colitti2014-10-291-4/+4
* Send app permissions to netd.Sreeram Ramachandran2014-10-011-22/+34
* Block address families with routes, not NetworkAgent side channelLorenzo Colitti2014-09-231-35/+0
* Support non-unicast route types: unreachable and throw.Lorenzo Colitti2014-09-221-4/+18
* Pass the socket mark for DNS queries to dnsmasq.Lorenzo Colitti2014-08-291-2/+5
* Revert DNS cache flush command deletion from "Cleanup: Delete dead code."Paul Jensen2014-08-061-0/+10
* Prohibit address families by default unless a VPN explicitly allows them.Sreeram Ramachandran2014-07-281-0/+35
* Implement support for bypassable VPNs.Sreeram Ramachandran2014-07-251-2/+3
* Cleanup: Delete dead code.Sreeram Ramachandran2014-07-221-41/+2
* Fix WiFi-Direct.Sreeram Ramachandran2014-07-221-28/+37
* Remove unnecessary code and APIs.Sreeram Ramachandran2014-07-111-15/+0
* Delete unused APIs in NetworkManagementService.Sreeram Ramachandran2014-07-111-37/+0
* Convert Vpn from NetworkStateTracker to NetworkAgent.Paul Jensen2014-07-101-33/+73
* Mobile_radio in battery history is not accurateWink Saville2014-06-221-2/+10
* Notify network observers of route changes.Lorenzo Colitti2014-06-171-0/+65
* Merge kwd to masterWink Saville2014-06-131-1/+4
* Minor changes to the LinkAddress API docs.Lorenzo Colitti2014-06-101-5/+5
* Add a new IpPrefix class and use it in RouteInfo.Sreeram Ramachandran2014-06-101-4/+4
* Support legacy routes added by apps via ensureRouteToHost().Sreeram Ramachandran2014-05-291-6/+9
* Battery monitoring fixes:Dianne Hackborn2014-05-221-3/+2
* Separate network and interface addition/removal netd APIs.Paul Jensen2014-05-141-2/+24
* Specify netId when adding/removing routes.Sreeram Ramachandran2014-05-141-50/+9
* Update netd API.Sreeram Ramachandran2014-05-141-30/+2
* Use NetId instead of interface name when communicating DNS changes to netd.Paul Jensen2014-05-141-80/+7
* Update the API for permission set/clear.Sreeram Ramachandran2014-05-141-4/+5
* Update netd interfaceRobert Greenwalt2014-05-141-44/+15
* Add multinetwork netd callsRobert Greenwalt2014-05-141-0/+164
* First pass on multinetwork frameworkRobert Greenwalt2014-05-121-0/+20
* Start collecting mobile radio activity from the radio.Dianne Hackborn2014-04-241-30/+89
* Make sure events handled on same looperRobert Greenwalt2014-04-211-65/+99
* Merge "Battery stats: wake locks, radio active, cleanup."Dianne Hackborn2014-03-241-1/+5
|\
| * Battery stats: wake locks, radio active, cleanup.Dianne Hackborn2014-03-241-1/+5
* | am 7f623d6b: am 9506e84b: am c7726147: am 1fce89d9: am de4e7b49: Merge "Inclu...Chad Brubaker2014-03-241-2/+2
|\ \ | |/ |/|
| * am c7726147: am 1fce89d9: am de4e7b49: Merge "Include the interface for clear...Chad Brubaker2014-03-211-2/+2
| |\
| | * am 1fce89d9: am de4e7b49: Merge "Include the interface for clearDnsInterfaceF...Chad Brubaker2014-03-211-2/+2
* | | Battery stats: track actually running timeDianne Hackborn2014-03-211-1/+1
* | | Include elapsed realtime (nanos) of the event in the radio state change notif...Ashish Sharma2014-03-181-5/+13
* | | Hold a wake lock while dispatching network activity events.Dianne Hackborn2014-02-281-15/+101
* | | Improve how battery stats collects network stats.Dianne Hackborn2014-02-241-2/+3
* | | am fef3dd01: am 41185c84: am df47ecaa: am 02a64dae: Merge "Tethering: Skip li...Jeff Sharkey2014-02-181-2/+14
|\ \ \ | |/ /
| * | am df47ecaa: am 02a64dae: Merge "Tethering: Skip link local addresses when en...Jeff Sharkey2014-02-181-2/+14
| |/
* | Start tracking radio up time.Dianne Hackborn2014-02-131-2/+20
|/
* Move some system services to separate directoriesAmith Yamasani2013-12-191-0/+1810