summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/NetworkManagementService.java
Commit message (Expand)AuthorAgeFilesLines
* Request all tethering interfaces, fix corruption.Jeff Sharkey2013-09-101-45/+34
* Setting MTU size for specific network.sy.yun2013-09-061-0/+12
* Add a simple test for NetworkManagementService.Lorenzo Colitti2013-08-231-4/+10
* Notify IP address changes to interface observers.Lorenzo Colitti2013-08-201-0/+57
* Fix supplimentary network connections with VPNsChad Brubaker2013-07-191-0/+20
* Add NetworkManagement support for fwmark routesChad Brubaker2013-07-111-4/+56
* More work on process tracking.Dianne Hackborn2013-06-141-1/+2
* Merge "Add NetworkManagement methods for netd uid binds"Geremy Condra2013-06-131-0/+73
|\
| * Add NetworkManagement methods for netd uid bindsChad Brubaker2013-06-121-0/+73
* | softap: Match new config formatDmitry Shmidt2013-06-111-2/+2
|/
* resolved conflicts for merge of e96a8207 to masterKenny Root2013-06-101-3/+3
|\
| * Avoid logging sensitive data.Jeff Sharkey2013-06-071-3/+3
* | Accumulate network statistics based on deltas.Jeff Sharkey2013-06-061-0/+10
* | softap: Set broadcast option explicitlyDmitry Shmidt2013-04-161-2/+4
|/
* Add BT - DataTracker connectionRobert Greenwalt2013-03-271-27/+0
* Catch RuntimeException in NMService notificationsLorenzo Colitti2013-03-171-0/+6
* Revert "Fail fast if somebody is adding default routes"Wink Saville2013-03-151-2/+2
* Fail fast if somebody is adding default routesRobert Greenwalt2013-03-141-2/+2
* Expose clatd commands to NetworkManagementService.Lorenzo Colitti2013-02-281-0/+39
* Require command and argument separation, cleanup.Jeff Sharkey2013-02-251-15/+9
* Parse network stats using native code.Jeff Sharkey2013-02-131-4/+20
* Escape arguments before passing to netd.Jeff Sharkey2013-02-131-6/+2
* Second pass tying into dns cache per interfaceMattias Falk2013-02-061-0/+26
* Merge "Revert "Second pass tying into dns cache per interface""Robert Greenwalt2013-01-191-26/+0
|\
| * Revert "Second pass tying into dns cache per interface"Robert Greenwalt2013-01-191-26/+0
* | Merge "Second pass tying into dns cache per interface"Robert Greenwalt2013-01-171-0/+26
|\ \ | |/
| * Second pass tying into dns cache per interfaceMattias Falk2013-01-111-0/+26
* | Removed Throttle Manager as obsoleteSasha Levitskiy2013-01-141-43/+0
|/
* Support for dns domain.Robert Greenwalt2012-11-161-2/+4
* Restrict lockdown and firewall to AID_SYSTEM.Jeff Sharkey2012-09-061-6/+15
* Always-on VPN.Jeff Sharkey2012-08-271-1/+2
* Clean up firewall interface method names.Jeff Sharkey2012-08-241-4/+4
* Framework interface for netd firewall.Jeff Sharkey2012-08-241-2/+77
* Setup idletimer for network interface.Haoyu Bai2012-08-101-0/+60
* Network data activity change intent for network interfaces.Haoyu Bai2012-07-171-0/+27
* Netd event code for interface class acitivity.Haoyu Bai2012-07-171-0/+1
* Add TODO comments to remove start/stopReverseTetheringMatthew Xie2012-07-161-4/+6
* Non persistent adapter servicefredc2012-07-161-0/+29
* Cleanup softap interface to netdIrfan Sheriff2012-06-191-7/+6
* Modify logging to debug this issueRobert Greenwalt2012-05-241-1/+1
* Add some logging to NDC.Robert Greenwalt2012-05-151-1/+1
* Merge "Begin collecting xtables iface counters." into jb-devJeff Sharkey2012-05-041-2/+8
|\
| * Begin collecting xtables iface counters.Jeff Sharkey2012-05-011-2/+8
* | Push existing rules when netd reconnects.Jeff Sharkey2012-05-021-51/+98
|/
* Merge "Fix softap start"Irfan Sheriff2012-03-091-1/+0
|\
| * Fix softap startIrfan Sheriff2012-03-091-1/+0
* | Prevent potential stall in dns proxy.Selim Gurun2012-02-271-0/+1
|/
* Log netd traffic nicely.Robert Greenwalt2012-01-201-1/+5
* Move NMS observers to RemoteCallbackList.Jeff Sharkey2011-12-151-29/+33
* Move NMS to CONNECTIVITY_INTERNAL permission.Jeff Sharkey2011-12-141-62/+54