aboutsummaryrefslogtreecommitdiffstats
path: root/net/bootp.c
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* net: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+0
* net: consider option-length when parsing NIS domainHeinrich Schuchardt2024-05-031-1/+1
* net: add support to parse the NIS domain for the dhcp optionsCharles Hardin2024-04-181-0/+8
* net: Get pxe config file from dhcp option 209Sean Edmond2023-11-051-0/+21
* net: bootp: Fall back to BOOTP from DHCP when unit testingSean Anderson2023-10-171-0/+6
* net: bootp: Move port numbers to headerSean Anderson2023-10-171-3/+0
* 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