1. c8d070c net: eth-uclass: add function eth_start_udev() by Jerome Forissier · 5 weeks ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. cb40ccc Merge tag 'v2024.07-rc3' into next by Tom Rini · 6 months ago
  4. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  5. 2469b13 net: eth-uclass: guard against reentrant eth_init()/eth_halt() calls by Matthias Schiffer · 7 months ago
  6. 7235660 net: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  7. 3cc8444 net: eth-uclass: Improve error message when MAC is not found by Fabio Estevam · 1 year, 1 month ago
  8. 58e609b net: eth-uclass: Setup ROM source only when ROM reading passes by Michal Simek · 1 year, 2 months ago
  9. 8420bb4 net: eth: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  10. b506e7d net: Pull board_interface_eth_init() into common code by Marek Vasut · 1 year, 9 months ago
  11. b490f5f sandbox: Allow ethernet bootdevs to be disabled for tests by Simon Glass · 1 year, 10 months ago
  12. 050aa36 net: eth-uclass: Do not set device on error by Michal Suchanek · 2 years, 1 month ago
  13. ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years, 1 month ago
  14. dfdda78 net: Add support for reading mac addresses from nvmem cells by Sean Anderson · 2 years, 7 months ago
  15. 4f840a2 bootstd: ethernet: Add a bootdev driver by Simon Glass · 2 years, 7 months ago
  16. 2b25402 net: uclass: Save generated ethernet MAC addresses to the environment by Michal Simek · 2 years, 11 months ago
  17. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  18. a8f2ca2 net: define LOG_CATEGORY by Patrick Delaunay · 3 years, 4 months ago
  19. 7efcdfd net: use the same alias stem for ethernet as linux by Michael Walle · 3 years, 9 months ago
  20. 384023e net: use a more deterministic approach to get the active ethernet device by Michael Walle · 3 years, 9 months ago
  21. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  22. 1eb7294 net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address() by Simon Glass · 3 years, 10 months ago
  23. 5129ccb Revert "net: eth-uclass: Change uclass driver name to ethernet" by Tom Rini · 3 years, 10 months ago
  24. 01f6e88 net: eth-uclass: Change uclass driver name to ethernet by David Wu · 3 years, 11 months ago
  25. 9f5c1a5 net: eth-uclass: avoid running start() twice without stop() by Matthias Schiffer · 4 years, 1 month ago
  26. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  27. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
  28. 3e14a22 net: Update to use new sequence numbers by Simon Glass · 4 years ago
  29. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  30. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  31. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  32. d47430a net: add a define for the number of packets received as batch by Patrick Wildt · 4 years, 2 months ago
  33. 35e8298 net: Expose some errors generated in net_init by Sean Anderson · 4 years, 2 months ago
  34. 653f3ee net: use log_err() for 'No ethernet found' message by Heinrich Schuchardt · 4 years, 2 months ago
  35. 2cd81f1 net: dm: Remove warning about EEPROM provided MAC address by Andre Przywara · 4 years, 6 months ago
  36. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  37. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  38. cd5bb77 net: Add eth phy generic driver for shared MDIO by Ye Li · 4 years, 7 months ago
  39. 46ec104 net: eth-uclass: add return value check by Peng Fan · 4 years, 7 months ago
  40. 3141113 net: eth-uclass: Fix message if mac is coming from DT or ROM by Michal Simek · 4 years, 8 months ago
  41. 902c796 net: eth-uclass: ignore unavailable devices by Michael Walle · 5 years ago
  42. 8e7545e net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
  43. ac598c1 net: introduce packet capture support by Ramon Fried · 5 years ago
  44. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  45. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  46. 8fe0853 net: eth-uclass: Support device tree MAC addresses by Thierry Reding · 6 years ago
  47. 1306487 net: eth-uclass: Write MAC address to hardware after probe by Thierry Reding · 6 years ago
  48. a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  49. d21faa5 net: eth-uclass: Fix for DM USB ethernet support by Jean-Jacques Hiblot · 6 years ago
  50. 3c91d15 net: Only call halt on a driver that has been init'ed by Joe Hershberger · 6 years ago
  51. 865c387 net: Initialize as many ethernet devices as possible by Mario Six · 7 years ago
  52. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  53. 7151149 net: Only access network devices after init by Alexander Graf · 7 years ago
  54. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  55. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  56. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  57. 0211e39 net: core: avoid possible NULL pointer dereference by xypron.glpk@gmx.de · 8 years ago
  58. 54e89f0 net: core: cosmetic: A MAC address is not limited to SROM by oliver@schinagl.nl · 8 years ago
  59. 496904b net: cosmetic: Do not use magic values for ARP_HLEN by oliver@schinagl.nl · 8 years ago
  60. e0b7bc7 net: use random ethernet address if invalid and not zero by Siva Durga Prasad Paladugu · 8 years ago
  61. 3071f07 net: write enetaddr down to hardware on env_callback by Hannes Schmelzer · 8 years ago
  62. 004b891 microblaze: Correct build error in eth-uclass.c by Simon Glass · 9 years ago
  63. c6011d2 net: Move driver-model code into its own file by Simon Glass · 9 years ago