1. f27c47d net: luton: remove address translation after ofnode_read_resource by Patrick Delaunay · Fri May 21 12:24:59 2021 +0200
  2. d8d2d36 net: Remove ne2000 driver by Tom Rini · Tue May 25 11:54:12 2021 -0400
  3. 0db0f35 net: mvpp2: add explicit sgmii-2500 support by Marcin Wojtas · Mon May 03 08:08:53 2021 +0200
  4. 4032d40 net: mvpp2: allow MDIO registration for fixed links by Stefan Chulski · Mon May 03 08:08:52 2021 +0200
  5. 95c292c net: mvpp2: fix missing switch case break by Ben Peled · Mon May 03 08:08:51 2021 +0200
  6. 6c6a936 net: mvpp2: remove unused define MVPP22_SMI_PHY_ADDR_REG by Ben Peled · Mon May 03 08:08:50 2021 +0200
  7. 03da362 net: mvpp2: AN Bypass in 1000 and 2500 basex mode by Ben Peled · Mon May 03 08:08:49 2021 +0200
  8. 4de58cb net: mvpp2: Fix 2.5G GMII_SPEED configurations by Stefan Chulski · Mon May 03 08:08:48 2021 +0200
  9. 995e46a net: mvpp2: remove redundant SMI address configuration by Marcin Wojtas · Mon May 03 08:08:47 2021 +0200
  10. 237105f net: mvpp2: add 1000BaseX and 2500BaseX ppv2 support by Stefan Chulski · Mon May 03 08:08:46 2021 +0200
  11. b3f12b5 net: mvpp2: add CP115 port1 10G/5G SFI support by Stefan Chulski · Mon May 03 08:08:45 2021 +0200
  12. f4d2f1f net: designware: meson8b: add g12a compatible by Neil Armstrong · Fri Apr 16 14:52:06 2021 +0200
  13. 3665d6b net: dwmac_meson8b: do not set TX delay in TXID & RXID by Neil Armstrong · Wed May 05 09:52:08 2021 +0200
  14. f3f9141 Merge tag 'ti-v2021.07-rc3' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Wed May 12 10:07:21 2021 -0400
  15. 1cc3562 net: ti: am65-cpsw-nuss: Add a new compatible for AM64 by Vignesh Raghavendra · Mon May 10 20:06:11 2021 +0530
  16. 8d40af3 net: ti: am65-cpsw-nuss: Don't cache disabled port ID by Vignesh Raghavendra · Mon May 10 20:06:10 2021 +0530
  17. c5a6613 net: ti: am65-cpsw-nuss: Prepare to support non primary ext port by Vignesh Raghavendra · Mon May 10 20:06:09 2021 +0530
  18. 59e8585 net: fec: Only unregister MII bus if we registered it by Sean Anderson · Thu Apr 15 13:06:09 2021 -0400
  19. 18c3157 net: fec: Don't use disabled phys by Sean Anderson · Thu Apr 15 13:06:08 2021 -0400
  20. 62228e7 Merge tag 'dm-pull-29apr21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Apr 29 21:03:38 2021 -0400
  21. a738b53 Merge tag 'xilinx-for-v2021.07-rc2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Thu Apr 29 11:31:06 2021 -0400
  22. 2a28c6e dm: core: Add address translation in fdt_get_resource by Patrick Delaunay · Tue Apr 06 09:38:06 2021 +0200
  23. 7727203 net: phy: xilinx: Break while loop over ethernet phy by Michal Simek · Mon Apr 26 14:26:48 2021 +0200
  24. 1188a6d net: designware: fix PHY reset with DM_MDIO by Neil Armstrong · Wed Apr 21 10:58:01 2021 +0200
  25. 9643c83 net: sun8i-emac: Fix pinmux setup for Allwinner H5 by Andre Przywara · Fri Apr 16 00:53:17 2021 +0100
  26. e49a0f3 net: jr2: Fix Serdes6G configuration by Horatiu Vultur · Wed Mar 10 09:31:39 2021 +0100
  27. 034ac24 net: jr2: Reset switch by Horatiu Vultur · Wed Mar 10 09:31:38 2021 +0100
  28. 7352fb9 net: calxedagmac: Convert to DM_ETH by Andre Przywara · Mon Apr 12 01:04:52 2021 +0100
  29. 5b1d144 net: octeontx: smi: fix mii probe by Tim Harvey · Thu Mar 25 17:07:37 2021 -0700
  30. 4e5aa91 drivers: net: octeontx: fix QSGMII by Tim Harvey · Thu Mar 25 17:07:35 2021 -0700
  31. dbc4c2e net: tsec: Support <reg> property from the subnode "queue-group" by Bin Meng · Sun Mar 14 20:15:01 2021 +0800
  32. 8699b2e net: tsec: Use map_physmem() directly instead of dev_remap_addr() by Bin Meng · Sun Mar 14 20:14:59 2021 +0800
  33. d9eaa92 sandbox: Add a DSA sandbox driver and unit test by Claudiu Manoil · Sun Mar 14 20:14:57 2021 +0800
  34. 26980e9 net: tsec: Use dm_eth_phy_connect() directly for the DM case by Vladimir Oltean · Sun Mar 14 20:14:56 2021 +0800
  35. 1346267 net: phy: fixed: Support the old DT binding by Bin Meng · Sun Mar 14 20:14:55 2021 +0800
  36. fbe5aea net: phy: fixed: Add the missing ending newline by Bin Meng · Sun Mar 14 20:14:54 2021 +0800
  37. 7d2129b net: phy: fixed: Make driver ops static by Bin Meng · Sun Mar 14 20:14:53 2021 +0800
  38. b34ef72 net: phy: Simplify the logic of phy_connect_fixed() by Bin Meng · Sun Mar 14 20:14:52 2021 +0800
  39. 7e11558 net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii() by Bin Meng · Sun Mar 14 20:14:51 2021 +0800
  40. 021e7e7 net: phy: xilinx: Be compatible with live OF tree by Bin Meng · Sun Mar 14 20:14:50 2021 +0800
  41. b66dd37 net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixed by Vladimir Oltean · Sun Mar 14 20:14:49 2021 +0800
  42. 6ca194a net: phy: fixed: Be compatible with live OF tree by Vladimir Oltean · Sun Mar 14 20:14:48 2021 +0800
  43. 3090082 ppc: Remove Cyrus_P5020 and P5040 boards by Tom Rini · Sat Feb 20 20:06:30 2021 -0500
  44. 3ec582b ppc: Remove T2081QDS board and ARCH_T2081 support by Tom Rini · Sat Feb 20 20:06:21 2021 -0500
  45. ca85aaa net: designware: remove amlogic compatibles by Neil Armstrong · Thu Feb 25 09:44:36 2021 +0100
  46. 145aff7 net: designware: add Amlogic Meson8b & later glue driver by Neil Armstrong · Wed Feb 24 20:33:56 2021 +0100
  47. d0ddbb9 net: add Amlogic Meson G12A MDIO MUX driver by Neil Armstrong · Wed Feb 24 17:31:53 2021 +0100
  48. 47318c9 net: designware: add DM_MDIO support by Neil Armstrong · Wed Feb 24 15:02:39 2021 +0100
  49. b66cbb3 net: add MMIO Register MDIO MUX driver by Neil Armstrong · Wed Feb 24 15:02:23 2021 +0100
  50. 3d6a9e0 net: gem: Fix setting PCS auto-negotiation state by Robert Hancock · Thu Mar 11 16:55:50 2021 -0600
  51. 00aeaa0 net: cortina_ni: buffer overrun by Heinrich Schuchardt · Sat Feb 20 10:44:04 2021 +0100
  52. df070ce Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Tue Feb 23 10:45:55 2021 -0500
  53. 179f7d7 net: gem: Fix error path in zynq_gem_probe by Michal Simek · Thu Feb 11 19:03:30 2021 +0100
  54. 68cd67d net: gem: Enable ethernet rx clock for versal by T Karthik Reddy · Wed Feb 03 03:10:48 2021 -0700
  55. 4171095 clk: zynq: Add dummy clock enable function by Michal Simek · Tue Feb 09 15:28:15 2021 +0100
  56. b6f9a8e uec.h: fix COFIG_DM typo by Rasmus Villemoes · Mon Oct 05 15:15:18 2020 +0200
  57. c1391e2 dm_qe_uec.c: fix indentation in uec_set_mac_if_mode() by Rasmus Villemoes · Mon Oct 05 15:15:17 2020 +0200
  58. 4ea74fd drivers: net: Add Felix DSA switch driver by Alex Marginean · Mon Jan 25 14:23:55 2021 +0200
  59. c0566c2 net: Introduce DSA class for Ethernet switches by Claudiu Manoil · Mon Jan 25 14:23:53 2021 +0200
  60. 8c089f7 net: phy: introduce fixed_phy_create for DSA CPU ports by Vladimir Oltean · Mon Jan 25 14:23:52 2021 +0200
  61. 312e15b net: phy: fixed: support speeds of 2500 and 10000 by Vladimir Oltean · Mon Jan 25 14:23:51 2021 +0200
  62. d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · Mon Feb 15 17:08:09 2021 -0700
  63. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · Mon Feb 15 08:19:40 2021 -0500
  64. c488578 sh: Remove sh7757lcr board by Tom Rini · Wed Feb 10 12:51:25 2021 -0500
  65. c37799c sh: Remove r7780mp board by Tom Rini · Wed Feb 10 12:51:22 2021 -0500
  66. 465437c net: gem: unregister mdio bus if probe fails by Michael Walle · Wed Feb 10 22:41:57 2021 +0100
  67. f369e69 net: eqos: Reduce the MDIO wait time by Ye Li · Mon Dec 28 20:15:10 2020 +0800
  68. f78f21d net: memac_phy: add a timeout to MDIO operations by Ioana Ciornei · Wed Dec 09 13:31:58 2020 +0200
  69. ff7607c net: ftmac100: Cast priv->iobase with uintptr_t by Bin Meng · Sun Jan 31 20:36:02 2021 +0800
  70. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  71. 882a923 net: sun8i-emac: Determine pinmux based on SoC, not EMAC type by Andre Przywara · Mon Jan 11 21:11:49 2021 +0100
  72. 15651d8 net: sun8i-emac: Always clear syscon EPHY register by Andre Przywara · Mon Jan 11 21:11:45 2021 +0100
  73. 7bbc25b net: phy: micrel: Try default PHY ofnode first by Marek Vasut · Sun Jan 17 00:16:16 2021 +0100
  74. 556872f net: phy: ca_phy: Add driver for CAxxxx SoCs by Abbie Chang · Thu Jan 14 13:34:12 2021 -0800
  75. ebcdddd net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs by Aaron Tseng · Thu Jan 14 13:34:11 2021 -0800
  76. e178994 net: e1000: Add missing address translations by Stefan Roese · Mon Nov 16 18:02:30 2020 +0100
  77. 0a1a329 net: e1000: Use virt_to_phys() instead of pci_virt_to_mem() by Stefan Roese · Mon Nov 16 18:02:29 2020 +0100
  78. 9094276 net: e1000: Remove unused bus_to_phys() macro by Stefan Roese · Mon Nov 16 18:02:28 2020 +0100
  79. d719a4d Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Mon Jan 25 19:46:02 2021 -0500
  80. 43bb158 net: sun8i-emac: Allow all RGMII PHY modes by Andre Przywara · Sat Nov 14 17:37:46 2020 +0000
  81. 7bf38bc Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · Mon Jan 25 14:38:40 2021 -0500
  82. e1a7435 Merge tag 'u-boot-atmel-2021.04-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · Mon Jan 25 09:01:28 2021 -0500
  83. 7b4c8be net: add ethernet driver for MediaTek MT7620 SoC by developer · Thu Nov 12 16:36:53 2020 +0800
  84. a81146b net: macb: take into account all RGMII interface types by Claudiu Beznea · Tue Jan 19 13:26:48 2021 +0200
  85. 2acf5f8 net: macb: add support for sama7g5 emac by Claudiu Beznea · Tue Jan 19 13:26:47 2021 +0200
  86. 01ca4eb net: macb: add support for sama7g5 gmac by Claudiu Beznea · Tue Jan 19 13:26:46 2021 +0200
  87. e2888dc net: macb: check clk_set_rate return value to be negative by Claudiu Beznea · Tue Jan 19 13:26:45 2021 +0200
  88. dc17aec net: macb: add user io config data structure by Claudiu Beznea · Tue Jan 19 13:26:44 2021 +0200
  89. 8907773 net: dwc_eth_qos: Pad descriptors to cacheline size by Marek Vasut · Thu Jan 07 11:12:16 2021 +0100
  90. e034d88 net: ks8851: Reset internal RXFC count on bad packet by Marek Vasut · Wed Jan 06 15:16:01 2021 +0100
  91. 55ae590 net: ftgmac100: Read and retain MAC address by Hongwei Zhang · Thu Dec 10 18:11:09 2020 -0500
  92. 9635e2d net: e1000: implement eth_write_hwaddr for DM_ETH by Ian Ray · Wed Nov 04 17:26:01 2020 +0100
  93. 3f1606f net: phy: micrel: fix typo by Claudiu Beznea · Thu Dec 03 11:18:31 2020 +0200
  94. 840a6b0 net: phy: micrel: add support for DLL setup on ksz9131 by Claudiu Beznea · Thu Dec 03 11:18:30 2020 +0200
  95. 34394ba net: macb: Add phy address to read it from device tree by Padmarao Begari · Fri Jan 15 08:20:37 2021 +0530
  96. 7a2c496 net: macb: Add DMA 64-bit address support for macb by Padmarao Begari · Fri Jan 15 08:20:36 2021 +0530
  97. 69d1ddb common: board_r: Drop initr_bbmii wrapper by Ovidiu Panait · Sat Nov 28 10:43:17 2020 +0200
  98. c0649b5 net: designware: socfpga: Add ATF support for MAC driver by Chee Hong Ang · Thu Dec 24 18:21:05 2020 +0800
  99. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  100. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500