summaryrefslogtreecommitdiff
path: root/net/tftp.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-02net: ipv6: Fixed IPv6 string to address conversion off-by-one errorEhsan Mohandesi1-1/+1
2023-02-02net: tftp: Fix for DATA ACK for block count out of orderSean Edmond1-0/+8
2022-12-05net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov1-5/+53
2022-11-28net: tftp: sanitize tftp block size, especially for TXRasmus Villemoes1-0/+47
2022-11-28net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #ifRasmus Villemoes1-28/+28
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-08-04net: Remove CONFIG_SYS_DIRECT_FLASH_TFTPTom Rini1-39/+13
2022-04-12net: tftp: fix tftp server initializationArjan Minzinga Zijlstra1-0/+2
2022-03-18Convert CONFIG_NET_RETRY_COUNT to KconfigTom Rini1-8/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-8/+5
2021-02-18net: tftp: Avoid sending extra ack on completionRamon Fried1-5/+6
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-19net: tftp: Fix incorrect tftp_next_ack on no OACKHarm Berntsen1-1/+3
2021-01-13efi_loader: setting boot deviceHeinrich Schuchardt1-3/+6
2020-09-30net: tftp: Fix load_block offset calculationLey Foon Tan1-1/+2
2020-09-30net: tftp: Fix store_block offset calculationLey Foon Tan1-2/+3
2020-09-30net: tftp: Fix tftp_prev_block counter updateLey Foon Tan1-0/+1
2020-08-05net: tftp: Add client support for RFC 7440Ramon Fried1-7/+72
2020-06-12net: tftp: fix option validation as per RFCsRavik Hasija1-7/+52
2020-06-12net: tftp: fix progress marker for file transferRavik Hasija1-7/+9
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-04-27net: tftp: remove TFTP_MTU_BLOCKSIZEPatrick Delaunay1-6/+1
2020-03-10net: tftp: use correct printf codesHeinrich Schuchardt1-1/+1
2020-01-17common: Move the image globals into image.hSimon Glass1-0/+1
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-7/+7
2019-12-09net: tftp: Fix tftp store address check in store_block()Bin Meng1-1/+6
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt1-2/+1
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt1-1/+1
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham1-219/+0
2019-01-17tftp: prevent overwriting reserved memorySimon Goldschmidt1-10/+63
2018-07-26net: Consolidate the parsing of bootfileJoe Hershberger1-12/+1
2017-09-22net/tftp: fix build if CMD_BOOTEFI is not setJörg Krause1-0/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-5/+5
2017-08-07net: tftp: silence a subscript above array bounds compile time warningVladimir Zapolskiy1-2/+2
2016-05-27efi_loader: Add network access supportAlexander Graf1-0/+2
2015-10-28net: TFTP: variables cleanup and additionAlbert ARIBAUD \(3ADEV\)1-2/+15
2015-09-09net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet"Bin Meng1-5/+5
2015-09-07net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski1-1/+1
2015-08-22tftp: adjust settings to be suitable for 100Mbit ethernetPavel Machek1-5/+5
2015-08-12tftp.c: fix CONFIG_TFTP_TSIZE for small filesMax Krummenacher1-0/+2
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-9/+9
2015-04-18net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger1-239/+244
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-3/+3
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-3/+3
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger1-14/+15
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-33/+36