summaryrefslogtreecommitdiffstats
path: root/commands/net.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-5/+2
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* remove dead rarpboot commandSascha Hauer2012-06-301-29/+0
* complete: add eth interface complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+2
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-2/+2
* net: remove old network stackSascha Hauer2010-06-171-42/+0
* net: remove need for eth_halt/eth_openSascha Hauer2010-06-171-8/+12
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-2/+2
* Move tftp/nfs specific code to net/*Sascha Hauer2010-02-011-108/+0
* remove unused cdp codeSascha Hauer2010-01-251-48/+0
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-15/+15
* 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