aboutsummaryrefslogtreecommitdiff
path: root/net/eth-uclass.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-20Merge tag 'v2024.07-rc3' into nextTom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-15net: eth-uclass: guard against reentrant eth_init()/eth_halt() callsMatthias Schiffer
2024-05-06net: Remove <common.h> and add needed includesTom Rini
2023-11-05net: eth-uclass: Improve error message when MAC is not foundFabio Estevam
2023-11-05net: eth-uclass: Setup ROM source only when ROM reading passesMichal Simek
2023-09-14net: eth: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-03-30net: Pull board_interface_eth_init() into common codeMarek Vasut
2023-01-23sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass
2022-10-17net: eth-uclass: Do not set device on errorMichal Suchanek
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek
2022-06-08net: Add support for reading mac addresses from nvmem cellsSean Anderson
2022-04-25bootstd: ethernet: Add a bootdev driverSimon Glass
2022-01-11net: uclass: Save generated ethernet MAC addresses to the environmentMichal Simek
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-07-22net: define LOG_CATEGORYPatrick Delaunay
2021-06-18net: use the same alias stem for ethernet as linuxMichael Walle
2021-06-18net: use a more deterministic approach to get the active ethernet deviceMichael Walle
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-27net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address()Simon Glass
2021-01-19Revert "net: eth-uclass: Change uclass driver name to ethernet"Tom Rini
2021-01-19net: eth-uclass: Change uclass driver name to ethernetDavid Wu
2021-01-19net: eth-uclass: avoid running start() twice without stop()Matthias Schiffer
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass
2020-12-18net: Update to use new sequence numbersSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-19net: add a define for the number of packets received as batchPatrick Wildt
2020-10-10net: Expose some errors generated in net_initSean Anderson
2020-09-30net: use log_err() for 'No ethernet found' messageHeinrich Schuchardt
2020-07-07net: dm: Remove warning about EEPROM provided MAC addressAndre Przywara
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