summaryrefslogtreecommitdiff
path: root/net/eth_common.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move get_env_id() to env.hSimon Glass1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-30/+1
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-4/+4
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-7/+7
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-3/+3
2017-08-16env: Rename setenv() to env_set()Simon Glass1-3/+3
2017-03-21net: don't override ethernet address environmentRoger Quadros1-0/+3
2017-02-07net: cosmetic: Make the MAC address string less magicaloliver@schinagl.nl1-1/+1
2016-01-28net: Move remaining common functions to eth_common.cSimon Glass1-0/+100
2016-01-28net: Move environment functions to the common fileSimon Glass1-0/+43
2016-01-28net: Move common init into a new eth_common.c fileSimon Glass1-0/+23