summaryrefslogtreecommitdiff
path: root/net/bootp.c
Commit message (Expand)AuthorAgeFilesLines
* Correct SPL use of NETDEVICESSimon Glass2023-02-101-1/+1
* global: Finish CONFIG -> CFG migrationTom Rini2023-01-201-7/+7
* net: CONFIG_NET_DEVICES in dhcp_handler()Heinrich Schuchardt2022-12-021-1/+1
* efi_loader: Let networking support depend on NETDEVICESJan Kiszka2022-11-061-1/+3
* net: bootp: Make root path (option 17) length configurableAndre Kalb2022-08-081-1/+1
* Convert CONFIG_NET_RETRY_COUNT to KconfigTom Rini2022-03-181-7/+2
* net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAYTom Rini2022-03-031-3/+0
* net: Drop #ifdefs with CONFIG_BOOTP_SERVERIPSimon Glass2022-01-211-2/+3
* net: bootp: Correct VCI string transmissionWalter Stoll2021-11-231-1/+1
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-1/+1
* Adds basic support for ProxyDHCPLyle Franklin2020-12-011-5/+22
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop uuid.h from common headerSimon Glass2020-05-181-0/+1
* env: Move env_get_ulong() to env.hSimon Glass2019-08-111-0/+1
* 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