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