1. eb48b4b net: split cmd/net.c into cmd/net.c and cmd/net-common.c by Jerome Forissier · 5 weeks ago
  2. ca8881c cmd: Remove duplicate newlines by Marek Vasut · 4 months ago
  3. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  4. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  5. 5c1444f cmd: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  6. 4a4ebe3 Merge tag 'v2023.07-rc6' into next by Tom Rini · 1 year, 5 months ago
  7. 0860588 net: ipv6: Fix CID 453851 and CID 436278 by Sean Edmond · 1 year, 6 months ago
  8. 7a9fdec cmd: net: add a 'net stats' command to dump network statistics by Ioana Ciornei · 1 year, 6 months ago
  9. ba80286 net: dhcp6: pxe: Add DHCP/PXE commands for IPv6 by Sean Edmond · 1 year, 8 months ago
  10. 65815e7 net: ipv6: IPv6 environment variable cleanup by Sean Edmond · 1 year, 9 months ago
  11. df1bbae Correct SPL uses of CMD_TFTPPUT by Simon Glass · 1 year, 10 months ago
  12. 31ef394 net: Add a function to run dhcp by Simon Glass · 1 year, 10 months ago
  13. 68fc04c net: Remove eth_legacy.c by Tom Rini · 2 years ago
  14. e03c8aa net: ping6: Add ping6 command by Viacheslav Mitrofanov · 2 years ago
  15. 12b95ae net: tftp: Add IPv6 support for tftpboot by Viacheslav Mitrofanov · 2 years ago
  16. cc96a1d net: Add wget application by Ying-Chun Liu (PaulLiu) · 2 years, 1 month ago
  17. feebd6c cmd: Add ncsi command by Samuel Mendoza-Jonas · 2 years, 4 months ago
  18. 7d289f1 cmd: correct short text for tftpboot by Heinrich Schuchardt · 2 years, 3 months ago
  19. 107b3a4 cmd: fix tftpput command by Heinrich Schuchardt · 2 years, 3 months ago
  20. 297fc20 net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP by Simon Glass · 3 years ago
  21. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  22. c4e71e7 cmd: net: add a 'net list' command to list network devs by Tim Harvey · 3 years, 5 months ago
  23. 2829d99 sntp: use udp framework by Philippe Reynes · 4 years, 2 months ago
  24. d924938 net: Fix error if some network features are disabled by Krebs, Olaf · 4 years, 9 months ago
  25. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  26. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  27. 85f1378 common: Move the image globals into image.h by Simon Glass · 5 years ago
  28. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  29. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  30. 2e13527 net: Read bootfile from env on netboot_common() by Joe Hershberger · 6 years ago
  31. f43bf5d net: Prefer command line arguments by Alexander Graf · 6 years ago
  32. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  33. b042946 net: Make CMD_NET a menuconfig by Joe Hershberger · 7 years ago
  34. da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  35. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  36. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  37. 3dcd714 net: add static to do_tftpput() by Masahiro Yamada · 7 years ago
  38. bc71325 cmd: net: fix function name in comment by Baruch Siach · 8 years ago
  39. c42ad30 net: Fix cache misalignment message after network load operations by Peter Chubb · 8 years ago
  40. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_net.c]
  41. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_net.c]
  42. c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 10 years ago
  43. 013d387 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 10 years ago
  44. f725e34 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 10 years ago
  45. 527336f net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 10 years ago
  46. 6d23643 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 10 years ago
  47. 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 10 years ago
  48. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 10 years ago
  49. ba86783 cmd: net: Clean up return codes by Joe Hershberger · 10 years ago
  50. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  51. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  52. b35a3a6 net: Add link-local addressing support by Joe Hershberger · 13 years ago
  53. d476204 net: Don't write the "serverip" env var if configured not to by Joe Hershberger · 13 years ago
  54. 768cbf0 bootstage: Plumb in bootstage calls for basic operations by Simon Glass · 13 years ago
  55. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  56. 964d1d4 bootstage: Convert net progress numbers to enums by Simon Glass · 13 years ago
  57. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  58. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  59. 778fe69 net: Fix arguments in tftpput command by Simon Glass · 13 years ago
  60. 85d96ec net: tftpput: add tftpput command by Simon Glass · 13 years ago
  61. d6c5f55 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · 13 years ago
  62. 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
  63. 7cb3f89 sntp: avoid use of uninitialized variable by Luuk Paulussen · 14 years ago
  64. 7aa81a4 TFTP: add tftpsrv command by Luca Ceresoli · 14 years ago
  65. f489250 Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · 14 years ago
  66. f003d92 cmd_net.c: fix build breakage by Wolfgang Denk · 14 years ago
  67. 27c0b4a boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · 14 years ago
  68. 2a5ba45 do_bootm: unify duplicate prototypes by Mike Frysinger · 14 years ago
  69. d29afc3 Revert "cmd_net: drop spurious comma in U_BOOT_CMD" by Wolfgang Denk · 14 years ago
  70. c758e59 cmd_net: drop spurious comma in U_BOOT_CMD by Mike Frysinger · 14 years ago
  71. f7a48ca rarp: Condtionally compile rarp support by Peter Tyser · 14 years ago
  72. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  73. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  74. d78876c Remove deprecated 'autoscr' command/variables by Peter Tyser · 15 years ago
  75. bddc726 Coding Style cleanup; update CHANGELOG. by Wolfgang Denk · 15 years ago
  76. 82f0d23 Add DNS support by Robin Getz · 15 years ago
  77. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  78. 4f44a6b Fix quoting bug introduced by commit 74de7aef by Wolfgang Denk · 16 years ago
  79. 85c25df Add "source" command; prepare removal of "autoscr" command by Wolfgang Denk · 16 years ago
  80. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  81. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  82. 24c297d net: Fix download command parsing by Peter Tyser · 16 years ago
  83. 5d6c789 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions by Peter Tyser · 16 years ago
  84. 23b77a2 [new uImage] Add new uImage format support to autoscript routine by Marian Balakowicz · 17 years ago
  85. 5855541 TFTP: add host ip addr support by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  86. 314a1af Fix nfs command help to reflect that the serverip is optional by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  87. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  88. ff87484 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  89. 7e5e09f Merge branch 'testing' into working by Andy Fleming · 17 years ago
  90. 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  91. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  92. 5336a76 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK! by Jon Loeliger · 17 years ago
  93. d76b5c1 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  94. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  95. 633e03a [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
  96. e085e5b * Patch by Ladislav Michl, 05 Apr 2005: Add support for VoiceBlue board. by wdenk · 20 years ago
  97. 8d5d28a Fix problems with SNTP support; enable SNTP support in some boards. by wdenk · 20 years ago
  98. b4ad962 * Patch by Masami Komiya, 30 Mar 2005: by wdenk · 20 years ago
  99. 6568eaa Patch by Thomas Viehweger, 14 May 2004: by wdenk · 20 years ago
  100. 0593920 * Cleanup, minor fixes by wdenk · 21 years ago