index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
eth_legacy.c
Age
Commit message (
Expand
)
Author
2022-01-11
net: uclass: Save generated ethernet MAC addresses to the environment
Michal Simek
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-19
net: eth_legacy - fix build CMD_PCAP
Jorge Ramirez-Ortiz
2020-09-30
net: use log_err() for 'No ethernet found' message
Heinrich Schuchardt
2020-08-03
net: Drop dm.h header file from phy.h
Simon Glass
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop bootstage.h from common header
Simon Glass
2019-12-09
net: Always build the string_to_enetaddr() helper
Joe Hershberger
2019-09-04
net: introduce packet capture support
Ramon Fried
2019-08-11
env: Drop environment.h header file where not needed
Simon Glass
2019-08-11
env: Move env_set() to env.h
Simon Glass
2019-01-24
net: remove CONFIG_MCAST_TFTP
Chris Packham
2019-01-24
net: move ether_crc to tsec driver
Chris Packham
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
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-02-07
net: cosmetic: Do not use magic values for ARP_HLEN
oliver@schinagl.nl
2016-11-13
net: write enetaddr down to hardware on env_callback
Marek Vasut
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-01-28
net: Rename eth.c to eth_lecacy.c
Simon Glass