summaryrefslogtreecommitdiffstats
path: root/net/nfs.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: fix 'new blank line at EOF' formatting errorAntony Pavlov2015-07-021-1/+0
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-6/+2
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* net/nfs: increase timeout to 15 secondsMarc Kleine-Budde2012-01-251-1/+1
* net: add a context to the packet handlerSascha Hauer2011-04-121-2/+2
* nfs: resend requests after timeoutSascha Hauer2010-06-281-5/+7
* nfs: Use generic progression barSascha Hauer2010-06-281-7/+7
* implement nfs using new network stackSascha Hauer2010-06-171-370/+346
* 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/+55
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-2/+2
* nfs: allow only serveripSascha Hauer2009-10-191-9/+1
* pass filename to nfs and tftp start functionsSascha Hauer2009-10-191-3/+1
* nfs: no default filename, we always have a filenameSascha Hauer2009-10-191-21/+8
* remove unused variable NetBootFileSizeSascha Hauer2009-10-171-5/+0
* net: cleanup header fileSascha Hauer2009-10-131-1/+0
* nfs: fix calling of string_to_ip()Sascha Hauer2008-09-301-1/+1
* make nfs workSascha Hauer2008-03-311-6/+10
* print_size() -> size_human_readable()Sascha Hauer2007-09-261-4/+5
* move dirname() and basename() to lib/libgen.c and add header fileSascha Hauer2007-09-241-27/+1
* svn_rev_108Sascha Hauer2007-07-051-26/+4
* svn_rev_025Sascha Hauer2007-07-051-1/+0
* Fix return code of NFS commandWolfgang Denk2005-08-061-5/+9
* Fix endianess problem in TFTP / NFS default filenamesWolfgang Denk2005-08-041-6/+4
* * Patch by Ganapathi C, 04 Aug 2004:wdenk2004-09-281-7/+9
* * Fix "cls" command when used with splash screenwdenk2004-06-301-1/+1
* Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-151-1/+1
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-231-8/+3
* * Patch by Yuli Barcohen, 4 Mar 2004:wdenk2004-03-141-14/+21
* * Patch by Steven Scholz, 25 Feb 2004:wdenk2004-02-271-2/+2
* * Patch by Masami Komiya, 24 Feb 2004:wdenk2004-02-241-6/+6
* * Patch by Masami Komiy, 22 Feb 2004:wdenk2004-02-241-0/+772