summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/NetworkManagementService.java
Commit message (Expand)AuthorAgeFilesLines
* NetworkManagementService: Remove 'maxkbs' parameter from throttle APISan Mehat2010-04-071-2/+2
* NetworkManagementService: Combine setInterfaceRx/Tx throttle and add max speedSan Mehat2010-04-021-10/+2
* NetworkManagementService: Add interface counters & throttle APISan Mehat2010-04-011-0/+89
* Update Framework to support multiple dhpc rangesRobert Greenwalt2010-03-251-2/+8
* Allow space in SSIDIrfan Sheriff2010-03-191-3/+3
* Clean up changing AP configurationIrfan Sheriff2010-03-181-10/+26
* softAp framework changesIrfan Sheriff2010-03-161-4/+31
* Wifi AP framework changes first passIrfan Sheriff2010-03-041-0/+19
* Fix off by one error in NetworkManagementService.isUsbRNDISStarted()Mike Lockwood2010-03-031-1/+1
* Switch the services library to using the new SlogJoe Onorato2010-03-011-11/+11
* Add USB RNDIS enable/disable controlRobert Greenwalt2010-02-231-2/+2
* Add USB RNDIS enable/disable controlRobert Greenwalt2010-02-181-0/+31
* Make the simulator boot again.Marco Nelissen2010-02-181-0/+5
* Add Java hookup to netd interface notifications.Robert Greenwalt2010-02-181-2/+29
* First pass at USB Tethering.Robert Greenwalt2010-02-041-8/+9
* NetworkManagementService: Start service when SystemServer starts upSan Mehat2010-01-261-1/+1
* NetworkManagementService: Introduce INetworkManagementEventObserverSan Mehat2010-01-221-0/+55
* NetworkManagementService: Introduce API methods for configuring interfacesSan Mehat2010-01-221-2/+73
* INetworkManagementService: Add support for enumerating TTYs and attaching ppp...San Mehat2010-01-201-65/+31
* framework: Introduce INetworkManagementService for communicating with netdSan Mehat2010-01-191-0/+303