summaryrefslogtreecommitdiff
path: root/net/tftp.c
AgeCommit message (Expand)Author
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-08-04net: Remove CONFIG_SYS_DIRECT_FLASH_TFTPTom Rini
2022-04-12net: tftp: fix tftp server initializationArjan Minzinga Zijlstra
2022-03-18Convert CONFIG_NET_RETRY_COUNT to KconfigTom Rini
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-02-18net: tftp: Avoid sending extra ack on completionRamon Fried
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-19net: tftp: Fix incorrect tftp_next_ack on no OACKHarm Berntsen
2021-01-13efi_loader: setting boot deviceHeinrich Schuchardt
2020-09-30net: tftp: Fix load_block offset calculationLey Foon Tan
2020-09-30net: tftp: Fix store_block offset calculationLey Foon Tan
2020-09-30net: tftp: Fix tftp_prev_block counter updateLey Foon Tan
2020-08-04net: tftp: Add client support for RFC 7440Ramon Fried
2020-06-12net: tftp: fix option validation as per RFCsRavik Hasija
2020-06-12net: tftp: fix progress marker for file transferRavik Hasija
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-04-27net: tftp: remove TFTP_MTU_BLOCKSIZEPatrick Delaunay
2020-03-09net: tftp: use correct printf codesHeinrich Schuchardt
2020-01-17common: Move the image globals into image.hSimon Glass
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass
2019-12-09net: tftp: Fix tftp store address check in store_block()Bin Meng
2019-08-11env: Move env_get() to env.hSimon Glass
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham
2019-01-16tftp: prevent overwriting reserved memorySimon Goldschmidt
2018-07-26net: Consolidate the parsing of bootfileJoe Hershberger
2017-09-22net/tftp: fix build if CMD_BOOTEFI is not setJörg Krause
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-07net: tftp: silence a subscript above array bounds compile time warningVladimir Zapolskiy
2016-05-27efi_loader: Add network access supportAlexander Graf
2015-10-28net: TFTP: variables cleanup and additionAlbert ARIBAUD \(3ADEV\)
2015-09-09net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet"Bin Meng
2015-09-07net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski
2015-08-21tftp: adjust settings to be suitable for 100Mbit ethernetPavel Machek
2015-08-12tftp.c: fix CONFIG_TFTP_TSIZE for small filesMax Krummenacher
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger
2015-04-18net: cosmetic: Clean up TFTP 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 related to boot fileJoe Hershberger
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger
2015-04-18net: Access mapped physmem in net functionsJoe Hershberger
2014-10-22net: Display the size when tftpboot finishesSimon Glass
2013-11-22net: tftpsrv: Get correct client MAC addressAndrew Ruder
2013-11-22net: tftp: Make sure timeout will not effect wrap offsetrockly
2013-06-24net/tftp: sparse fixesKim Phillips