summaryrefslogtreecommitdiff
path: root/net/eth-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2021-07-22net: define LOG_CATEGORYPatrick Delaunay1-0/+2
2021-06-18net: use the same alias stem for ethernet as linuxMichael Walle1-2/+2
2021-06-18net: use a more deterministic approach to get the active ethernet deviceMichael Walle1-5/+12
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-28net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address()Simon Glass1-1/+1
2021-01-19Revert "net: eth-uclass: Change uclass driver name to ethernet"Tom Rini1-2/+2
2021-01-19net: eth-uclass: Change uclass driver name to ethernetDavid Wu1-2/+2
2021-01-19net: eth-uclass: avoid running start() twice without stop()Matthias Schiffer1-4/+10
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-11/+11
2020-12-19dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass1-1/+1
2020-12-19net: Update to use new sequence numbersSimon Glass1-5/+2
2020-12-19dm: Avoid accessing seq directlySimon Glass1-9/+10
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-5/+5
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-10-19net: add a define for the number of packets received as batchPatrick Wildt1-1/+1
2020-10-10net: Expose some errors generated in net_initSean Anderson1-0/+3
2020-09-30net: use log_err() for 'No ethernet found' messageHeinrich Schuchardt1-3/+3
2020-07-08net: dm: Remove warning about EEPROM provided MAC addressAndre Przywara1-2/+0
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-10net: Add eth phy generic driver for shared MDIOYe Li1-0/+5
2020-05-10net: eth-uclass: add return value checkPeng Fan1-2/+10
2020-04-06net: eth-uclass: Fix message if mac is coming from DT or ROMMichal Simek1-5/+7
2019-12-09net: eth-uclass: ignore unavailable devicesMichael Walle1-6/+11
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger1-1/+1
2019-09-04net: introduce packet capture supportRamon Fried1-0/+5
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-06-01net: eth-uclass: Support device tree MAC addressesThierry Reding1-3/+27
2019-06-01net: eth-uclass: Write MAC address to hardware after probeThierry Reding1-0/+2
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham1-2/+0
2018-08-21net: eth-uclass: Fix for DM USB ethernet supportJean-Jacques Hiblot1-1/+2
2018-07-26net: Only call halt on a driver that has been init'edJoe Hershberger1-1/+1
2018-06-13net: Initialize as many ethernet devices as possibleMario Six1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-22net: Only access network devices after initAlexander Graf1-2/+2
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-06-02net: core: avoid possible NULL pointer dereferencexypron.glpk@gmx.de1-1/+2
2017-02-07net: core: cosmetic: A MAC address is not limited to SROMoliver@schinagl.nl1-1/+1
2017-02-07net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl1-5/+5
2016-11-07net: use random ethernet address if invalid and not zeroSiva Durga Prasad Paladugu1-1/+2
2016-10-13net: write enetaddr down to hardware on env_callbackHannes Schmelzer1-0/+1
2016-02-06microblaze: Correct build error in eth-uclass.cSimon Glass1-0/+2
2016-01-28net: Move driver-model code into its own fileSimon Glass1-0/+549