summaryrefslogtreecommitdiffstats
path: root/net/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* Move tftp/nfs specific code to net/*Sascha Hauer2010-02-011-1/+71
* remove global variable BootFileSascha Hauer2009-10-191-2/+2
* tftp: use debug macroSascha Hauer2009-10-191-6/+2
* tftp: coding styleSascha Hauer2009-10-191-47/+32
* tftp: reorder to get rid of static function declarationsSascha Hauer2009-10-191-15/+7
* tftp: remove never reached state STATE_BAD_MAGICSascha Hauer2009-10-171-13/+1
* tftp: remove never reached state STATE_TOO_LARGESascha Hauer2009-10-171-14/+2
* tftp: remove volatile from variablesSascha Hauer2009-10-171-4/+4
* remove unused codeSascha Hauer2009-10-171-11/+0
* tftp: consolidate different puts to printfSascha Hauer2009-10-171-7/+6
* tftp: remove unnecessary gateway informationSascha Hauer2009-10-171-11/+0
* remove unused variable NetBootFileSizeSascha Hauer2009-10-171-5/+0
* tftp: remove default filename. We always have a filename givenSascha Hauer2009-10-171-15/+1
* net: cleanup header fileSascha Hauer2009-10-131-1/+0
* tftp: do not call NetStartAgain()Sascha Hauer2009-10-131-13/+5
* tftp.c: use sprintf instead of several strcpy functionsSascha Hauer2008-03-311-11/+2
* print_size() -> size_human_readable()Sascha Hauer2007-09-261-7/+5
* - putc is now putchar for better standard conformitySascha Hauer2007-09-211-3/+3
* svn_rev_683Sascha Hauer2007-07-051-5/+0
* svn_rev_440Sascha Hauer2007-07-051-1/+1
* svn_rev_408Sascha Hauer2007-07-051-3/+12
* svn_rev_270Sascha Hauer2007-07-051-2/+3
* svn_rev_268Sascha Hauer2007-07-051-1/+1
* svn_rev_223Sascha Hauer2007-07-051-0/+1
* svn_rev_211Sascha Hauer2007-07-051-3/+4
* svn_rev_108Sascha Hauer2007-07-051-32/+3
* svn_rev_035Sascha Hauer2007-07-051-1/+1
* svn_rev_033Sascha Hauer2007-07-051-1/+2
* Fix typo.Wolfgang Denk2006-08-141-1/+1
* Merge with /home/m8/git/u-bootWolfgang Denk2005-10-151-1/+1
|\
| * Added support for TQM834x boards.Marian Balakowicz2005-10-111-1/+1
* | Cleanup for GCC-4.xWolfgang Denk2005-10-131-1/+1
|/
* Update for TFTP using a fixed UDP portWolfgang Denk2005-09-241-1/+4
* Allow to force TFTP to use a fixed UDP portWolfgang Denk2005-09-241-0/+10
* Prepare U-Boot for gcc-4.xWolfgang Denk2005-08-261-8/+20
* Fix endianess problem in TFTP / NFS default filenamesWolfgang Denk2005-08-041-6/+4
* Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-151-1/+1
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-231-1/+1
* * Patch by Laurent Mohin, 10 Feb 2004:wdenk2004-02-231-4/+4
* * CVS add missing fileswdenk2004-02-231-9/+32
* * Use "-fPIC" instead of "-mrelocatable" to prevent problems withwdenk2003-11-171-0/+3
* * Update TRAB auto update codewdenk2003-10-061-1/+26
* * Make Ethernet autonegotiation on INCA-IP work for all clock rates;wdenk2003-08-171-1/+1
* * Add support for RMU boardwdenk2003-06-051-15/+4
* Initial revisionwdenk2002-11-031-0/+326