summaryrefslogtreecommitdiff
path: root/net/eth-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* net: remove CONFIG_MCAST_TFTPChris Packham2019-01-241-2/+0
* net: eth-uclass: Fix for DM USB ethernet supportJean-Jacques Hiblot2018-08-211-1/+2
* net: Only call halt on a driver that has been init'edJoe Hershberger2018-07-261-1/+1
* net: Initialize as many ethernet devices as possibleMario Six2018-06-131-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: Only access network devices after initAlexander Graf2018-03-221-2/+2
* 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-3/+3
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-1/+1
* net: core: avoid possible NULL pointer dereferencexypron.glpk@gmx.de2017-06-021-1/+2
* net: core: cosmetic: A MAC address is not limited to SROMoliver@schinagl.nl2017-02-071-1/+1
* net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl2017-02-071-5/+5
* net: use random ethernet address if invalid and not zeroSiva Durga Prasad Paladugu2016-11-071-1/+2
* net: write enetaddr down to hardware on env_callbackHannes Schmelzer2016-10-131-0/+1
* microblaze: Correct build error in eth-uclass.cSimon Glass2016-02-061-0/+2
* net: Move driver-model code into its own fileSimon Glass2016-01-281-0/+549