- 3b400e8 net/ftgmac100: Add NC-SI mode support by Samuel Mendoza-Jonas · 2 years, 4 months ago
- 09bd3d0 net: NC-SI setup and handling by Samuel Mendoza-Jonas · 2 years, 4 months ago
- 300077c Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 2 months ago WIP/11Oct2022
- d0fc818 net: ti: am65-cpsw-nuss: Enable MDIO manual mode by Ravi Gunasekaran · 2 years, 2 months ago
- 9ea30ea6 net: ti: cpsw-mdio: Add workaround for errata i2329 by Ravi Gunasekaran · 2 years, 2 months ago
- 9a082d2 net: Fix static checker warnings by Venkatesh Yadav Abbarapu · 2 years, 2 months ago
- f4cf004 net: emaclite: fix handling for IP packets with specific lengths by Samuel Obuch · 2 years, 2 months ago
- 3d17002 net: emaclite: fix xemaclite_alignedread/write functions by Samuel Obuch · 2 years, 2 months ago
- 078d8eb net: emaclite: enable for more architectures by Samuel Obuch · 2 years, 2 months ago
- 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 3 months ago
- 8149b15 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
- 29a48bf net: mediatek: add support for MediaTek MT7981/MT7986 by Weijie Gao · 2 years, 3 months ago
- e7ad046 net: mediatek: add support for PDMA v2 by Weijie Gao · 2 years, 3 months ago
- 7d928c3 net: mediatek: stop using bitfileds for DMA descriptors by Weijie Gao · 2 years, 3 months ago
- 6259672 net: mediatek: use a struct to cover variations of all SoCs by Weijie Gao · 2 years, 3 months ago
- e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
- 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
- bae7d37 net: gem: Check rate before setting it up by Michal Simek · 2 years, 3 months ago
- 857e313 net: fm: Add support for FIT firmware by Sean Anderson · 2 years, 3 months ago
- f1061c5 net: Convert fit verification to use fit_get_data_* by Sean Anderson · 2 years, 3 months ago
- 5025224 net: enetc: Fix use after free issue in fsl_enetc.c by Siarhei Yasinski · 2 years, 3 months ago
- 94633c3 net: Make DM_ETH be selected by NETDEVICE by Tom Rini · 2 years, 4 months ago WIP/2022-08-20-enforce-DM_ETH-migration
- a2504a1 net: ks8851_mll: Remove legacy non-DM_ETH code and callers by Tom Rini · 2 years, 4 months ago
- adae2ed fsl-mc: Update dependencies for DM_ETH by Tom Rini · 2 years, 4 months ago
- 9d7add8 net: lpc32xx_eth.c ethernet driver by Tom Rini · 2 years, 4 months ago
- ecf1d27 net: Remove smc91111 ethernet driver by Tom Rini · 2 years, 4 months ago
- ff4e87c Convert CONFIG_SYS_FSL_QMAN_V3 et al to Kconfig by Tom Rini · 2 years, 4 months ago
- 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
- 5bd4f31 net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32 by Patrice Chotard · 2 years, 4 months ago WIP/2022-08-08-networking-updates
- acce23b net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186 by Patrice Chotard · 2 years, 4 months ago
- 5a28aa6 net: ave: Add capability of rgmii-id mode by Kunihiko Hayashi · 2 years, 5 months ago
- ebb8ff6 net: phy: possible NULL dereference in fixed_phy_create() by Heinrich Schuchardt · 2 years, 5 months ago
- 8a3b69d net: dwc_eth_qos: cosmetic: reorder include files by Patrick Delaunay · 2 years, 5 months ago
- 65f2266 net: phy: Remove inline definitions from convinience functions by Ramon Fried · 2 years, 6 months ago
- f44bf73 net: ftgmac100: use bus name in mdio error messages by Zev Weiss · 2 years, 6 months ago
- 52503d8 net: nuvoton : Add NPCM7xx EMAC driver by Jim Liu · 2 years, 6 months ago
- 81844ac net: mpc8xx_fec: Migrate to DM_ETH by Christophe Leroy · 2 years, 7 months ago
- c62b746 net: dwc_eth_qos: remove use of DWC_NET_PHYADDR by Rasmus Villemoes · 2 years, 7 months ago
- 0c999ce net: dwc_eth_qos: lift parsing of max-speed DT property to common code by Rasmus Villemoes · 2 years, 7 months ago
- 4a7c9db net: dwc_eth_qos: fix double resource leak in eqos_remove() by Rasmus Villemoes · 2 years, 7 months ago
- ecd8b03 net: dm9000: Correctly handle empty FIFO by Marek Vasut · 2 years, 7 months ago
- 0120794 net: phy: marvell: Add support for 88E1240 PHY by Stefan Roese · 2 years, 8 months ago
- 0ef0261 net: phy: marvell: Support reg config via "marvell, reg-init" DT property by Stefan Roese · 2 years, 8 months ago
- 612f7a6 Convert CONFIG_FSL_MEMAC et al to Kconfig by Tom Rini · 2 years, 4 months ago
- 2d752b0 Convert CONFIG_SYS_FMAN_V3 to Kconfig by Tom Rini · 2 years, 4 months ago
- a624251 net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddr by Peng Fan · 2 years, 4 months ago
- a6acf95 net: eqos: add function to get phy node and address by Ye Li · 2 years, 4 months ago
- 5fc783b net: dwc_eth_qos: move i.MX code out by Peng Fan · 2 years, 4 months ago
- 149e80f net: dwc_eth_qos: public some functions by Peng Fan · 2 years, 4 months ago
- 00fcfa8 net: dwc_eth_qos: fix build break when CLK not enabled by Peng Fan · 2 years, 4 months ago
- 09de565 net: fec_mxc: support i.MX93 by Peng Fan · 2 years, 4 months ago
- 68655e6 net: sun8i-emac: Drop use of arch-specific header by Samuel Holland · 2 years, 4 months ago
- 62ee043 net: sun8i-emac: Downgrade printf during probe to debug by Samuel Holland · 2 years, 4 months ago
- ad80d48 net: mediatek: add support for MediaTek MT7621 SoC by Weijie Gao · 2 years, 6 months ago
- 86062e7 net: mediatek: use regmap api to modify ethsys registers by Weijie Gao · 2 years, 6 months ago
- 528e483 net: mediatek: remap iobase address by Weijie Gao · 2 years, 6 months ago
- 0d121ad Convert CONFIG_SYS_DISCOVER_PHY to Kconfig by Tom Rini · 2 years, 5 months ago
- 7675a52 Convert CONFIG_SYS_UNIFY_CACHE to Kconfig by Tom Rini · 2 years, 5 months ago
- 69a2bb6 net: designware: Rename CONFIG_DW_GMAC_DEFAULT_DMA_PBL to GMAC_DEFAULT_DMA_PBL by Tom Rini · 2 years, 5 months ago
- 89d888e Convert CONFIG_DW_ALTDESCRIPTOR to Kconfig by Tom Rini · 2 years, 5 months ago
- 5c511ea Convert CONFIG_E1000_NO_NVM to Kconfig by Tom Rini · 2 years, 6 months ago
- c316ee6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 5 months ago
- 8faeb02 net: xilinx: axi_emaclite: Use shared MDIO bus support for axi emaclite driver by T Karthik Reddy · 2 years, 7 months ago
- 935e362 net: xilinx: axi_emac: Use shared MDIO bus support for axi emac driver by T Karthik Reddy · 2 years, 7 months ago
- 52af010 Merge branch 'master' into next by Tom Rini · 2 years, 5 months ago
- eae488b stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · 2 years, 6 months ago
- 54337ab phy: adin: add support for clock output by Josua Mayer · 2 years, 6 months ago
- 4cc25cd phy: adin: fix broken support for adi, phy-mode-override by Nate Drude · 2 years, 6 months ago
- 416e09b sandbox: net: Remove fake-host-hwaddr by Sean Anderson · 2 years, 7 months ago
- 3135ba6 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · 2 years, 6 months ago
- 7704b7f net: enetc: unregister mdiobus by Michael Walle · 2 years, 6 months ago
- d64ac85 net: e1000: Depend on CONFIG_PCI by Sean Anderson · 2 years, 7 months ago WIP/2022-05-26-assorted-fixes
- 3feea0b spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode by Patrice Chotard · 2 years, 8 months ago
- 95a3a6e net: mvneta: Drop unneeded macro by Marek Behún · 2 years, 7 months ago
- bdbda1e net: mvneta: Disable fixed PHY code if PHY_FIXED is not compiled in by Marek Behún · 2 years, 7 months ago
- 3833221 net: mvneta: Drop fixed_link member from private struct by Marek Behún · 2 years, 7 months ago
- e06c7f3 net: mvneta: Write PHY address just before enabling HW polling by Marek Behún · 2 years, 7 months ago
- 77fcf3c net: mvneta: Convert to use PHY_FIXED for fixed-link by Marek Behún · 2 years, 7 months ago
- 31f4ccc net: mvneta: Rename CONFIG_NR_CPUS to MVNETA_NR_CPUS by Marek Behún · 2 years, 7 months ago
- 730dad9 net: mvneta: Don't check for CONFIG_PHYLIB by Marek Behún · 2 years, 7 months ago
- 824f2f9 net: mvneta: Drop unnecessary space by Marek Behún · 2 years, 7 months ago
- 3b38fad net: mvneta: Use bool instead of int for boolean variable by Marek Behún · 2 years, 7 months ago
- ca4730a net: mvneta: Drop one indentation level in mvneta_adjust_link() by Marek Behún · 2 years, 7 months ago
- 7ec5040 net: mvneta: Fix unused variable warning if DM_GPIO is disabled by Marek Behún · 2 years, 7 months ago
- 1d87904 net: mvneta: Don't register MDIO bus by Marek Behún · 2 years, 7 months ago
- 4d47ea2 net: mvneta: Remember fixed link instead of PHY address in priv data by Marek Behún · 2 years, 7 months ago
- da84e40 net: mvneta: Use DM MDIO API for connecting PHY by Marek Behún · 2 years, 7 months ago
- 47f0e8e net: mvneta: Fix 10Mbps speed by Marek Behún · 2 years, 7 months ago
- 443cf35 net: mvneta: Get rid of platdata by Marek Behún · 2 years, 7 months ago
- 8e0f8ef net: Add ethernet support for MIPS Octeon by Stefan Roese · 2 years, 8 months ago
- 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
- 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 7 months ago
- f0f9875 net: marvell: mvgbe: Set PHY page 0 before phy_connect by Tony Dinh · 2 years, 8 months ago
- 2b7beb9 net: mvneta: add SFP TX disable handling by Robert Marko · 2 years, 8 months ago
- 7f418ea Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 8 months ago
- f478da9 net: dm9000: Add Kconfig entry by Marek Vasut · 2 years, 8 months ago
- 41e10be net: dm9000: Add DM support by Marek Vasut · 2 years, 8 months ago
- 84bf20f net: dm9000: Receive one packet per recv call by Marek Vasut · 2 years, 8 months ago
- 85a7260 net: dm9000: Split non-DM specific bits from common code by Marek Vasut · 2 years, 8 months ago
- f0d1a29 net: dm9000: Pass private data around for IO by Marek Vasut · 2 years, 8 months ago