summaryrefslogtreecommitdiffstats
path: root/services/net/java/android/net/dhcp/DhcpPacket.java
Commit message (Expand)AuthorAgeFilesLines
* Do not crash on malformed DHCP packets.Hugo Benichi2017-02-031-6/+21
* Ensure DHCP requests have nonempty hostnamesAlexander Wuerstlein2016-08-311-1/+6
* Support DHCP replies with multiple default gateways.Lorenzo Colitti2015-10-081-11/+16
* 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-081-20/+40
* Don't crash on (invalid) hardware address lengths > 127.Lorenzo Colitti2015-09-031-2/+13
* Fix two parsing bugs in new DHCP client.Lorenzo Colitti2015-07-061-2/+28
* Actually fall back from yiaddr to ciaddr.Lorenzo Colitti2015-06-041-6/+6
* Fix DHCP lease time parsing.Lorenzo Colitti2015-06-021-1/+21
* Merge commit '4cb5d80' into merge2Etan Cohen2015-04-241-17/+24
|\
| * Set the secs field in the BOOTP header.Lorenzo Colitti2015-04-211-17/+24
| * 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-171-14/+23
| * DHCP: parsing robustness fixes.Lorenzo Colitti2015-03-171-105/+123
| * DHCP: protocol changes.Lorenzo Colitti2015-03-171-14/+81
| * 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-161-56/+52
| * DHCP: Move the packet code to frameworks/base/services.Lorenzo Colitti2015-03-161-0/+896
* Always send the DHCP client identifier.Lorenzo Colitti2015-04-221-0/+10
* 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: protocol changes.Lorenzo Colitti2015-03-201-14/+81
* 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-201-56/+52
* DHCP: Move the packet code to frameworks/base/services.Lorenzo Colitti2015-03-201-0/+896