summaryrefslogtreecommitdiff
path: root/net/eth-uclass.c
AgeCommit message (Expand)Author
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-10net: Add eth phy generic driver for shared MDIOYe Li
2020-05-10net: eth-uclass: add return value checkPeng Fan
2020-04-06net: eth-uclass: Fix message if mac is coming from DT or ROMMichal Simek
2019-12-09net: eth-uclass: ignore unavailable devicesMichael Walle
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger
2019-09-04net: introduce packet capture supportRamon Fried
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-06-01net: eth-uclass: Support device tree MAC addressesThierry Reding
2019-06-01net: eth-uclass: Write MAC address to hardware after probeThierry Reding
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham
2018-08-21net: eth-uclass: Fix for DM USB ethernet supportJean-Jacques Hiblot
2018-07-26net: Only call halt on a driver that has been init'edJoe Hershberger
2018-06-13net: Initialize as many ethernet devices as possibleMario Six
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-22net: Only access network devices after initAlexander Graf
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass
2017-06-02net: core: avoid possible NULL pointer dereferencexypron.glpk@gmx.de
2017-02-07net: core: cosmetic: A MAC address is not limited to SROMoliver@schinagl.nl
2017-02-07net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl
2016-11-07net: use random ethernet address if invalid and not zeroSiva Durga Prasad Paladugu
2016-10-13net: write enetaddr down to hardware on env_callbackHannes Schmelzer
2016-02-06microblaze: Correct build error in eth-uclass.cSimon Glass
2016-01-28net: Move driver-model code into its own fileSimon Glass