1. 151b885 net: dwc_eth_qos: mdio: Implement clause 45 by Philip Oberfichtner · 7 months ago
  2. f4e163e Merge branch 'qcom-main' of https://gitlab.denx.de/u-boot/custodians/u-boot-snapdragon by Tom Rini · 4 months ago
  3. c436095 net: add Qualcomm ESS EDMA adapter by Robert Marko · 6 months ago
  4. f3974be drivers: net: Remove duplicate newlines by Marek Vasut · 4 months ago
  5. a2802fe net: sun8i_emac: add support for the V3s by Michael Walle · 6 months ago
  6. 475aa83 Merge patch series "mediatek: cumulative trivial fix for OF_UPSTREAM support" by Tom Rini · 5 months ago
  7. 1223e5b net: mediatek: handle alternative name for pn_swap property by Christian Marangi · 5 months ago
  8. aaebe0d e1000: add support for i226 by Marjolaine Amate · 5 months ago
  9. 8f25b15 m68k: Rename icache_invalid to invalidate_icache_all by Tom Rini · 5 months ago
  10. 0da5d22 net: dwc_eth_qos: add support for phy-reset-gpios property by Heesub Shin · 7 months ago
  11. b993bd6 bcmgenet: fix Rx buffer corruption caused by lack of cache flush by Yasuharu Shibata · 6 months ago
  12. 6610375 net: phy: Replace PHY_ANEG_TIMEOUT with Kconfig symbol by Marek Vasut · 6 months ago
  13. 4031a42 net: phy: Turn default auto-negotiation timeout into Kconfig symbol by Marek Vasut · 6 months ago
  14. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago WIP/20May2024-next
  15. d478142 Merge tag 'v2024.07-rc3' into next by Tom Rini · 6 months ago
  16. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  17. b079bd9 net: ti: am65-cpsw-nuss: fix error handling for "RX dma add buf failed" by Matthias Schiffer · 7 months ago
  18. 0898f44 net: ti: am65-cpsw-nuss: avoid errors due to imbalanced start()/stop() by Matthias Schiffer · 7 months ago
  19. 48022fb net: Add drivers for Sysnopsys Ethernet 10G device by Boon Khai Ng · 7 months ago
  20. 0e407c7 net: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  21. f874dec board: milkv_duo: Add init code for Milk-V Duo ethernet by Kongyang Liu · 7 months ago
  22. c5b8eaf rockchip: rk3308: Move cru and grf include files to arch-rockchip by Jonas Karlman · 8 months ago
  23. 6bc81a5 rockchip: rk3308: Sync device tree from linux v6.8 by Jonas Karlman · 8 months ago
  24. af04f37 Merge tag 'u-boot-stm32-20240419' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 7 months ago
  25. 1ef28c5 net: dwc_eth_qos: Add support for st, ext-phyclk property by Marek Vasut · 8 months ago
  26. 882b228 net: dwc_eth_qos: Add support of STM32MP13xx platform by Christophe Roullier · 8 months ago
  27. a440d19 net: dwc_eth_qos: Add DT parsing for STM32MP13xx platform by Christophe Roullier · 8 months ago
  28. 22265e2 net: dwc_eth_qos: Constify st, eth-* values parsed out of DT by Marek Vasut · 8 months ago
  29. 2e8f75b net: dwc_eth_qos: Use consistent logging prints by Marek Vasut · 8 months ago
  30. a810aa8 net: dwc_eth_qos: Move log_debug statements on top of case block by Marek Vasut · 8 months ago
  31. 416592e net: dwc_eth_qos: Use FIELD_PREP for ETH_SEL bitfield by Marek Vasut · 8 months ago
  32. b204c2a net: dwc_eth_qos: Scrub ifdeffery by Marek Vasut · 8 months ago
  33. d100c1a net: dwc_eth_qos: Fold board_interface_eth_init into STM32 glue code by Marek Vasut · 8 months ago
  34. 85d1de9 net: dwc_eth_qos: Rename eqos_stm32_config to eqos_stm32mp15_config by Marek Vasut · 8 months ago
  35. 3437426 net: dwc_eth_qos: Split STM32 glue into separate file by Marek Vasut · 8 months ago
  36. 13c1100 net: designware: Pass all multicast frames in designware driver by Jim Liu · 8 months ago
  37. 3d98b8c net: designware: Invalidate RX buffer cache before freeing the DMA descriptor by Jim Liu · 8 months ago
  38. b4e9b52 net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt() by Patrice Chotard · 8 months ago
  39. b566f7d Merge patch series "Introduce ICSSG Ethernet driver" by Tom Rini · 8 months ago
  40. 8ace084 net: ti: icssg: Add support sending FDB command to update rx_flow_id by MD Danish Anwar · 8 months ago
  41. 737a668 net: ti: icssg: Add ICSSG ethernet driver by MD Danish Anwar · 8 months ago
  42. ff77999 net: ti: icssg: Add icssg queues APIs and macros by MD Danish Anwar · 8 months ago
  43. 1c05cb4 net: ti: icssg: Add Firmware config and classification APIs. by MD Danish Anwar · 8 months ago
  44. 8cb5f07 net: ti: icssg: Add Firmware Interface for ICSSG Ethernet driver. by MD Danish Anwar · 8 months ago
  45. 0b06527 net: ti: am65-cpsw: Fix buffer overflow by Michael Walle · 8 months ago
  46. f12001b net: dw_eth_qos: Add missing \n in error messages. by Heinrich Schuchardt · 8 months ago
  47. 9dc7d52 net: fec_mxc: Avoid enable regulator failure by Ye Li · 8 months ago
  48. e99a6ef net: phy: Factor out PHY GPIO reset code by Marek Vasut · 8 months ago
  49. 85d44e4 e1000: add support for i225-IT by Marjolaine Amate · 9 months ago
  50. cc09160 net: phy: ncsi: reslove the unaligned access issue by Jacky Chou · 10 months ago
  51. 60d77b6 net: phy: ncsi: Correct the endian of the checksum by Jacky Chou · 10 months ago
  52. 0eedd1e net: hifemac: make some functions static by Yang Xiwen · 10 months ago
  53. abcb26c net: hifemac: implement `net stats` needed ops by Yang Xiwen · 10 months ago
  54. 561856e net: hifemac: register MDIO bus device for subnode by Yang Xiwen · 10 months ago
  55. a91263c net: hifemac: fix log reporting by Yang Xiwen · 10 months ago
  56. 3724ec4 net: hifemac_mdio: use log_msg_ret() correctly, report error by dev_err() by Yang Xiwen · 10 months ago
  57. f146c44 net: phy: the NC-SI phy device do not require mdio bus by Jacky Chou · 10 months ago
  58. f5dbfc8 net: phy: Fix signed shift overflow by Eugeniu Rosca · 11 months ago
  59. 388cb2d net: phy: broadcom: Configure LEDs on BCM54210E by Marek Vasut · 11 months ago
  60. 22f314e net: phy: ncsi: fixed not nullify the pointers after free by Jacky Chou · 11 months ago
  61. 9f5df9a rockchip: include asm/io.h directly in asm/arch-rockchip/hardware.h by Quentin Schulz · 9 months ago
  62. 20a0ce5 Merge tag 'v2024.04-rc4' into next by Tom Rini · 9 months ago WIP/11Mar2024-next
  63. 91e7036 net: phy: Use PHY MDIO address from DT if available by Marek Vasut · 10 months ago
  64. be2eb3a net: am65-cpsw: cpsw_mdio: Switch to proper DM_MDIO framework by Roger Quadros · 9 months ago
  65. faf96b2 net: mv88e6xxx: fix missing SMI address initialization by Marek Mojík · 12 months ago
  66. c2cffb0 ARM: renesas: Rename RMOBILE_CPU_TYPE_* to RENESAS_CPU_TYPE_* by Marek Vasut · 9 months ago
  67. 6bd3a95 ARM: renesas: Rename rmobile_get_cpu_type() to renesas_get_cpu_type() by Marek Vasut · 9 months ago
  68. e3f2493 net: macb: Add support for fixed link by BELOUARGA Mohamed · 10 months ago
  69. 172e32a net: mediatek: add support for XGMII interface by Weijie Gao · 10 months ago
  70. 85d1968 net: mediatek: add support for adjusting MDIO clock by Weijie Gao · 10 months ago
  71. a5f877a net: designware: Support high memory nodes by Nils Le Roux · 12 months ago
  72. 55fc0cb net: phy: nxp-c45-tja11xx: add tja1120 support by Radu Pirea (NXP OSS) · 12 months ago
  73. 7e02c3ac net: phy: nxp-c45-tja11xx: rename nxp_c45_tja11xx structure by Radu Pirea (NXP OSS) · 12 months ago
  74. 84e57e7 net: phy: nxp-c45-tja11xx: read PHY the speed from hardware by Radu Pirea (NXP OSS) · 12 months ago
  75. 6c43208 net: phy: nxp-c45-tja11xx: use local definion of features by Radu Pirea (NXP OSS) · 12 months ago
  76. f1e2f41 net: designware: Reset eth phy before phy connect by Jonas Karlman · 10 months ago
  77. c025c8a net: phy: motorcomm: configure pad drive strength register by Lukasz Tekieli · 10 months ago
  78. c9309f4 treewide: Remove clk_free by Sean Anderson · 11 months ago
  79. 2bfab76 net: sun8i-emac: Add support for fixed-link phy by Maksim Kiselev · 10 months ago
  80. 2ee7a8e Merge patch series "net fixes prior lwip" by Tom Rini · 11 months ago
  81. c64a1e4 driver/net/rtl8139: remove debug print by Maxim Uvarov · 11 months ago
  82. f5ead4c net/smc911x: fix return from smc911x_send by Maxim Uvarov · 11 months ago
  83. cb3ce95 global: Drop common.h inclusion by Tom Rini · 12 months ago
  84. b4534dd net: Add Amlogic GXL MDIO Mux driver by Neil Armstrong · 12 months ago
  85. fa3f19a Merge tag 'xilinx-for-v2024.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 12 months ago
  86. f9357169 net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CG by Sébastien Szymanski · 1 year, 1 month ago
  87. 9e1f79b net: dwc_eth_qos: add i.MX93 support by Sébastien Szymanski · 1 year, 1 month ago
  88. 3c6b1fd net: axi_emac: Use reg property for DMA registers by Mayuresh Chitale · 1 year ago
  89. dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year ago
  90. 7b252df net: sun8i_emac: Drop DM_GPIO checks by Samuel Holland · 1 year, 1 month ago
  91. a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 1 year, 1 month ago
  92. 5faf66a fsl_qe: Drop common.h by Tom Rini · 1 year, 1 month ago
  93. 2a7ea65 m68k: Remove CONFIG_FSLDMAFEC by Tom Rini · 1 year, 1 month ago
  94. d44f3d2 net: designware: add DMA offset awareness by Baruch Siach · 1 year, 1 month ago
  95. 9e4cabc net: e1000: Drop e1000_eth_ids[] by Bin Meng · 1 year, 1 month ago
  96. a56e30e net: phy: TI DP83869 fix invalid clock delay configuration by Frank de Brabander · 1 year, 2 months ago
  97. 6b5c8d9 net: add hifemac_mdio MDIO bus driver for HiSilicon platform by Yang Xiwen · 1 year, 3 months ago
  98. 9d8f78a net: add hifemac Ethernet driver for HiSilicon platform by Yang Xiwen · 1 year, 3 months ago
  99. 8994305 net: mv88e6xxx: add Clause 45 support by Robert Marko · 1 year, 4 months ago
  100. 1aecba9 net: mv88e6xxx: use generic bitfield macros for MDIO by Robert Marko · 1 year, 4 months ago