summaryrefslogtreecommitdiff
path: root/net/tftp.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-26tftp: get the tftp block size from config file and from the environmentAlessandro Rubini1-2/+11
2009-08-10net/tftp.c: fix warning: pointer targets differ in signednessWolfgang Denk1-1/+3
2009-08-08minor debug cleanups in ./netRobin Getz1-16/+5
2009-03-21convert print_IPaddr() to %pI4Mike Frysinger1-6/+4
2008-12-05net: Fix TftpStart() ip:filename bugPeter Tyser1-2/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-4/+4
2008-10-18net: Make TFTP server timeout configurableBartlomiej Sieka1-4/+24
2008-10-18net: express the first argument to NetSetTimeout() in millisecondsBartlomiej Sieka1-5/+5
2008-09-03Don't tftp to unknown flashJochen Friedrich1-0/+2
2008-07-10Fix printf errors.Andrew Klossner1-1/+1
2008-02-15TFTP: fix search of ':' in BootFileJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-02-05TFTP: add host ip addr supportJean-Christophe PLAGNIOL-VILLARD1-10/+30
2007-11-18Fix warning differ in signedness in net/net.c and net/nfs.cJean-Christophe PLAGNIOL-VILLARD1-1/+1
2007-08-31Fix TFTP OACK code for short packets.Wolfgang Denk1-2/+6
2007-08-30Backout commit 8f1bc284 as it causes TFTP to fail.Wolfgang Denk1-10/+10
2007-08-30tftp: don't implicity trust the format of recevied packetsGrant Likely1-10/+10
2007-08-29Fix: TFTP is not working on little endian systemsstefano babic1-1/+1
2007-08-1586xx: Fix lingering CFG_CMD_* references in sbc8641d.hJon Loeliger1-1/+1
2007-08-14Coding style cleanup; rebuild CHANGELOGWolfgang Denk1-18/+18