summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clear all Ethernet state when our interface goes away.staging/cm-12.0-cafstable/cm-12.0-YNG4Nstable/cm-12.0-YNG3Cstable/cm-12.0-YNG1TAstable/cm-12.0-YNG1Tstable/cm-12.0-YNG1Icm-12.0Lorenzo Colitti2014-10-011-1/+6
| | | | | | | | | Previously we did not stop DHCP or try to force a disconnect. This made it impossible to reconnect by unplugging and replugging an USB Ethernet adapter. Bug: 17736828 Change-Id: Idd8576a96b063b5ca726ee9149800bdcb0f62bd1
* Don't accept score below 0.Robert Greenwalt2014-09-101-1/+7
| | | | | | | | | Network Factories are allowed to go below, but networks need to be constrained. Allowing the network to go below 0 meant that -1 could sometimes leak through and foul the logic. bug:17361330 Change-Id: Ife34ca0f9c233dd3c3df80f6fea580af43afcdeb
* Use config resource for tcp buffer sizeRobert Greenwalt2014-08-211-4/+5
| | | | | bug:16549611 Change-Id: I48426f6b746e4bd9729bdd529d81b163ff5112a9
* Actually provide useful output in Ethernet service dump.Lorenzo Colitti2014-08-192-2/+28
| | | | | Bug: 17133859 Change-Id: Ic8424004e48712e4dd906d5bb6a48ce7d38ff9d8
* Stop using LinkProperties for static configuration.Lorenzo Colitti2014-08-193-33/+41
| | | | | | | | | Also make static IP configuration more robust (e.g., tear down our NetworkAgent when we switch between static and DHCP). Bug: 16114392 Bug: 16893413 Change-Id: Ib33f35c004e30b6067bb20235ffa43c247d174df
* Add tcp buffer size data for ethernetRobert Greenwalt2014-08-151-0/+5
| | | | | bug: 16549611 Change-Id: I61d29bb88b9e58c50e03c39570f3ebb7712e4f37
* DO NOT MERGE Don't tear down based on NetworkFactory input.Robert Greenwalt2014-07-221-26/+25
| | | | | | | | | | | NetworkFactory only indicates if we're interested in new connections. It shouldn't be used to tear down existing connections (they have unwanted callbacks for that). Supports linger properly as well as dealing with tie scores. bug:15612739 Change-Id: Ib3dfe673d3645b9dc4756c176958409a64ec32e4 (cherry picked from commit ed75bcf13a0b416843cf8d8e349a3340ae270f9d)
* am 4b1ec3fc: Make NetworkCapabilities publicly immutable.Robert Greenwalt2014-06-121-3/+2
|\ | | | | | | | | * commit '4b1ec3fc8e4e4b432328297c45519fa4f6baa3cd': Make NetworkCapabilities publicly immutable.
| * Make NetworkCapabilities publicly immutable.Robert Greenwalt2014-06-111-3/+2
| | | | | | | | | | | | | | Applying API council comments. bug: 15142362 Change-Id: Ie0bde68b72656a676d90c0343b9756fe9268d8d6
* | am ff0bf8dc: Fix ethernet.Robert Greenwalt2014-06-061-11/+0
|\| | | | | | | | | * commit 'ff0bf8dcf33f32eee17a6af5f688f6b5fef13aac': Fix ethernet.
| * Fix ethernet.Robert Greenwalt2014-06-041-11/+0
| | | | | | | | | | | | | | | | It was attempting to update the NetworkAgent before the NetworkAgent was created, causing NullPointerExceptions. bug:15407938 Change-Id: Ie36b906df4b12f095a16d1b30c847a55b074d60c
* | am 0d1b1749: Apply refactored NetworkFactory.Robert Greenwalt2014-06-040-0/+0
|\| | | | | | | | | * commit '0d1b1749dad71372d9baeb0f852d3d91fccac73d': Apply refactored NetworkFactory.
| * Apply refactored NetworkFactory.Robert Greenwalt2014-06-031-118/+69
| | | | | | | | | | | | | | | | | | Make NetworkFactory a concrete class and divide responsibilites between it and NetworkAgent. Factory will track requests and by default give a single connect/disconnect api for ease of use. Then NetworkAgent is created and destroyed as needed with very simple logic. Change-Id: I401c14a6e5466f2fc63b04219b97ff85bb9af291 (cherry picked from commit a0a5625c7fa746d363b743ff7c662888a459d392)
* | Apply refactored NetworkFactory.Robert Greenwalt2014-06-021-118/+69
| | | | | | | | | | | | | | | | Make NetworkFactory a concrete class and divide responsibilites between it and NetworkAgent. Factory will track requests and by default give a single connect/disconnect api for ease of use. Then NetworkAgent is created and destroyed as needed with very simple logic. Change-Id: I401c14a6e5466f2fc63b04219b97ff85bb9af291
* | am 044a758e: (-s ours) DO NOT MERGE - Make Ethernet more reliable.Lorenzo Colitti2014-05-280-0/+0
|\| | | | | | | | | * commit '044a758ebb1e38df875a45e9cfe84f4a53352aba': DO NOT MERGE - Make Ethernet more reliable.
| * DO NOT MERGE - Make Ethernet more reliable.Lorenzo Colitti2014-05-281-22/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. If DHCP fails, set the score to 0. Coupled with changes in NetworkAgent, that will cause us to retry DHCP the next time the link is plugged in. 2. Send LinkProperties before sending NetworkInfo, because of a race in NetworkAgent. 3. Make Ethernet work properly after a runtime restart. 4. Improve locking. 5. Clarify how things work in comments. Bug: 15295359 Change-Id: I06cd683a1633838bca1ec177e61f1829889d3934 (cherry picked from commit 8c797f82fd3856effc121cb2d096fabbb66221a1)
* | Make Ethernet more reliable.Lorenzo Colitti2014-05-281-22/+85
|/ | | | | | | | | | | | | | 1. If DHCP fails, set the score to 0. Coupled with changes in NetworkAgent, that will cause us to retry DHCP the next time the link is plugged in. 2. Send LinkProperties before sending NetworkInfo, because of a race in NetworkAgent. 3. Make Ethernet work properly after a runtime restart. 4. Improve locking. 5. Clarify how things work in comments. Bug: 15295359 Change-Id: I06cd683a1633838bca1ec177e61f1829889d3934
* Initial EthernetService implementation.Lorenzo Colitti2014-05-215-0/+713
| | | | | | Bug: 14981801 Bug: 14993642 Change-Id: If392ef7063e096854ef830f4fe3b038439a1d307
* Initial empty repositoryAlex Cheung2014-05-200-0/+0