aboutsummaryrefslogtreecommitdiff
path: root/net/tftp.c
AgeCommit message (Expand)Author
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
2007-08-14Coding style cleanup; rebuild CHANGELOGWolfgang Denk
2007-08-13multicast tftp: RFC2090David Updegraff
2007-07-10net/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger
2007-07-09net/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger
2007-07-04net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2006-08-14Fix typo.Wolfgang Denk
2005-10-15Merge with /home/m8/git/u-bootWolfgang Denk
2005-10-13Cleanup for GCC-4.xWolfgang Denk
2005-10-11Added support for TQM834x boards.Marian Balakowicz
2005-09-24Update for TFTP using a fixed UDP portWolfgang Denk
2005-09-24Allow to force TFTP to use a fixed UDP portWolfgang Denk
2005-08-26Prepare U-Boot for gcc-4.xWolfgang Denk
2005-08-04Fix endianess problem in TFTP / NFS default filenamesWolfgang Denk
2004-04-15Patches by Pantelis Antoniou, 30 Mar 2004:wdenk
2004-03-23* Patches by Thomas Viehweger, 16 Mar 2004:wdenk