- e5352c6 net: eepro100: Use plain debug() by Marek Vasut · 4 years, 6 months ago
- aba283d net: eepro100: Clean up comments by Marek Vasut · 4 years, 6 months ago
- 0a5be6c net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · 4 years, 6 months ago
- 46c8b18 net: rtl8139: Add DM support by Marek Vasut · 4 years, 6 months ago
- d8afb8b net: rtl8139: Read HW address from EEPROM only on probe by Marek Vasut · 4 years, 6 months ago
- 2df3a51 net: rtl8139: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
- 6a4a5c1 net: rtl8139: Split out common and non-DM functions by Marek Vasut · 4 years, 6 months ago
- 26f59c2 net: rtl8139: Pass private data into rtl8139_eeprom_delay() by Marek Vasut · 4 years, 6 months ago
- 3feb6f7 net: rtl8139: Introduce device private data by Marek Vasut · 4 years, 6 months ago
- 8ff1d4a net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros by Marek Vasut · 4 years, 6 months ago
- f438553 net: rtl8139: Use dev->iobase instead of custom ioaddr by Marek Vasut · 4 years, 6 months ago
- 1ba8d98 net: rtl8139: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 6 months ago
- 9962dd2 net: rtl8139: Factor out device name assignment by Marek Vasut · 4 years, 6 months ago
- 8882238 net: phy: Add DP8382x phy registration to TI PHY init by Dan Murphy · 4 years, 7 months ago
- bc0e578 net: phy: Add support for TI PHY init by Dan Murphy · 4 years, 7 months ago
- 9c6de50 net: phy: add phyid search in vendor specific space by Florin Chiculita · 4 years, 7 months ago
- a7a435e net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot by Tom Warren · 4 years, 8 months ago
- baafd99 net: phy: micrel: ksz8061 implement errata 80000688A fix by Bryan O'Donoghue · 4 years, 8 months ago
- 08649c3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 4 years, 5 months ago
- a0f47e0 net: tsec: Access TBI PHY through the corresponding MII by Hou Zhiqiang · 4 years, 7 months ago
- bf67eb3 net: tsec: Access eTSEC registers using virtual address by Hou Zhiqiang · 4 years, 7 months ago
- 2932c5a net: tsec: fsl_mdio: add DM MDIO support by Madalin Bucur · 4 years, 7 months ago
- 9447222 drivers: net: e1000: with DM_ETH needs DM_PCI too by Madalin Bucur · 4 years, 7 months ago
- 99ac861 net: sun8i_emac: Add support for the H6 variant by Samuel Holland · 4 years, 6 months ago
- abdbefb net: sun8i_emac: Use consistent clock bitfield definitions by Samuel Holland · 4 years, 6 months ago
- df4c483 net: ks8851: Add Kconfig entries by Marek Vasut · 4 years, 8 months ago
- 1d476de net: ks8851: Add DM support by Marek Vasut · 4 years, 8 months ago
- 9c9f3fc net: ks8851: Receive one packet per recv call by Marek Vasut · 4 years, 8 months ago
- f725912 net: ks8851: Split non-DM specific bits from common code by Marek Vasut · 4 years, 8 months ago
- b7c6ae2 net: ks8851: Pass around driver private data by Marek Vasut · 4 years, 8 months ago
- 8ec27b0 net: ks8851: Checkpatch cleanup by Marek Vasut · 4 years, 8 months ago
- eb69d8b net: ks8851: Clean up chip ID readout by Marek Vasut · 4 years, 8 months ago
- 63f22f5 net: ks8851: Remove type_frame_head by Marek Vasut · 4 years, 8 months ago
- b043597 net: ks8851: Trim down struct ks_net by Marek Vasut · 4 years, 8 months ago
- 6a45731 net: ks8851: Use 16bit RXQCR access by Marek Vasut · 4 years, 8 months ago
- 8b41a16 net: ks8851: Remove RXQCR cache by Marek Vasut · 4 years, 8 months ago
- e3b54cd net: ks8851: Replace malloc()+memset() with calloc() by Marek Vasut · 4 years, 8 months ago
- b0b13f4 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 6 months ago
- d5b0af0 net: fsl-mc: fixup DPC: add /board/ports node if missing by Razvan Ionut Cirjan · 4 years, 7 months ago
- 21a00d1 drivers: net: fsl-mc: fixup msi-map property by Laurentiu Tudor · 4 years, 7 months ago
- 9b2e892 driver: net: fm: minor fix in DM ETH support by Madalin Bucur · 4 years, 7 months ago
- cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
- 07e1114 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 6 months ago
- eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
- 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 6 months ago
- e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 6 months ago
- 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
- bb0fb4c rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD by Trevor Woerner · 4 years, 7 months ago
- b16a331 rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X by Trevor Woerner · 4 years, 7 months ago
- 57805f2 net: bcmgenet: Don't set ID_MODE_DIS when not using RGMII by Nicolas Saenz Julienne · 4 years, 9 months ago
- bb488ac Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 6 months ago
- 580fab4 eQos: Implement the read_rom_hwaddr callback by Ye Li · 4 years, 7 months ago
- 9d4194f fec: Move imx_get_mac_from_fuse declare to imx file by Ye Li · 4 years, 7 months ago
- 0e9d239 net: eqos: implement callbaks to get interface and set txclk rate by Fugang Duan · 4 years, 7 months ago
- 3a97da1 net: dwc_eth_qos: add dwc eqos for imx support by Fugang Duan · 4 years, 7 months ago
- e32e4d0 net: phy: realtek: add rx delay support for RTL8211F by Fugang Duan · 4 years, 7 months ago
- 6a895d0 net: Update eQos driver and FEC driver to use eth phy interfaces by Ye Li · 4 years, 7 months ago
- 5fe419e net: Add eth phy generic driver for shared MDIO by Ye Li · 4 years, 7 months ago
- 3b26d52 net: fec: add fuse check by Peng Fan · 4 years, 7 months ago
- 39821d5 net: ethernet: ti: am65-cpsw-nuss: enable 10Mbps link speed in rgmii mode by Murali Karicheri · 4 years, 7 months ago
- 8737c65 phy: atheros: consolidate {ar8031|ar8035}_config() by Michael Walle · 4 years, 7 months ago
- 6333cbb phy: atheros: ar8035: remove static clock config by Michael Walle · 4 years, 7 months ago
- fe6293a phy: atheros: add device tree bindings and config by Michael Walle · 4 years, 7 months ago
- 2b77215 phy: atheros: move delay config to common function by Michael Walle · 4 years, 7 months ago
- f6ae47b phy: atheros: introduce debug read and write functions by Michael Walle · 4 years, 7 months ago
- 30e3193 phy: atheros: use defines for PHY IDs by Michael Walle · 4 years, 7 months ago
- f4d48f4 phy: atheros: fix AR8021 PHY ID mask by Michael Walle · 4 years, 7 months ago
- 4d4e4cf phy: atheros: Clarify the intention of ar8021_config by Vladimir Oltean · 4 years, 7 months ago
- 13114f3 phy: atheros: Explicitly disable RGMII delays by Vladimir Oltean · 4 years, 7 months ago
- a234ae8 phy: atheros: Clarify the configuration of the CLK_25M output pin by Vladimir Oltean · 4 years, 7 months ago
- 29602f9 phy: atheros: Use common functions for RGMII internal delays by Vladimir Oltean · 4 years, 7 months ago
- 4346df3 phy: atheros: Make RGMII Tx delays actually configurable for AR8035 by Vladimir Oltean · 4 years, 7 months ago
- 143414c Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 7 months ago
- 8510580 net: pcnet: fix I/O primitives for memory access by Daniel Schwierzeck · 4 years, 7 months ago
- 8148693 net: smc911x: Add DM support by Marek Vasut · 4 years, 8 months ago
- a1a34fa net: fec: Add possibility to enable TXC delay by Philippe Schenker · 4 years, 8 months ago
- c51eef5 net: phy: micrel: Add basic support for KSZ9131 by Philippe Schenker · 4 years, 8 months ago
- 0861aa8 net: phy: micrel: Use defines for PHY_IDs and MASK by Philippe Schenker · 4 years, 8 months ago
- 8eb4fef net: smc911x: Split non-DM specific bits from common code by Marek Vasut · 4 years, 8 months ago
- b11c8bb net: smc911x: Clean up the status handling in smc911x_recv() by Marek Vasut · 4 years, 8 months ago
- 3dbab92 net: smc911x: Pass around driver private data by Marek Vasut · 4 years, 8 months ago
- ba267c7 net: smc911x: Convert IO accessors to {read,write}{w,l}() by Marek Vasut · 4 years, 8 months ago
- f0d73f5 net: smc911x: Drop weak alias from 32bit accessors by Marek Vasut · 4 years, 8 months ago
- eb46efa net: smc911x: Inline all functions from header file by Marek Vasut · 4 years, 8 months ago
- f51a2f8 net: smc911x: Pull MII registration into separate function by Marek Vasut · 4 years, 8 months ago
- 9741795 net: smc911x: Fix potential memleak() in init fail path by Marek Vasut · 4 years, 8 months ago
- 6f6cf00 net: smc911x: Invert the logic in smc911x_miiphy_{read,write}() by Marek Vasut · 4 years, 8 months ago
- 49af0cb net: smc911x: Rename smc911x_rx() to smc911x_recv() by Marek Vasut · 4 years, 8 months ago
- 882d5f6 net: smc911x: Replace malloc()+memset() with calloc() by Marek Vasut · 4 years, 8 months ago
- 9c211e3 net: smc911x: Remove pkt_data_{push,pull} by Marek Vasut · 4 years, 8 months ago
- e7ab86d net: rtl8139: Fill in SPDX tag by Marek Vasut · 4 years, 7 months ago
- 6ee6caa net: rtl8139: Move functions around by Marek Vasut · 4 years, 7 months ago
- 0e5a411 net: rtl8139: Finish cleanup by Marek Vasut · 4 years, 7 months ago
- 38b306d net: rtl8139: Factor out hardware reset by Marek Vasut · 4 years, 7 months ago
- 661479f net: rtl8139: Minor cleanup of rtl_disable() by Marek Vasut · 4 years, 7 months ago
- 468fd95 net: rtl8139: Minor cleanup of rtl_poll() by Marek Vasut · 4 years, 7 months ago
- 67fdbc0 net: rtl8139: Minor cleanup of rtl_transmit() by Marek Vasut · 4 years, 7 months ago