aboutsummaryrefslogtreecommitdiff
path: root/net/tftp.c
AgeCommit message (Expand)AuthorFilesLines
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-21TFTP: allow for adjustable retransmission timoutWolfgang Denk1-5/+18
2009-12-13Add error codes/handling for TFTP-serverRemy Bohmer1-3/+29
2009-12-13net: pull CONFIG checks out of source and into makefileMike Frysinger1-4/+0
2009-08-25Add Transfer Size Option to tftpRobin Getz1-2/+36
2009-08-25tftp: 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-07minor debug cleanups in ./netRobin Getz1-16/+5
2009-03-20convert print_IPaddr() to %pI4Mike Frysinger1-6/+4
2008-12-04net: 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-02Don't tftp to unknown flashJochen Friedrich1-0/+2
2008-07-09Fix printf errors.Andrew Klossner1-1/+1
2008-02-14TFTP: 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
2007-08-13multicast tftp: RFC2090David Updegraff1-5/+233
2007-07-10net/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-09net/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-1/+1
2007-07-04net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2006-08-14Fix typo.Wolfgang Denk1-1/+1
2005-10-15Merge with /home/m8/git/u-bootWolfgang Denk1-1/+1
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-1/+1
2005-10-11Added support for TQM834x boards.Marian Balakowicz1-1/+1
2005-09-24Update for TFTP using a fixed UDP portWolfgang Denk1-1/+4
2005-09-24Allow to force TFTP to use a fixed UDP portWolfgang Denk1-0/+10
2005-08-26Prepare U-Boot for gcc-4.xWolfgang Denk1-8/+20
2005-08-04Fix endianess problem in TFTP / NFS default filenamesWolfgang Denk1-6/+4
2004-04-15Patches by Pantelis Antoniou, 30 Mar 2004:wdenk1-1/+1
2004-03-23* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-1/+1
2004-02-23* Patch by Laurent Mohin, 10 Feb 2004:wdenk1-4/+4
2004-02-23* CVS add missing fileswdenk1-9/+32
2003-11-17* Use "-fPIC" instead of "-mrelocatable" to prevent problems withwdenk1-0/+3
2003-10-06* Update TRAB auto update codeLABEL_2003_10_06_2355wdenk1-1/+26
2003-08-17* Make Ethernet autonegotiation on INCA-IP work for all clock rates;U-Boot-0_4_6wdenk1-1/+1
2003-06-05* Add support for RMU boardwdenk1-15/+4
2002-11-03Initial revisionwdenk1-0/+326