Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | net: Move enetaddr env access code to env config instead of net config | Alex Kiernan | 2018-04-08 | 1 | -30/+1 |
* | env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() | Simon Glass | 2017-08-16 | 1 | -4/+4 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -7/+7 |
* | env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() | Simon Glass | 2017-08-16 | 1 | -3/+3 |
* | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 1 | -3/+3 |
* | net: don't override ethernet address environment | Roger Quadros | 2017-03-20 | 1 | -0/+3 |
* | net: cosmetic: Make the MAC address string less magical | oliver@schinagl.nl | 2017-02-07 | 1 | -1/+1 |
* | net: Move remaining common functions to eth_common.c | Simon Glass | 2016-01-28 | 1 | -0/+100 |
* | net: Move environment functions to the common file | Simon Glass | 2016-01-28 | 1 | -0/+43 |
* | net: Move common init into a new eth_common.c file | Simon Glass | 2016-01-28 | 1 | -0/+23 |