summaryrefslogtreecommitdiff
path: root/net/bootp.c
Commit message (Expand)AuthorAgeFilesLines
* net: Add option to prefer bootp/dhcp serveripAlexander Graf2018-07-021-1/+6
* net: Prefer command line argumentsAlexander Graf2018-07-021-5/+9
* net: bootp: Fix compile error processing ntpserver optionChris Packham2018-05-141-1/+1
* net: dhcp: Allow "MAY_FAIL" to still try each adapterJoe Hershberger2018-01-151-5/+12
* net: Remove nfs.h include from bootp.cJoe Hershberger2018-01-151-1/+0
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-5/+5
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* status_led: Kconfig migrationUri Mashiach2017-01-211-3/+3
* 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