index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
eth-uclass.c
Age
Commit message (
Expand
)
Author
2020-07-07
net: dm: Remove warning about EEPROM provided MAC address
Andre Przywara
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop bootstage.h from common header
Simon Glass
2020-05-10
net: Add eth phy generic driver for shared MDIO
Ye Li
2020-05-10
net: eth-uclass: add return value check
Peng Fan
2020-04-06
net: eth-uclass: Fix message if mac is coming from DT or ROM
Michal Simek
2019-12-09
net: eth-uclass: ignore unavailable devices
Michael Walle
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-06-01
net: eth-uclass: Support device tree MAC addresses
Thierry Reding
2019-06-01
net: eth-uclass: Write MAC address to hardware after probe
Thierry Reding
2019-01-24
net: remove CONFIG_MCAST_TFTP
Chris Packham
2018-08-21
net: eth-uclass: Fix for DM USB ethernet support
Jean-Jacques Hiblot
2018-07-26
net: Only call halt on a driver that has been init'ed
Joe Hershberger
2018-06-13
net: Initialize as many ethernet devices as possible
Mario Six
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-22
net: Only access network devices after init
Alexander Graf
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-06-02
net: core: avoid possible NULL pointer dereference
[email protected]
2017-02-07
net: core: cosmetic: A MAC address is not limited to SROM
[email protected]
2017-02-07
net: cosmetic: Do not use magic values for ARP_HLEN
[email protected]
2016-11-07
net: use random ethernet address if invalid and not zero
Siva Durga Prasad Paladugu
2016-10-13
net: write enetaddr down to hardware on env_callback
Hannes Schmelzer
2016-02-06
microblaze: Correct build error in eth-uclass.c
Simon Glass
2016-01-28
net: Move driver-model code into its own file
Simon Glass