summaryrefslogtreecommitdiff
path: root/common/cmd_net.c
Commit message (Expand)AuthorAgeLines
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-18-11/+11
* net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger2015-04-18-15/+14
* net: cosmetic: Clean up DNS variables and functionsJoe Hershberger2015-04-18-3/+3
* net: cosmetic: Clean up CDP variables and functionsJoe Hershberger2015-04-18-8/+9
* net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger2015-04-18-6/+6
* net: cosmetic: Fixup var names related to boot fileJoe Hershberger2015-04-18-3/+6
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-18-25/+25
* cmd: net: Clean up return codesJoe Hershberger2015-04-18-24/+21
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* common/cmd_*.c: sparse fixesKim Phillips2012-11-04-37/+39
* net: Add link-local addressing supportJoe Hershberger2012-05-23-0/+31
* net: Don't write the "serverip" env var if configured not toJoe Hershberger2012-05-23-2/+6
* bootstage: Plumb in bootstage calls for basic operationsSimon Glass2012-03-18-1/+6
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-18-8/+8
* bootstage: Convert net progress numbers to enumsSimon Glass2012-03-18-8/+9
* bootstage: Use show_boot_error() for -ve progress numbersSimon Glass2012-03-18-7/+7
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-3/+3
* net: Fix arguments in tftpput commandSimon Glass2011-12-20-2/+5
* net: tftpput: add tftpput commandSimon Glass2011-10-26-0/+23
* net: tftpput: Rename TFTP to TFTPGETSimon Glass2011-10-26-4/+4
* autostart: unify duplicated logic into the bootm codeMike Frysinger2011-07-25-11/+2
* sntp: avoid use of uninitialized variableLuuk Paulussen2011-06-01-1/+2
* TFTP: add tftpsrv commandLuca Ceresoli2011-05-19-0/+17
* Revert "boot cmds: convert to getenv_yesno() with autostart"Wolfgang Denk2011-01-11-1/+1
* cmd_net.c: fix build breakageWolfgang Denk2010-12-23-0/+1
* boot cmds: convert to getenv_yesno() with autostartMike Frysinger2010-11-28-1/+1
* do_bootm: unify duplicate prototypesMike Frysinger2010-11-28-2/+0
* Revert "cmd_net: drop spurious comma in U_BOOT_CMD"Wolfgang Denk2010-10-27-1/+1
* cmd_net: drop spurious comma in U_BOOT_CMDMike Frysinger2010-10-26-1/+1
* rarp: Condtionally compile rarp supportPeter Tyser2010-10-11-0/+2
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-10/+6
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-12/+12
* Remove deprecated 'autoscr' command/variablesPeter Tyser2009-09-22-15/+0
* Coding Style cleanup; update CHANGELOG.Wolfgang Denk2009-07-23-1/+0
* Add DNS supportRobin Getz2009-07-22-0/+49
* General help message cleanupWolfgang Denk2009-06-12-6/+6
* Fix quoting bug introduced by commit 74de7aefWolfgang Denk2009-04-04-1/+1
* Add "source" command; prepare removal of "autoscr" commandWolfgang Denk2009-04-03-3/+4
* Command usage cleanupPeter Tyser2009-01-28-8/+8
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-2/+2
* net: Fix download command parsingPeter Tyser2008-12-04-8/+12
* Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptionsPeter Tyser2008-08-26-5/+5
* [new uImage] Add new uImage format support to autoscript routineMarian Balakowicz2008-03-12-2/+9
* TFTP: add host ip addr supportJean-Christophe PLAGNIOL-VILLARD2008-02-05-1/+1
* Fix nfs command help to reflect that the serverip is optionalJean-Christophe PLAGNIOL-VILLARD2008-01-16-1/+1
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-20-4/+0
* Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-08-06-15/+17
|\
| * Merge branch 'testing' into workingAndy Fleming2007-08-03-15/+17
| |\
| | * common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-6/+6
| | * Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!Jon Loeliger2007-07-09-3/+3