summaryrefslogtreecommitdiff
path: root/net/tftp.c
AgeCommit message (Expand)Author
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
2012-12-15net: Add tftp speed indicationSimon Glass
2012-07-11net: tftp: fix type of block arg to store_blockJayachandran Chandrasekharan Nair
2012-05-23net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger
2012-05-23net: Refactor to protect access to the NetState variableJoe Hershberger
2012-05-23net: cosmetic: Un-typedef IP_tJoe Hershberger
2012-05-15net: cosmetic: tftp.* checkpatch complianceJoe Hershberger
2012-05-15net: Remove volatile from net APIJoe Hershberger
2011-12-06net: Make sure IPaddr_t is 32 bits in sizeMatthias Weisser
2011-10-27net: Add more #ifdefs for tftpput to reduce code sizeSimon Glass
2011-10-27net: Make net_transfer() a static functionSimon Glass
2011-10-27net: Hide more code behind CONFIG_CMD_TFTPPUTSimon Glass
2011-10-26net: tftpput: implement tftp logicSimon Glass
2011-10-26net: tftpput: Support selecting get/put for tftpSimon Glass
2011-10-26net: tftpput: Factor out start, restart and next block functionsSimon Glass
2011-10-26net: tftpput: move common code into separate functionsSimon Glass
2011-10-05net: drop !NET_MULTI codeMike Frysinger
2011-05-19net/tftp.c: fix typoLuca Ceresoli
2011-05-19TFTP: net/tftp.c: add server mode receiveLuca Ceresoli
2011-05-19TFTP: rename STATE_RRQ to STATE_SEND_RRQLuca Ceresoli
2011-05-19TFTP: replace "server" with "remote" in local variable namesLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: do not initialise statics to 0 or NULLLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: fix indentationLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: trailing statements should be on next lineLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: fix brace issuesLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: do not use assignment in if conditionLuca Ceresoli