summaryrefslogtreecommitdiff
path: root/net/bootp.c
Commit message (Expand)AuthorAgeLines
* net: Handle an empty bootp extension sectionAndre Renaud2016-06-12-0/+9
* net: Optionally use pxe client arch from variableAlexander Graf2016-05-27-7/+15
* distro: Add efi pxe boot codeAlexander Graf2016-05-27-2/+11
* bootp: Move vendor class identifier set to functionAlexander Graf2016-05-27-13/+13
* efi_loader: Add network access supportAlexander Graf2016-05-27-0/+2
* bootp: Prevent u-boot from using others responses.Anton Persson2016-03-27-0/+2
* net: bootp: Add environment variable for timeout periodAlexandre Messier2016-02-26-1/+10
* net: Add bootfile in DHCP RequestAlexandre Messier2016-01-28-0/+1
* net: bootp: Ignore packets whose yiaddr is 0Peng Fan2016-01-28-0/+3
* net: parse DHCP options from overloaded file/sname fieldsStefan Brüns2015-10-29-10/+32
* net: Do not overwrite options found in overloaded 'file' fieldStefan Brüns2015-10-29-26/+18
* net: cancel timeout handler after DHCPACKStefan Brüns2015-10-28-0/+1
* net: Fix parsing of Bootp/DHCP option 0 (Pad)Stefan Brüns2015-10-28-1/+10
* net: send RFC1542 compliant value for bootp requestsStefan Brüns2015-10-28-2/+6
* net: reject Bootp/DHCP packets with bad OP valueStefan Brüns2015-10-28-8/+5
* net: protect status led access in bootpThomas Chou2015-10-28-1/+1
* net: bootp fix vci string on SPL-BootHannes Petermaier2015-10-28-1/+3
* net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski2015-09-07-1/+1
* net: Fix incorrect DHCP/BOOTP packets on 64-bit systemsSergey Temerkhanov2015-04-18-17/+16
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-18-16/+17
* net: cosmetic: Clean up DHCP variables and functionsJoe Hershberger2015-04-18-61/+58
* net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger2015-04-18-8/+8
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-18-9/+10
* net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger2015-04-18-24/+27
* net: cosmetic: Fixup var names related to boot fileJoe Hershberger2015-04-18-13/+14
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-18-58/+67
* net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changedWu, Josh2014-12-08-2/+2
* net: More BOOTP retry timeout improvementsThierry Reding2014-08-21-8/+40
* net: BOOTP retry timeout improvementsStephen Warren2014-08-09-7/+31
* bootp can use mdelayPavel Machek2014-07-22-3/+2
* lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak2014-04-02-1/+1
* net/: sparse fixesKim Phillips2012-11-04-3/+3
* OMAP: networking support for SPLIlya Yanok2012-10-01-1/+6
* net/bootp: add VCI support for BOOTP alsoIlya Yanok2012-10-01-6/+16
* net: Quietly ignore DHCP Option 28 (Broadcast Address)Brian Rzycki2012-09-27-0/+2
* net: bootp: fix buildbenoit.thebaudeau@advans2012-07-19-1/+1
* net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAYKim Phillips2012-07-08-1/+3
* net: Add option CONFIG_BOOTP_MAY_FAILJoe Hershberger2012-05-23-0/+5
* net: Fix unused variable compile warningJoe Hershberger2012-05-23-4/+3
* net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger2012-05-23-2/+2
* net: Move debug trace to point of actionJoe Hershberger2012-05-23-1/+1
* net: Refactor bootp packet length computationsJoe Hershberger2012-05-23-11/+13
* net: Refactor IP, UPD, and ICMP header writing functionsJoe Hershberger2012-05-23-4/+4
* net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZEJoe Hershberger2012-05-23-5/+5
* net: cosmetic: Un-typedef Ethernet_tJoe Hershberger2012-05-23-1/+1
* net: cosmetic: Un-typedef IP_tJoe Hershberger2012-05-23-2/+2
* net: Move MAC-seeded rand out of bootp.cJoe Hershberger2012-05-23-55/+12
* net: cosmetic: bootp.* checkpatch complianceJoe Hershberger2012-05-15-167/+173
* net: Remove volatile from net APIJoe Hershberger2012-05-15-2/+2
* bootstage: Plumb in bootstage calls for basic operationsSimon Glass2012-03-18-0/+4