summaryrefslogtreecommitdiff
path: root/net/bootp.c
AgeCommit message (Expand)Author
2023-02-10Correct SPL use of NETDEVICESSimon Glass
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2022-12-02net: CONFIG_NET_DEVICES in dhcp_handler()Heinrich Schuchardt
2022-11-06efi_loader: Let networking support depend on NETDEVICESJan Kiszka
2022-08-08net: bootp: Make root path (option 17) length configurableAndre Kalb
2022-03-18Convert CONFIG_NET_RETRY_COUNT to KconfigTom Rini
2022-03-03net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAYTom Rini
2022-01-21net: Drop #ifdefs with CONFIG_BOOTP_SERVERIPSimon Glass
2021-11-23net: bootp: Correct VCI string transmissionWalter Stoll
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2020-12-01Adds basic support for ProxyDHCPLyle Franklin
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2019-08-11env: Move env_get_ulong() to env.hSimon Glass
2018-07-02net: Add option to prefer bootp/dhcp serveripAlexander Graf
2018-07-02net: Prefer command line argumentsAlexander Graf
2018-05-14net: bootp: Fix compile error processing ntpserver optionChris Packham
2018-01-15net: dhcp: Allow "MAY_FAIL" to still try each adapterJoe Hershberger
2018-01-15net: Remove nfs.h include from bootp.cJoe Hershberger
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-01-21status_led: Kconfig migrationUri Mashiach
2016-06-12net: Handle an empty bootp extension sectionAndre Renaud
2016-05-27net: Optionally use pxe client arch from variableAlexander Graf
2016-05-27distro: Add efi pxe boot codeAlexander Graf
2016-05-27bootp: Move vendor class identifier set to functionAlexander Graf
2016-05-27efi_loader: Add network access supportAlexander Graf
2016-03-27bootp: Prevent u-boot from using others responses.Anton Persson
2016-02-26net: bootp: Add environment variable for timeout periodAlexandre Messier
2016-01-28net: Add bootfile in DHCP RequestAlexandre Messier
2016-01-28net: bootp: Ignore packets whose yiaddr is 0Peng Fan
2015-10-29net: parse DHCP options from overloaded file/sname fieldsStefan Brüns
2015-10-29net: Do not overwrite options found in overloaded 'file' fieldStefan Brüns
2015-10-28net: cancel timeout handler after DHCPACKStefan Brüns
2015-10-28net: Fix parsing of Bootp/DHCP option 0 (Pad)Stefan Brüns
2015-10-28net: send RFC1542 compliant value for bootp requestsStefan Brüns
2015-10-28net: reject Bootp/DHCP packets with bad OP valueStefan Brüns
2015-10-28net: protect status led access in bootpThomas Chou
2015-10-28net: bootp fix vci string on SPL-BootHannes Petermaier
2015-09-07net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski
2015-04-18net: Fix incorrect DHCP/BOOTP packets on 64-bit systemsSergey Temerkhanov
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger
2015-04-18net: cosmetic: Clean up DHCP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2015-04-18net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger