summaryrefslogtreecommitdiffstats
path: root/commands/net.c
Commit message (Expand)AuthorAgeFilesLines
* commands: remove maxargsSascha Hauer2009-10-191-5/+0
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-191-8/+4
* remove global variable BootFileSascha Hauer2009-10-191-2/+0
* pass filename to nfs and tftp start functionsSascha Hauer2009-10-191-4/+4
* remove sntp support. Has been broken for long enoughSascha Hauer2009-10-131-13/+0
* net: refactor dhcp supportSascha Hauer2009-10-131-39/+0
* make netboot_common a global functionSascha Hauer2009-10-131-1/+1
* net: do not use netboot_common for rarpSascha Hauer2009-10-131-1/+17
* net: remove switch/case in NetLoop()Sascha Hauer2009-10-131-3/+20
* net: split NetLoop in NetLoop and NetLoopInitSascha Hauer2009-10-131-0/+9
* ethact command: If called without arguments print current eth deviceSascha Hauer2009-09-091-1/+8
* get rid of device idsSascha Hauer2009-07-211-4/+4
* net: Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-12/+5
* allow changing of network deviceSascha Hauer2009-04-061-0/+38
* Merge branch 'master' of git://www.denx.de/git/u-boot-v2Sascha Hauer2008-06-021-5/+5
|\
| * [net]: remove CONFIG_BOOTP_MASKSascha Hauer2008-04-071-3/+3
| * Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-2/+2
* | netboot commands: When downloading a file and no local filename is given,Sascha Hauer2008-03-311-1/+2
|/
* close net_store_fd after usage. Man there are bugs to find...Sascha Hauer2008-03-101-6/+6
* Merge branch 'docu'Juergen Beisert2007-11-091-2/+31
|\
| * various doc addedJuergen Beisert2007-11-091-3/+9
| * adding various dokuJuergen Beisert2007-11-081-2/+25
* | using a consistent ipaddr parameter all over the placeJuergen Beisert2007-11-081-1/+1
|/
* various small typos fixedJuergen Beisert2007-10-161-6/+5
* change semantics of tftpboot command:Sascha Hauer2007-10-041-22/+25
* Use safe_strncpy() instead of copy_filename(). The shell has already removedSascha Hauer2007-09-281-1/+2
* declare lots of functions staticSascha Hauer2007-09-281-8/+6
* remove u-boot command paramter flagSascha Hauer2007-09-241-6/+6
* svn_rev_683Sascha Hauer2007-07-051-3/+0
* svn_rev_650Sascha Hauer2007-07-051-0/+249