summaryrefslogtreecommitdiff
path: root/net/tftp.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-18net: Access mapped physmem in net functionsJoe Hershberger1-1/+5
2014-10-23net: Display the size when tftpboot finishesSimon Glass1-0/+2
2013-11-23net: tftpsrv: Get correct client MAC addressAndrew Ruder1-0/+3
2013-11-23net: tftp: Make sure timeout will not effect wrap offsetrockly1-1/+1
2013-06-25net/tftp: sparse fixesKim Phillips1-6/+6
2012-12-15net: Add tftp speed indicationSimon Glass1-0/+8
2012-07-11net: tftp: fix type of block arg to store_blockJayachandran Chandrasekharan Nair1-1/+1
2012-05-24net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger1-2/+2
2012-05-24net: Refactor to protect access to the NetState variableJoe Hershberger1-4/+4
2012-05-24net: cosmetic: Un-typedef IP_tJoe Hershberger1-1/+1
2012-05-16net: cosmetic: tftp.* checkpatch complianceJoe Hershberger1-16/+14