summaryrefslogtreecommitdiff
path: root/net/tftp.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-16net: Remove volatile from net APIJoe Hershberger1-3/+3
2011-12-07net: Make sure IPaddr_t is 32 bits in sizeMatthias Weisser1-1/+1
2011-10-28net: Add more #ifdefs for tftpput to reduce code sizeSimon Glass1-1/+10
2011-10-28net: Make net_transfer() a static functionSimon Glass1-1/+1
2011-10-28net: Hide more code behind CONFIG_CMD_TFTPPUTSimon Glass1-2/+4
2011-10-26net: tftpput: implement tftp logicSimon Glass1-21/+113
2011-10-26net: tftpput: Support selecting get/put for tftpSimon Glass1-2/+1
2011-10-26net: tftpput: Factor out start, restart and next block functionsSimon Glass1-26/+51
2011-10-26net: tftpput: move common code into separate functionsSimon Glass1-30/+38
2011-10-06net: drop !NET_MULTI codeMike Frysinger1-4/+0
2011-05-19net/tftp.c: fix typoLuca Ceresoli1-1/+1
2011-05-19TFTP: net/tftp.c: add server mode receiveLuca Ceresoli1-4/+58
2011-05-19TFTP: rename STATE_RRQ to STATE_SEND_RRQLuca Ceresoli1-6/+6
2011-05-19TFTP: replace "server" with "remote" in local variable namesLuca Ceresoli1-14/+14