summaryrefslogtreecommitdiff
path: root/net/eth_common.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-30/+1
* env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-161-4/+4
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-7/+7
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-3/+3
* env: Rename setenv() to env_set()Simon Glass2017-08-161-3/+3
* net: don't override ethernet address environmentRoger Quadros2017-03-201-0/+3
* net: cosmetic: Make the MAC address string less magicaloliver@schinagl.nl2017-02-071-1/+1
* net: Move remaining common functions to eth_common.cSimon Glass2016-01-281-0/+100
* net: Move environment functions to the common fileSimon Glass2016-01-281-0/+43
* net: Move common init into a new eth_common.c fileSimon Glass2016-01-281-0/+23