1. c8c4c56 net: ftmac100: Remove non-DM_ETH code by Tom Rini · Sat Nov 19 18:45:40 2022 -0500
  2. 3d43987 Convert CONFIG_VSC7385_ENET et al to Kconfig by Tom Rini · Sat Nov 19 18:45:39 2022 -0500
  3. 31df83b arm: Remove unused mx27 code by Tom Rini · Sat Nov 19 18:45:27 2022 -0500
  4. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  5. 0a2bac7 global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_* by Tom Rini · Wed Nov 16 13:10:29 2022 -0500
  6. 8144a2a net: xilinx_axi: check PCS/PMA PHY status in setup_phy by Andy Chiu · Tue Nov 01 11:58:00 2022 +0800
  7. 58af7eb net: xilinx_axi: add PCS/PMA PHY by Andy Chiu · Tue Nov 01 11:57:59 2022 +0800
  8. f7a7243 phy: add driver for Intel XWAY PHY by Tim Harvey · Thu Nov 17 13:27:09 2022 -0800
  9. 1ae088d net: macb: Fix race caused by flushing unwanted descriptors by Yaron Micher · Thu Nov 10 19:31:34 2022 +0200
  10. 096dff8 drivers: net: aquantia: fix typos by Tim Harvey · Thu Nov 03 14:44:22 2022 -0700
  11. 3e8a1be net: dwc_eth_qos: Add support for bulk RX descriptor cleaning by Marek Vasut · Sun Oct 09 17:51:46 2022 +0200
  12. 90cc13a net: dwc_eth_qos: Split TX and RX DMA rings by Marek Vasut · Sun Oct 09 17:51:45 2022 +0200
  13. 705017a liteeth: LiteX Ethernet device by Joel Stanley · Mon Sep 26 15:35:58 2022 +0930
  14. 0f36b14 xilinx: common: Remove zynq_board_read_rom_ethaddr() by Venkatesh Yadav Abbarapu · Mon Oct 17 15:18:18 2022 +0530
  15. 376b88a global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · Fri Oct 28 20:27:13 2022 -0400
  16. d5c3bf2 global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespace by Tom Rini · Fri Oct 28 20:27:12 2022 -0400
  17. 44b7cc7 net: mvneta: Add support for AlleyCat5 by Chris Packham · Sat Nov 05 17:23:56 2022 +1300
  18. 75a6a37 treewide: Remove the unnecessary space before semicolon by Bin Meng · Wed Oct 26 12:40:07 2022 +0800
  19. cf4c4f9 net/ftgmac100: Add NC-SI mode support by Samuel Mendoza-Jonas · Mon Aug 08 21:46:05 2022 +0930
  20. c8f4ab0 net: NC-SI setup and handling by Samuel Mendoza-Jonas · Mon Aug 08 21:46:03 2022 +0930
  21. af74e27 Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Tue Oct 11 09:57:08 2022 -0400
  22. 1eb6191 net: ti: am65-cpsw-nuss: Enable MDIO manual mode by Ravi Gunasekaran · Thu Sep 22 15:21:24 2022 +0530
  23. 40cea49 net: ti: cpsw-mdio: Add workaround for errata i2329 by Ravi Gunasekaran · Thu Sep 22 15:21:23 2022 +0530
  24. 1bbe450 net: Fix static checker warnings by Venkatesh Yadav Abbarapu · Thu Sep 29 10:26:05 2022 +0530
  25. e8362ea net: emaclite: fix handling for IP packets with specific lengths by Samuel Obuch · Tue Sep 27 13:21:03 2022 +0200
  26. e4fdd45 net: emaclite: fix xemaclite_alignedread/write functions by Samuel Obuch · Tue Sep 27 13:21:02 2022 +0200
  27. 2f229ef net: emaclite: enable for more architectures by Samuel Obuch · Tue Sep 27 13:21:01 2022 +0200
  28. 2e4938b dm: core: Drop ofnode_is_available() by Simon Glass · Tue Sep 06 20:27:17 2022 -0600
  29. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · Sat Sep 17 09:00:09 2022 -0600
  30. 053929c net: mediatek: add support for MediaTek MT7981/MT7986 by developer · Fri Sep 09 19:59:28 2022 +0800
  31. a7cdebf net: mediatek: add support for PDMA v2 by developer · Fri Sep 09 19:59:26 2022 +0800
  32. 65089f7 net: mediatek: stop using bitfileds for DMA descriptors by developer · Fri Sep 09 19:59:24 2022 +0800
  33. 1d3b1f6 net: mediatek: use a struct to cover variations of all SoCs by developer · Fri Sep 09 19:59:21 2022 +0800
  34. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  35. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  36. a170e43 net: gem: Check rate before setting it up by Michal Simek · Fri Aug 26 10:30:47 2022 +0200
  37. 9a2c773 net: fm: Add support for FIT firmware by Sean Anderson · Wed Sep 07 13:44:55 2022 +0800
  38. 4b2c94f net: Convert fit verification to use fit_get_data_* by Sean Anderson · Tue Aug 16 11:16:06 2022 -0400
  39. 25b798e net: enetc: Fix use after free issue in fsl_enetc.c by Siarhei Yasinski · Wed Aug 31 10:57:37 2022 +0000
  40. 4c40e73 net: Make DM_ETH be selected by NETDEVICE by Tom Rini · Tue Aug 02 07:33:47 2022 -0400
  41. 9972d83 net: ks8851_mll: Remove legacy non-DM_ETH code and callers by Tom Rini · Tue Aug 02 07:33:40 2022 -0400
  42. eff529e fsl-mc: Update dependencies for DM_ETH by Tom Rini · Tue Aug 02 07:33:37 2022 -0400
  43. 71fcf6d net: lpc32xx_eth.c ethernet driver by Tom Rini · Tue Aug 02 07:33:36 2022 -0400
  44. d27b68a net: Remove smc91111 ethernet driver by Tom Rini · Tue Aug 02 07:33:35 2022 -0400
  45. 8d7aa57 Convert CONFIG_SYS_FSL_QMAN_V3 et al to Kconfig by Tom Rini · Sun Jul 31 21:08:29 2022 -0400
  46. 1ab1692 common: Drop display_options.h from common header by Simon Glass · Sun Jul 31 12:28:48 2022 -0600
  47. d982443 net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32 by Patrice Chotard · Tue Aug 02 10:55:26 2022 +0200
  48. 088d3ca net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186 by Patrice Chotard · Tue Aug 02 10:55:25 2022 +0200
  49. 7085f1d net: ave: Add capability of rgmii-id mode by Kunihiko Hayashi · Wed Jul 13 10:59:44 2022 +0900
  50. 056f40f net: phy: possible NULL dereference in fixed_phy_create() by Heinrich Schuchardt · Mon Jul 11 19:40:13 2022 +0200
  51. 4172927 net: dwc_eth_qos: cosmetic: reorder include files by Patrick Delaunay · Thu Jun 30 11:09:41 2022 +0200
  52. 5d74726 net: phy: Remove inline definitions from convinience functions by Ramon Fried · Sun Jun 05 03:44:15 2022 +0300
  53. 4e5ca0f net: ftgmac100: use bus name in mdio error messages by Zev Weiss · Tue May 17 15:16:39 2022 -0700
  54. eaddbcb net: nuvoton : Add NPCM7xx EMAC driver by Jim Liu · Tue May 17 16:28:11 2022 +0800
  55. 69ef96d net: mpc8xx_fec: Migrate to DM_ETH by Christophe Leroy · Thu May 12 15:48:51 2022 +0200
  56. c0c19aa net: dwc_eth_qos: remove use of DWC_NET_PHYADDR by Rasmus Villemoes · Thu May 12 09:33:07 2022 +0200
  57. 2a9e76d net: dwc_eth_qos: lift parsing of max-speed DT property to common code by Rasmus Villemoes · Wed May 11 16:58:41 2022 +0200
  58. 50fe526 net: dwc_eth_qos: fix double resource leak in eqos_remove() by Rasmus Villemoes · Wed May 11 16:12:50 2022 +0200
  59. ff35f4c net: dm9000: Correctly handle empty FIFO by Marek Vasut · Mon Apr 25 20:28:05 2022 +0200
  60. 09d5f76 net: phy: marvell: Add support for 88E1240 PHY by Stefan Roese · Thu Mar 31 11:43:07 2022 +0200
  61. 2ae0fc2 net: phy: marvell: Support reg config via "marvell, reg-init" DT property by Stefan Roese · Thu Mar 31 11:43:06 2022 +0200
  62. 33ae6a7 Convert CONFIG_FSL_MEMAC et al to Kconfig by Tom Rini · Sat Jul 23 13:05:10 2022 -0400
  63. 82a703b Convert CONFIG_SYS_FMAN_V3 to Kconfig by Tom Rini · Sat Jul 23 13:05:06 2022 -0400
  64. bf69a7b9 net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddr by Peng Fan · Tue Jul 26 16:41:17 2022 +0800
  65. 2f2aa48 net: eqos: add function to get phy node and address by Ye Li · Tue Jul 26 16:41:16 2022 +0800
  66. 5721a82 net: dwc_eth_qos: move i.MX code out by Peng Fan · Tue Jul 26 16:41:15 2022 +0800
  67. c0a5995 net: dwc_eth_qos: public some functions by Peng Fan · Tue Jul 26 16:41:14 2022 +0800
  68. 809993f net: dwc_eth_qos: fix build break when CLK not enabled by Peng Fan · Tue Jul 26 16:41:13 2022 +0800
  69. fad6d90 net: fec_mxc: support i.MX93 by Peng Fan · Tue Jul 26 16:41:12 2022 +0800
  70. 632c88e net: sun8i-emac: Drop use of arch-specific header by Samuel Holland · Fri Jul 15 00:20:57 2022 -0500
  71. 712cc89 net: sun8i-emac: Downgrade printf during probe to debug by Samuel Holland · Fri Jul 15 00:20:56 2022 -0500
  72. 2f866c4 net: mediatek: add support for MediaTek MT7621 SoC by developer · Fri May 20 11:23:42 2022 +0800
  73. a182b7e net: mediatek: use regmap api to modify ethsys registers by developer · Fri May 20 11:23:37 2022 +0800
  74. afa74c2 net: mediatek: remap iobase address by developer · Fri May 20 11:23:31 2022 +0800
  75. bd8253d Convert CONFIG_SYS_DISCOVER_PHY to Kconfig by Tom Rini · Sat Jun 25 11:02:36 2022 -0400
  76. 74d888f Convert CONFIG_SYS_UNIFY_CACHE to Kconfig by Tom Rini · Sat Jun 25 11:02:35 2022 -0400
  77. c58e930 net: designware: Rename CONFIG_DW_GMAC_DEFAULT_DMA_PBL to GMAC_DEFAULT_DMA_PBL by Tom Rini · Wed Jun 15 12:03:44 2022 -0400
  78. 7ac21a3 Convert CONFIG_DW_ALTDESCRIPTOR to Kconfig by Tom Rini · Wed Jun 15 12:03:43 2022 -0400
  79. a35003b Convert CONFIG_E1000_NO_NVM to Kconfig by Tom Rini · Wed Jun 08 08:24:23 2022 -0400
  80. 4050eb6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Jun 27 10:15:50 2022 -0400
  81. cff1084 net: xilinx: axi_emaclite: Use shared MDIO bus support for axi emaclite driver by T Karthik Reddy · Tue May 10 13:26:10 2022 +0200
  82. 4a3f40b net: xilinx: axi_emac: Use shared MDIO bus support for axi emac driver by T Karthik Reddy · Tue May 10 13:26:09 2022 +0200
  83. d9ff2b9 Merge branch 'master' into next by Tom Rini · Mon Jun 20 14:40:59 2022 -0400
  84. a6b185e stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · Fri May 20 18:38:10 2022 +0200
  85. d671dcb phy: adin: add support for clock output by Josua Mayer · Thu May 19 12:31:57 2022 +0300
  86. 021dacc phy: adin: fix broken support for adi, phy-mode-override by Nate Drude · Thu May 19 12:31:56 2022 +0300
  87. 5d7af61 sandbox: net: Remove fake-host-hwaddr by Sean Anderson · Thu May 05 13:11:33 2022 -0400
  88. 56bf6a8 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · Wed May 25 16:13:48 2022 -0400
  89. 3f66e8e net: enetc: unregister mdiobus by Michael Walle · Tue May 31 18:36:16 2022 +0200
  90. d22315a net: e1000: Depend on CONFIG_PCI by Sean Anderson · Tue Apr 26 14:35:33 2022 -0400
  91. 05b1aa6 spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode by Patrice Chotard · Wed Mar 30 09:33:14 2022 +0200
  92. 346b15a net: mvneta: Drop unneeded macro by Marek Behún · Wed Apr 27 12:42:02 2022 +0200
  93. ea059c4 net: mvneta: Disable fixed PHY code if PHY_FIXED is not compiled in by Marek Behún · Wed Apr 27 12:42:01 2022 +0200
  94. b8ff6dd net: mvneta: Drop fixed_link member from private struct by Marek Behún · Wed Apr 27 12:42:00 2022 +0200
  95. 32c5ef6 net: mvneta: Write PHY address just before enabling HW polling by Marek Behún · Wed Apr 27 12:41:59 2022 +0200
  96. 7eba470eb net: mvneta: Convert to use PHY_FIXED for fixed-link by Marek Behún · Wed Apr 27 12:41:58 2022 +0200
  97. 06c91f0 net: mvneta: Rename CONFIG_NR_CPUS to MVNETA_NR_CPUS by Marek Behún · Wed Apr 27 12:41:57 2022 +0200
  98. 98b54d3 net: mvneta: Don't check for CONFIG_PHYLIB by Marek Behún · Wed Apr 27 12:41:56 2022 +0200
  99. 2db231e net: mvneta: Drop unnecessary space by Marek Behún · Wed Apr 27 12:41:55 2022 +0200
  100. b4d0ea7 net: mvneta: Use bool instead of int for boolean variable by Marek Behún · Wed Apr 27 12:41:54 2022 +0200