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