summaryrefslogtreecommitdiff
path: root/net/tftp.c
AgeCommit message (Expand)Author
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
2011-05-19net/tftp.c: cosmetic: fix pointer syntax issuesLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: fix whitespace issuesLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: fix lines over 80 charactersLuca Ceresoli
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli
2010-03-21TFTP: allow for adjustable retransmission timoutWolfgang Denk
2009-12-13Add error codes/handling for TFTP-serverRemy Bohmer
2009-12-13net: pull CONFIG checks out of source and into makefileMike Frysinger
2009-08-25Add Transfer Size Option to tftpRobin Getz
2009-08-25tftp: get the tftp block size from config file and from the environmentAlessandro Rubini