index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cmd_net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2012-11-04
common/cmd_*.c: sparse fixes
Kim Phillips
1
-37
/
+39
2012-05-23
net: Add link-local addressing support
Joe Hershberger
1
-0
/
+31
2012-05-23
net: Don't write the "serverip" env var if configured not to
Joe Hershberger
1
-2
/
+6
2012-03-18
bootstage: Plumb in bootstage calls for basic operations
Simon Glass
1
-1
/
+6
2012-03-18
bootstage: Replace show_boot_progress/error() with bootstage_...()
Simon Glass
1
-8
/
+8
2012-03-18
bootstage: Convert net progress numbers to enums
Simon Glass
1
-8
/
+9
2012-03-18
bootstage: Use show_boot_error() for -ve progress numbers
Simon Glass
1
-7
/
+7
2012-03-06
Convert cmd_usage() calls in common to use a return value
Simon Glass
1
-3
/
+3
2011-12-20
net: Fix arguments in tftpput command
Simon Glass
1
-2
/
+5
2011-10-26
net: tftpput: add tftpput command
Simon Glass
1
-0
/
+23
2011-10-26
net: tftpput: Rename TFTP to TFTPGET
Simon Glass
1
-4
/
+4
2011-07-25
autostart: unify duplicated logic into the bootm code
Mike Frysinger
1
-11
/
+2
2011-06-01
sntp: avoid use of uninitialized variable
Luuk Paulussen
1
-1
/
+2
2011-05-19
TFTP: add tftpsrv command
Luca Ceresoli
1
-0
/
+17
2011-01-11
Revert "boot cmds: convert to getenv_yesno() with autostart"
Wolfgang Denk
1
-1
/
+1
2010-12-23
cmd_net.c: fix build breakage
Wolfgang Denk
1
-0
/
+1
2010-11-28
boot cmds: convert to getenv_yesno() with autostart
Mike Frysinger
1
-1
/
+1
2010-11-28
do_bootm: unify duplicate prototypes
Mike Frysinger
1
-2
/
+0
2010-10-27
Revert "cmd_net: drop spurious comma in U_BOOT_CMD"
Wolfgang Denk
1
-1
/
+1
2010-10-26
cmd_net: drop spurious comma in U_BOOT_CMD
Mike Frysinger
1
-1
/
+1
2010-10-11
rarp: Condtionally compile rarp support
Peter Tyser
1
-0
/
+2
2010-07-24
cmd_usage(): simplify return code handling
Wolfgang Denk
1
-10
/
+6
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
1
-12
/
+12
2009-09-22
Remove deprecated 'autoscr' command/variables
Peter Tyser
1
-15
/
+0
2009-07-23
Coding Style cleanup; update CHANGELOG.
Wolfgang Denk
1
-1
/
+0
2009-07-22
Add DNS support
Robin Getz
1
-0
/
+49
2009-06-12
General help message cleanup
Wolfgang Denk
1
-6
/
+6
2009-04-04
Fix quoting bug introduced by commit 74de7aef
Wolfgang Denk
1
-1
/
+1
2009-04-03
Add "source" command; prepare removal of "autoscr" command
Wolfgang Denk
1
-3
/
+4
2009-01-28
Command usage cleanup
Peter Tyser
1
-8
/
+8
2009-01-28
Standardize command usage messages with cmd_usage()
Peter Tyser
1
-2
/
+2
2008-12-04
net: Fix download command parsing
Peter Tyser
1
-8
/
+12
2008-08-26
Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
Peter Tyser
1
-5
/
+5
2008-03-12
[new uImage] Add new uImage format support to autoscript routine
Marian Balakowicz
1
-2
/
+9
2008-02-05
TFTP: add host ip addr support
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-01-16
Fix nfs command help to reflect that the serverip is optional
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2007-11-20
[BUILD] conditionally compile common/cmd_*.c in common/Makefile
Grant Likely
1
-4
/
+0
2007-08-06
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
Wolfgang Denk
1
-15
/
+17
2007-08-03
Merge branch 'testing' into working
Andy Fleming
1
-15
/
+17
2007-07-13
make show_boot_progress () weak.
Heiko Schocher
1
-19
/
+9
2007-07-10
common/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger
1
-6
/
+6
2007-07-09
Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
Jon Loeliger
1
-3
/
+3
2007-07-08
common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
Jon Loeliger
1
-8
/
+8
2007-07-04
common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
Jon Loeliger
1
-8
/
+10
2007-06-22
[PCS440EP] upgrade the PCS440EP board:
Heiko Schocher
1
-2
/
+24
2005-04-05
* Patch by Ladislav Michl, 05 Apr 2005:
wdenk
1
-2
/
+2
2005-04-02
Fix problems with SNTP support;
wdenk
1
-2
/
+2
2005-04-01
* Patch by Masami Komiya, 30 Mar 2005:
wdenk
1
-0
/
+51
2004-06-09
Patch by Thomas Viehweger, 14 May 2004:
wdenk
1
-5
/
+5
[next]