summaryrefslogtreecommitdiff
path: root/net/tftp.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-19net/tftp.c: cosmetic: do not initialise statics to 0 or NULLLuca Ceresoli1-2/+2
2011-05-19net/tftp.c: cosmetic: fix indentationLuca Ceresoli1-5/+6
2011-05-19net/tftp.c: cosmetic: trailing statements should be on next lineLuca Ceresoli1-3/+6
2011-05-19net/tftp.c: cosmetic: fix brace issuesLuca Ceresoli1-11/+6
2011-05-19net/tftp.c: cosmetic: do not use assignment in if conditionLuca Ceresoli1-6/+12
2011-05-19net/tftp.c: cosmetic: fix pointer syntax issuesLuca Ceresoli1-10/+10
2011-05-19net/tftp.c: cosmetic: fix whitespace issuesLuca Ceresoli1-95/+97
2011-05-19net/tftp.c: cosmetic: fix lines over 80 charactersLuca Ceresoli1-24/+42
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli1-1/+2
2010-03-22TFTP: allow for adjustable retransmission timoutWolfgang Denk1-5/+18
2009-12-14Add error codes/handling for TFTP-serverRemy Bohmer1-3/+29
2009-12-14net: pull CONFIG checks out of source and into makefileMike Frysinger1-4/+0
2009-08-26Add Transfer Size Option to tftpRobin Getz1-2/+36