summaryrefslogtreecommitdiff
path: root/cmd/net.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini1-6/+6
2023-06-14net: ipv6: Fix CID 453851 and CID 436278Sean Edmond1-6/+6
2023-06-14cmd: net: add a 'net stats' command to dump network statisticsIoana Ciornei1-1/+53
2023-05-06net: dhcp6: pxe: Add DHCP/PXE commands for IPv6Sean Edmond1-0/+23
2023-05-05net: ipv6: IPv6 environment variable cleanupSean Edmond1-1/+22
2023-02-10Correct SPL uses of CMD_TFTPPUTSimon Glass1-3/+3
2023-01-24net: Add a function to run dhcpSimon Glass1-0/+35
2022-12-08net: Remove eth_legacy.cTom Rini1-2/+0
2022-12-05net: ping6: Add ping6 commandViacheslav Mitrofanov1-0/+26
2022-12-05net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov1-0/+35
2022-11-28net: Add wget applicationYing-Chun Liu (PaulLiu)1-0/+13
2022-10-21cmd: Add ncsi commandSamuel Mendoza-Jonas1-0/+22
2022-09-09cmd: correct short text for tftpbootHeinrich Schuchardt1-1/+1
2022-09-09cmd: fix tftpput commandHeinrich Schuchardt1-24/+66
2022-01-21net: Drop #ifdefs with CONFIG_BOOTP_SERVERIPSimon Glass1-3/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-3/+3
2021-07-06cmd: net: add a 'net list' command to list network devsTim Harvey1-0/+46
2020-09-30sntp: use udp frameworkPhilippe Reynes1-1/+9
2020-06-12net: Fix error if some network features are disabledKrebs, Olaf1-0/+6
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-16/+22
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-01-17common: Move the image globals into image.hSimon Glass1-0/+1
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-6/+6
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-07-26net: Read bootfile from env on netboot_common()Joe Hershberger1-0/+6
2018-07-02net: Prefer command line argumentsAlexander Graf1-2/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-13net: Make CMD_NET a menuconfigJoe Hershberger1-0/+4
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass1-17/+17
2017-08-07net: add static to do_tftpput()Masahiro Yamada1-1/+1
2016-12-27cmd: net: fix function name in commentBaruch Siach1-1/+1
2016-10-13net: Fix cache misalignment message after network load operationsPeter Chubb1-3/+0
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+447