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