aboutsummaryrefslogtreecommitdiff
path: root/net/tftp.c
AgeCommit message (Expand)AuthorFilesLines
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