summaryrefslogtreecommitdiff
path: root/net/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: Fixed IPv6 string to address conversion off-by-one errorEhsan Mohandesi2023-02-021-1/+1
* net: tftp: Fix for DATA ACK for block count out of orderSean Edmond2023-02-021-0/+8
* net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov2022-12-051-5/+53
* net: tftp: sanitize tftp block size, especially for TXRasmus Villemoes2022-11-281-0/+47
* net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #ifRasmus Villemoes2022-11-281-28/+28
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* net: Remove CONFIG_SYS_DIRECT_FLASH_TFTPTom Rini2022-08-041-39/+13
* net: tftp: fix tftp server initializationArjan Minzinga Zijlstra2022-04-121-0/+2
* Convert CONFIG_NET_RETRY_COUNT to KconfigTom Rini2022-03-181-8/+2
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* WS cleanup: remove trailing empty linesWolfgang Denk2021-09-301-1/+0
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-8/+5
* net: tftp: Avoid sending extra ack on completionRamon Fried2021-02-181-5/+6
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* net: tftp: Fix incorrect tftp_next_ack on no OACKHarm Berntsen2021-01-191-1/+3
* efi_loader: setting boot deviceHeinrich Schuchardt2021-01-131-3/+6
* net: tftp: Fix load_block offset calculationLey Foon Tan2020-09-301-1/+2
* net: tftp: Fix store_block offset calculationLey Foon Tan2020-09-301-2/+3
* net: tftp: Fix tftp_prev_block counter updateLey Foon Tan2020-09-301-0/+1
* net: tftp: Add client support for RFC 7440Ramon Fried2020-08-041-7/+72
* net: tftp: fix option validation as per RFCsRavik Hasija2020-06-121-7/+52
* net: tftp: fix progress marker for file transferRavik Hasija2020-06-121-7/+9
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* net: tftp: remove TFTP_MTU_BLOCKSIZEPatrick Delaunay2020-04-271-6/+1
* net: tftp: use correct printf codesHeinrich Schuchardt2020-03-091-1/+1
* common: Move the image globals into image.hSimon Glass2020-01-171-0/+1
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-7/+7
* net: tftp: Fix tftp store address check in store_block()Bin Meng2019-12-091-1/+6
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* lmb: handle more than one DRAM BANKSimon Goldschmidt2019-02-021-2/+1
* lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt2019-01-261-1/+1
* net: remove CONFIG_MCAST_TFTPChris Packham2019-01-241-219/+0
* tftp: prevent overwriting reserved memorySimon Goldschmidt2019-01-161-10/+63
* net: Consolidate the parsing of bootfileJoe Hershberger2018-07-261-12/+1
* net/tftp: fix build if CMD_BOOTEFI is not setJörg Krause2017-09-221-0/+2
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-5/+5
* net: tftp: silence a subscript above array bounds compile time warningVladimir Zapolskiy2017-08-071-2/+2
* efi_loader: Add network access supportAlexander Graf2016-05-271-0/+2
* net: TFTP: variables cleanup and additionAlbert ARIBAUD \(3ADEV\)2015-10-281-2/+15
* net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet"Bin Meng2015-09-091-5/+5
* net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski2015-09-071-1/+1
* tftp: adjust settings to be suitable for 100Mbit ethernetPavel Machek2015-08-211-5/+5
* tftp.c: fix CONFIG_TFTP_TSIZE for small filesMax Krummenacher2015-08-121-0/+2
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-181-9/+9
* net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger2015-04-181-239/+244
* net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger2015-04-181-3/+3
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-3/+3
* net: cosmetic: Fixup var names related to boot fileJoe Hershberger2015-04-181-14/+15
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-181-33/+36