- 2829d99 sntp: use udp framework by Philippe Reynes · Fri Sep 18 14:13:02 2020 +0200
- d924938 net: Fix error if some network features are disabled by Krebs, Olaf · Mon Mar 09 14:27:55 2020 +0000
- ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
- 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
- 85f1378 common: Move the image globals into image.h by Simon Glass · Sat Dec 28 10:45:03 2019 -0700
- 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · Sat Dec 28 10:45:02 2019 -0700
- 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
- 2e13527 net: Read bootfile from env on netboot_common() by Joe Hershberger · Tue Jul 03 19:36:42 2018 -0500
- f43bf5d net: Prefer command line arguments by Alexander Graf · Fri Jun 15 10:29:27 2018 +0200
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
- b042946 net: Make CMD_NET a menuconfig by Joe Hershberger · Fri Apr 13 15:26:30 2018 -0500
- da1a134 env: Rename some other getenv()-related functions by Simon Glass · Thu Aug 03 12:22:15 2017 -0600
- 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
- 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
- 3dcd714 net: add static to do_tftpput() by Masahiro Yamada · Thu Jun 22 16:49:10 2017 +0900
- bc71325 cmd: net: fix function name in comment by Baruch Siach · Tue Dec 27 11:03:29 2016 +0200
- c42ad30 net: Fix cache misalignment message after network load operations by Peter Chubb · Wed Sep 14 03:49:22 2016 +0000
- 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_net.c]
- 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_net.c]
- c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · Wed Apr 08 01:41:21 2015 -0500
- 013d387 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · Wed Apr 08 01:41:17 2015 -0500
- f725e34 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · Wed Apr 08 01:41:15 2015 -0500
- 527336f net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · Wed Apr 08 01:41:14 2015 -0500
- 6d23643 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · Wed Apr 08 01:41:03 2015 -0500
- 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · Wed Apr 08 01:41:02 2015 -0500
- 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · Wed Apr 08 01:41:01 2015 -0500
- ba86783 cmd: net: Clean up return codes by Joe Hershberger · Sun Mar 22 17:09:09 2015 -0500
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
- dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:31 2012 +0000
- b35a3a6 net: Add link-local addressing support by Joe Hershberger · Wed May 23 08:00:12 2012 +0000
- d476204 net: Don't write the "serverip" env var if configured not to by Joe Hershberger · Wed May 23 07:59:17 2012 +0000
- 768cbf0 bootstage: Plumb in bootstage calls for basic operations by Simon Glass · Sat Dec 10 11:08:06 2011 +0000
- 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · Mon Feb 13 13:51:18 2012 +0000
- 964d1d4 bootstage: Convert net progress numbers to enums by Simon Glass · Sat Jan 14 15:24:52 2012 +0000
- d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · Sat Dec 10 11:07:55 2011 +0000
- a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
- 778fe69 net: Fix arguments in tftpput command by Simon Glass · Mon Dec 19 16:10:43 2011 +0000
- 85d96ec net: tftpput: add tftpput command by Simon Glass · Mon Oct 24 18:00:08 2011 +0000
- d6c5f55 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · Mon Oct 24 18:00:02 2011 +0000
- 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · Sun Jun 05 13:43:02 2011 +0000
- 7cb3f89 sntp: avoid use of uninitialized variable by Luuk Paulussen · Mon May 16 18:27:11 2011 +0000
- 7aa81a4 TFTP: add tftpsrv command by Luca Ceresoli · Tue May 17 00:03:40 2011 +0000
- f489250 Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · Tue Jan 11 20:56:34 2011 +0100
- f003d92 cmd_net.c: fix build breakage by Wolfgang Denk · Thu Dec 23 17:02:18 2010 +0100
- 27c0b4a boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · Wed Oct 20 07:17:55 2010 -0400
- 2a5ba45 do_bootm: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:35:39 2010 -0400
- d29afc3 Revert "cmd_net: drop spurious comma in U_BOOT_CMD" by Wolfgang Denk · Tue Oct 26 23:42:23 2010 +0200
- c758e59 cmd_net: drop spurious comma in U_BOOT_CMD by Mike Frysinger · Wed Oct 20 03:33:30 2010 -0400
- f7a48ca rarp: Condtionally compile rarp support by Peter Tyser · Thu Sep 30 11:25:48 2010 -0500
- 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
- 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
- d78876c Remove deprecated 'autoscr' command/variables by Peter Tyser · Wed Sep 16 21:38:10 2009 -0500
- bddc726 Coding Style cleanup; update CHANGELOG. by Wolfgang Denk · Thu Jul 23 22:23:23 2009 +0200
- 82f0d23 Add DNS support by Robin Getz · Mon Jul 20 14:53:54 2009 -0400
- c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
- 4f44a6b Fix quoting bug introduced by commit 74de7aef by Wolfgang Denk · Sat Apr 04 16:57:50 2009 +0200
- 85c25df Add "source" command; prepare removal of "autoscr" command by Wolfgang Denk · Wed Apr 01 23:34:12 2009 +0200
- dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
- ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
- 24c297d net: Fix download command parsing by Peter Tyser · Tue Dec 02 12:59:51 2008 -0600
- 5d6c789 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions by Peter Tyser · Tue Aug 26 11:17:48 2008 -0500
- 23b77a2 [new uImage] Add new uImage format support to autoscript routine by Marian Balakowicz · Wed Mar 12 10:33:00 2008 +0100
- 5855541 TFTP: add host ip addr support by Jean-Christophe PLAGNIOL-VILLARD · Fri Jan 18 01:14:03 2008 +0100
- 314a1af Fix nfs command help to reflect that the serverip is optional by Jean-Christophe PLAGNIOL-VILLARD · Fri Jan 11 00:01:37 2008 +0100
- c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · Mon Sep 24 09:05:31 2007 -0600
- ff87484 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · Mon Aug 06 01:11:08 2007 +0200
- 7e5e09f Merge branch 'testing' into working by Andy Fleming · Fri Aug 03 02:23:23 2007 -0500
- 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · Fri Jul 13 09:54:17 2007 +0200
- d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · Tue Jul 10 11:02:44 2007 -0500
- 5336a76 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK! by Jon Loeliger · Mon Jul 09 22:08:34 2007 -0500
- d76b5c1 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · Sun Jul 08 18:02:23 2007 -0500
- 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:01:54 2007 -0500
- 633e03a [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · Fri Jun 22 19:11:54 2007 +0200
- e085e5b * Patch by Ladislav Michl, 05 Apr 2005: Add support for VoiceBlue board. by wdenk · Tue Apr 05 23:32:21 2005 +0000
- 8d5d28a Fix problems with SNTP support; enable SNTP support in some boards. by wdenk · Sat Apr 02 22:37:54 2005 +0000
- b4ad962 * Patch by Masami Komiya, 30 Mar 2005: by wdenk · Fri Apr 01 00:25:43 2005 +0000
- 6568eaa Patch by Thomas Viehweger, 14 May 2004: by wdenk · Wed Jun 09 12:42:26 2004 +0000
- 0593920 * Cleanup, minor fixes by wdenk · Sun Apr 18 17:39:38 2004 +0000
- 145d2c1 Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · Thu Apr 15 21:48:45 2004 +0000
- be9c1cb * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download by wdenk · Tue Feb 24 02:00:03 2004 +0000
- e0aadfb - Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK. by stroese · Thu Aug 28 14:17:32 2003 +0000
- ca9bc76 * Patches by Martin Krause, 14 Jul 2003: by wdenk · Tue Jul 15 07:45:49 2003 +0000
- f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · Tue Jul 01 21:06:45 2003 +0000
- f12e396 Fix some missing commands, cleanup header files by wdenk · Sun Jun 29 21:03:46 2003 +0000
- bc16008 help text cleanup by wdenk · Sat Jun 28 23:18:28 2003 +0000
- 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
- e6466f6 * Add support for RMU board by wdenk · Thu Jun 05 19:27:42 2003 +0000
- c217f6d * Patch by Andreas Oberritter, 09 Nov 2002: by wdenk · Mon Nov 11 02:11:37 2002 +0000
- 3863585 Initial revision by wdenk · Tue Aug 27 05:55:31 2002 +0000