Age | Commit message (Expand) | Author |
---|---|---|
2017-08-16 | env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() | Simon Glass |
2017-08-16 | env: Rename getenv/_f() to env_get() | Simon Glass |
2017-08-16 | env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() | Simon Glass |
2017-08-16 | env: Rename setenv() to env_set() | Simon Glass |
2017-03-20 | net: don't override ethernet address environment | Roger Quadros |
2017-02-07 | net: cosmetic: Make the MAC address string less magical | oliver@schinagl.nl |
2016-01-28 | net: Move remaining common functions to eth_common.c | Simon Glass |
2016-01-28 | net: Move environment functions to the common file | Simon Glass |
2016-01-28 | net: Move common init into a new eth_common.c file | Simon Glass |