summaryrefslogtreecommitdiffstats
path: root/services/net
Commit message (Expand)AuthorAgeFilesLines
* resolve merge conflicts of 89aa6fb to mnc-dr-devHugo Benichi2017-02-031-0/+9
* Do not crash on malformed DHCP packets.Hugo Benichi2017-02-031-6/+21
* Ensure DHCP requests have nonempty hostnamesAlexander Wuerstlein2016-08-311-1/+6
* Don't crash if a DHCP server doesn't send the server ID option.Lorenzo Colitti2015-10-291-4/+10
* Connect the DHCP UDP socket to the server.Lorenzo Colitti2015-10-111-7/+19
* Support DHCP replies with multiple default gateways.Lorenzo Colitti2015-10-083-15/+20
* Accept DHCP responses from non-67 server source portsErik Kline2015-10-081-2/+14
* Improve logging of DHCP parse errors using exceptions.Erik Kline2015-10-082-28/+49
* Give the DhcpClient alarm broadcasts foreground priority.Lorenzo Colitti2015-09-251-2/+3
* am 0a76afb9: Merge "Don\'t crash on (invalid) hardware address lengths > 127....Ian Pedowitz2015-09-031-2/+13
|\
| * Don't crash on (invalid) hardware address lengths > 127.Lorenzo Colitti2015-09-031-2/+13
* | am e022cb08: Merge "Don\'t attempt to stop the receive thread if we never sta...Lorenzo Colitti2015-08-121-1/+4
|\ \ | |/
| * Don't attempt to stop the receive thread if we never started it.Lorenzo Colitti2015-08-111-1/+4
* | ConnectivityManager API for for packet keepalives.Lorenzo Colitti2015-07-181-0/+151
|/
* Fix two parsing bugs in new DHCP client.Lorenzo Colitti2015-07-061-2/+28
* Correctly time out CMD_START_DHCP.Lorenzo Colitti2015-06-081-18/+60
* Actually close sockets when stopping the receive thread.Lorenzo Colitti2015-06-041-5/+13
* Actually fall back from yiaddr to ciaddr.Lorenzo Colitti2015-06-043-10/+10
* Make RenewingState time out as well.Lorenzo Colitti2015-06-031-15/+21
* Remove the IPv4 address from the interface when DHCP fails.Lorenzo Colitti2015-06-031-12/+25
* Merge "Fix DHCP lease time parsing." into mnc-devLorenzo Colitti2015-06-022-12/+38
|\
| * Fix DHCP lease time parsing.Lorenzo Colitti2015-06-022-12/+38
* | pass a defensive copy of DhcpResultsErik Kline2015-06-021-6/+7
* | Specify more information in DhcpClient PendingIntents.Lorenzo Colitti2015-05-261-4/+5
|/
* Merge commit '4cb5d80' into merge2Etan Cohen2015-04-249-36/+50
|\
| * Set the secs field in the BOOTP header.Lorenzo Colitti2015-04-219-36/+50
| * Deal with null characters in string options.Lorenzo Colitti2015-04-011-6/+18
* | Always send the DHCP client identifier.Lorenzo Colitti2015-04-225-14/+19
* | Log DHCP replies that we can't parse.Lorenzo Colitti2015-04-221-0/+4
* | Merge commit 'b2ff415' into merge_workPrerepa Viswanadham2015-04-101-2/+4
|\ \ | |/
| * Don't log errors if the receive thread is stopped.Lorenzo Colitti2015-03-311-2/+4
| * DHCP: Don't write options longer than 255 bytes.Lorenzo Colitti2015-03-171-14/+23
| * DHCP: parsing robustness fixes.Lorenzo Colitti2015-03-171-105/+123
| * DHCP: Add a Java DHCP client.Lorenzo Colitti2015-03-171-0/+807
| * DHCP: protocol changes.Lorenzo Colitti2015-03-173-18/+91
| * DHCP: glue code.Lorenzo Colitti2015-03-161-3/+58
| * DHCP: Ethernet/IP packet header changes.Lorenzo Colitti2015-03-161-7/+31
| * DHCP: Minor cleanups to the packet code.Lorenzo Colitti2015-03-169-234/+83
| * DHCP: Move the packet code to frameworks/base/services.Lorenzo Colitti2015-03-1610-0/+1559
* Deal with null characters in string options.Lorenzo Colitti2015-04-011-6/+18
* DHCP: Don't write options longer than 255 bytes.Lorenzo Colitti2015-03-201-14/+23
* DHCP: parsing robustness fixes.Lorenzo Colitti2015-03-201-105/+123
* DHCP: Add a Java DHCP client.Lorenzo Colitti2015-03-201-0/+807
* DHCP: protocol changes.Lorenzo Colitti2015-03-203-18/+91
* DHCP: glue code.Lorenzo Colitti2015-03-201-3/+58
* DHCP: Ethernet/IP packet header changes.Lorenzo Colitti2015-03-201-7/+31
* DHCP: Minor cleanups to the packet code.Lorenzo Colitti2015-03-209-234/+83
* DHCP: Move the packet code to frameworks/base/services.Lorenzo Colitti2015-03-2010-0/+1559