aboutsummaryrefslogtreecommitdiff
path: root/net/tftp.c
AgeCommit message (Expand)Author
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
2009-08-10net/tftp.c: fix warning: pointer targets differ in signednessWolfgang Denk
2009-08-07minor debug cleanups in ./netRobin Getz
2009-03-20convert print_IPaddr() to %pI4Mike Frysinger
2008-12-04net: Fix TftpStart() ip:filename bugPeter Tyser
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-18net: Make TFTP server timeout configurableBartlomiej Sieka
2008-10-18net: express the first argument to NetSetTimeout() in millisecondsBartlomiej Sieka
2008-09-02Don't tftp to unknown flashJochen Friedrich
2008-07-09Fix printf errors.Andrew Klossner
2008-02-14TFTP: fix search of ':' in BootFileJean-Christophe PLAGNIOL-VILLARD
2008-02-05TFTP: add host ip addr supportJean-Christophe PLAGNIOL-VILLARD
2007-11-18Fix warning differ in signedness in net/net.c and net/nfs.cJean-Christophe PLAGNIOL-VILLARD
2007-08-31Fix TFTP OACK code for short packets.Wolfgang Denk
2007-08-30Backout commit 8f1bc284 as it causes TFTP to fail.Wolfgang Denk
2007-08-30tftp: don't implicity trust the format of recevied packetsGrant Likely
2007-08-29Fix: TFTP is not working on little endian systemsstefano babic
2007-08-1586xx: Fix lingering CFG_CMD_* references in sbc8641d.hJon Loeliger