summaryrefslogtreecommitdiffstats
path: root/net/eth_legacy.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* net: eth_legacy - fix build CMD_PCAPJorge Ramirez-Ortiz2021-01-191-1/+1
* net: use log_err() for 'No ethernet found' messageHeinrich Schuchardt2020-09-301-2/+2
* net: Drop dm.h header file from phy.hSimon Glass2020-08-031-0/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-3/+3
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* net: Always build the string_to_enetaddr() helperJoe Hershberger2019-12-091-1/+1
* net: introduce packet capture supportRamon Fried2019-09-041-1/+9
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* net: remove CONFIG_MCAST_TFTPChris Packham2019-01-241-4/+0
* net: move ether_crc to tsec driverChris Packham2019-01-241-24/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-161-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-2/+2
* net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl2017-02-071-5/+5
* net: write enetaddr down to hardware on env_callbackMarek Vasut2016-11-131-0/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* net: Rename eth.c to eth_lecacy.cSimon Glass2016-01-281-0/+439