summaryrefslogtreecommitdiffstats
path: root/net/eth-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address()Simon Glass2021-01-271-1/+1
* Revert "net: eth-uclass: Change uclass driver name to ethernet"Tom Rini2021-01-191-2/+2
* net: eth-uclass: Change uclass driver name to ethernetDavid Wu2021-01-191-2/+2
* net: eth-uclass: avoid running start() twice without stop()Matthias Schiffer2021-01-191-4/+10
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-11/+11
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-181-1/+1
* net: Update to use new sequence numbersSimon Glass2020-12-181-5/+2
* dm: Avoid accessing seq directlySimon Glass2020-12-181-9/+10
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-5/+5
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* net: add a define for the number of packets received as batchPatrick Wildt2020-10-191-1/+1
* net: Expose some errors generated in net_initSean Anderson2020-10-101-0/+3
* net: use log_err() for 'No ethernet found' messageHeinrich Schuchardt2020-09-301-3/+3
* net: dm: Remove warning about EEPROM provided MAC addressAndre Przywara2020-07-071-2/+0
* 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: Add eth phy generic driver for shared MDIOYe Li2020-05-101-0/+5
* net: eth-uclass: add return value checkPeng Fan2020-05-101-2/+10
* net: eth-uclass: Fix message if mac is coming from DT or ROMMichal Simek2020-04-061-5/+7
* net: eth-uclass: ignore unavailable devicesMichael Walle2019-12-091-6/+11
* net: Always build the string_to_enetaddr() helperJoe Hershberger2019-12-091-1/+1
* net: introduce packet capture supportRamon Fried2019-09-041-0/+5
* 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: eth-uclass: Support device tree MAC addressesThierry Reding2019-06-011-3/+27
* net: eth-uclass: Write MAC address to hardware after probeThierry Reding2019-06-011-0/+2
* 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