summaryrefslogtreecommitdiff
path: root/net/eth-uclass.c
AgeCommit message (Expand)Author
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
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