summaryrefslogtreecommitdiff
path: root/cmd/net.c
AgeCommit message (Expand)AuthorFilesLines
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