1. b15a4af Correct SPL uses of CMD_TFTPPUT by Simon Glass · 1 year, 8 months ago
  2. c8c3fd2 net: Add a function to run dhcp by Simon Glass · 1 year, 8 months ago
  3. e524f3a net: Remove eth_legacy.c by Tom Rini · 1 year, 10 months ago
  4. eeb0a2c net: ping6: Add ping6 command by Viacheslav Mitrofanov · 1 year, 10 months ago
  5. 7fbf230 net: tftp: Add IPv6 support for tftpboot by Viacheslav Mitrofanov · 1 year, 10 months ago
  6. cfbae48 net: Add wget application by Ying-Chun Liu (PaulLiu) · 1 year, 11 months ago
  7. 4b290d4 cmd: Add ncsi command by Samuel Mendoza-Jonas · 2 years, 2 months ago
  8. 651031e cmd: correct short text for tftpboot by Heinrich Schuchardt · 2 years, 1 month ago
  9. 5f46c6e cmd: fix tftpput command by Heinrich Schuchardt · 2 years, 1 month ago
  10. 4340753 net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP by Simon Glass · 2 years, 9 months ago
  11. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 2 months ago
  12. 8a3987f cmd: net: add a 'net list' command to list network devs by Tim Harvey · 3 years, 3 months ago
  13. 912ece4 sntp: use udp framework by Philippe Reynes · 4 years ago
  14. 808f13d net: Fix error if some network features are disabled by Krebs, Olaf · 4 years, 7 months ago
  15. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  16. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  17. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 9 months ago
  18. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 9 months ago
  19. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  20. f43308f net: Read bootfile from env on netboot_common() by Joe Hershberger · 6 years ago
  21. 449312c net: Prefer command line arguments by Alexander Graf · 6 years ago
  22. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  23. d7a45ea net: Make CMD_NET a menuconfig by Joe Hershberger · 6 years ago
  24. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  25. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  26. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  27. 0c1b869 net: add static to do_tftpput() by Masahiro Yamada · 7 years ago
  28. ff78ad2 cmd: net: fix function name in comment by Baruch Siach · 8 years ago
  29. 9bde741 net: Fix cache misalignment message after network load operations by Peter Chubb · 8 years ago
  30. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_net.c]
  31. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_net.c]
  32. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  33. 4fd5055 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 9 years ago
  34. 786eac5 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 9 years ago
  35. 6aede5b net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 9 years ago
  36. 586cbe5 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 9 years ago
  37. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 9 years ago
  38. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  39. 85848f0 cmd: net: Clean up return codes by Joe Hershberger · 10 years ago
  40. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  41. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  42. d22c338 net: Add link-local addressing support by Joe Hershberger · 12 years ago
  43. a3e1a72 net: Don't write the "serverip" env var if configured not to by Joe Hershberger · 12 years ago
  44. 573f14f bootstage: Plumb in bootstage calls for basic operations by Simon Glass · 13 years ago
  45. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  46. c8e66db bootstage: Convert net progress numbers to enums by Simon Glass · 13 years ago
  47. 5ddb118 bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  48. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  49. 38bd80b net: Fix arguments in tftpput command by Simon Glass · 13 years ago
  50. 2d46cf2 net: tftpput: add tftpput command by Simon Glass · 13 years ago
  51. e4bf0c5 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · 13 years ago
  52. 67d668b autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
  53. d6840e3 sntp: avoid use of uninitialized variable by Luuk Paulussen · 13 years ago
  54. 7a83af0 TFTP: add tftpsrv command by Luca Ceresoli · 13 years ago
  55. 3e5ab1a Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · 14 years ago
  56. 4b58266 cmd_net.c: fix build breakage by Wolfgang Denk · 14 years ago
  57. 5a442c0 boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · 14 years ago
  58. 36ebb78 do_bootm: unify duplicate prototypes by Mike Frysinger · 14 years ago
  59. ec5c04c Revert "cmd_net: drop spurious comma in U_BOOT_CMD" by Wolfgang Denk · 14 years ago
  60. 8f4cb77 cmd_net: drop spurious comma in U_BOOT_CMD by Mike Frysinger · 14 years ago
  61. bf6cb24 rarp: Condtionally compile rarp support by Peter Tyser · 14 years ago
  62. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  63. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  64. 3202d33 Remove deprecated 'autoscr' command/variables by Peter Tyser · 15 years ago
  65. 28958b8 Coding Style cleanup; update CHANGELOG. by Wolfgang Denk · 15 years ago
  66. 1a32bf4 Add DNS support by Robin Getz · 15 years ago
  67. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  68. 83863df Fix quoting bug introduced by commit 74de7aef by Wolfgang Denk · 15 years ago
  69. 74de7ae Add "source" command; prepare removal of "autoscr" command by Wolfgang Denk · 15 years ago
  70. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  71. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  72. 2e4970d net: Fix download command parsing by Peter Tyser · 16 years ago
  73. a1573db Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions by Peter Tyser · 16 years ago
  74. 424c4ab [new uImage] Add new uImage format support to autoscript routine by Marian Balakowicz · 17 years ago
  75. a93907c TFTP: add host ip addr support by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  76. 7f52fa3 Fix nfs command help to reflect that the serverip is optional by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  77. 4a43719 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  78. f2c2a93 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  79. 6bf6f11 Merge branch 'testing' into working by Andy Fleming · 17 years ago
  80. fad6340 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  81. 9025317 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  82. 1fe80d7 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK! by Jon Loeliger · 17 years ago
  83. c76fe47 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  84. 65c450b common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  85. 566a494 [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
  86. 3c2b3d4 * Patch by Ladislav Michl, 05 Apr 2005: Add support for VoiceBlue board. by wdenk · 19 years ago
  87. 414eec3 Fix problems with SNTP support; enable SNTP support in some boards. by wdenk · 19 years ago
  88. ea287de * Patch by Masami Komiya, 30 Mar 2005: by wdenk · 19 years ago
  89. aa5590b Patch by Thomas Viehweger, 14 May 2004: by wdenk · 20 years ago
  90. 6e59238 * Cleanup, minor fixes by wdenk · 20 years ago
  91. a3d991b Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 20 years ago
  92. cbd8a35 * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download by wdenk · 21 years ago
  93. fe389a8 - Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK. by stroese · 21 years ago
  94. 6dff552 * Patches by Martin Krause, 14 Jul 2003: by wdenk · 21 years ago
  95. 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  96. b0fce99 Fix some missing commands, cleanup header files by wdenk · 21 years ago
  97. eeacb89 help text cleanup by wdenk · 21 years ago
  98. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  99. 73a8b27 * Add support for RMU board by wdenk · 21 years ago
  100. eb9401e * Patch by Andreas Oberritter, 09 Nov 2002: by wdenk · 22 years ago