summaryrefslogtreecommitdiff
path: root/common/cmd_net.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-37/+39
2012-05-24net: Add link-local addressing supportJoe Hershberger1-0/+31
2012-05-24net: Don't write the "serverip" env var if configured not toJoe Hershberger1-2/+6
2012-03-19bootstage: Plumb in bootstage calls for basic operationsSimon Glass1-1/+6
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-8/+8
2012-03-19bootstage: Convert net progress numbers to enumsSimon Glass1-8/+9
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass1-7/+7
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-3/+3
2011-12-21net: Fix arguments in tftpput commandSimon Glass1-2/+5
2011-10-26net: tftpput: add tftpput commandSimon Glass1-0/+23
2011-10-26net: tftpput: Rename TFTP to TFTPGETSimon Glass1-4/+4
2011-07-26autostart: unify duplicated logic into the bootm codeMike Frysinger1-11/+2
2011-06-02sntp: avoid use of uninitialized variableLuuk Paulussen1-1/+2
2011-05-19TFTP: add tftpsrv commandLuca Ceresoli1-0/+17
2011-01-11Revert "boot cmds: convert to getenv_yesno() with autostart"Wolfgang Denk1-1/+1
2010-12-23cmd_net.c: fix build breakageWolfgang Denk1-0/+1
2010-11-28boot cmds: convert to getenv_yesno() with autostartMike Frysinger1-1/+1
2010-11-28do_bootm: unify duplicate prototypesMike Frysinger1-2/+0
2010-10-27Revert "cmd_net: drop spurious comma in U_BOOT_CMD"Wolfgang Denk1-1/+1
2010-10-26cmd_net: drop spurious comma in U_BOOT_CMDMike Frysinger1-1/+1
2010-10-12rarp: Condtionally compile rarp supportPeter Tyser1-0/+2
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-10/+6
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-12/+12
2009-09-23Remove deprecated 'autoscr' command/variablesPeter Tyser1-15/+0
2009-07-24Coding Style cleanup; update CHANGELOG.Wolfgang Denk1-1/+0
2009-07-23Add DNS supportRobin Getz1-0/+49
2009-06-12General help message cleanupWolfgang Denk1-6/+6
2009-04-04Fix quoting bug introduced by commit 74de7aefWolfgang Denk1-1/+1
2009-04-04Add "source" command; prepare removal of "autoscr" commandWolfgang Denk1-3/+4
2009-01-28Command usage cleanupPeter Tyser1-8/+8
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2008-12-05net: Fix download command parsingPeter Tyser1-8/+12
2008-08-27Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptionsPeter Tyser1-5/+5
2008-03-12[new uImage] Add new uImage format support to autoscript routineMarian Balakowicz1-2/+9
2008-02-05TFTP: add host ip addr supportJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-01-17Fix nfs command help to reflect that the serverip is optionalJean-Christophe PLAGNIOL-VILLARD1-1/+1
2007-11-21[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-15/+17
2007-08-03Merge branch 'testing' into workingAndy Fleming1-15/+17
2007-07-13make show_boot_progress () weak.Heiko Schocher1-19/+9
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-6/+6
2007-07-10Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!Jon Loeliger1-3/+3
2007-07-09common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-8/+8
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-8/+10
2007-06-22[PCS440EP] upgrade the PCS440EP board:Heiko Schocher1-2/+24
2005-04-06* Patch by Ladislav Michl, 05 Apr 2005:wdenk1-2/+2
2005-04-03Fix problems with SNTP support;wdenk1-2/+2
2005-04-01* Patch by Masami Komiya, 30 Mar 2005:wdenk1-0/+51
2004-06-09Patch by Thomas Viehweger, 14 May 2004:wdenk1-5/+5