summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner
2020-05-15rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner
2020-05-12net: bcmgenet: Don't set ID_MODE_DIS when not using RGMIINicolas Saenz Julienne
2020-05-11Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-05-10eQos: Implement the read_rom_hwaddr callbackYe Li
2020-05-10fec: Move imx_get_mac_from_fuse declare to imx fileYe Li
2020-05-10net: eqos: implement callbaks to get interface and set txclk rateFugang Duan
2020-05-10net: dwc_eth_qos: add dwc eqos for imx supportFugang Duan
2020-05-10net: phy: realtek: add rx delay support for RTL8211FFugang Duan
2020-05-10net: Update eQos driver and FEC driver to use eth phy interfacesYe Li
2020-05-10net: Add eth phy generic driver for shared MDIOYe Li
2020-05-10net: fec: add fuse checkPeng Fan
2020-05-09net: ethernet: ti: am65-cpsw-nuss: enable 10Mbps link speed in rgmii modeMurali Karicheri
2020-05-07phy: atheros: consolidate {ar8031|ar8035}_config()Michael Walle
2020-05-07phy: atheros: ar8035: remove static clock configMichael Walle
2020-05-07phy: atheros: add device tree bindings and configMichael Walle
2020-05-07phy: atheros: move delay config to common functionMichael Walle
2020-05-07phy: atheros: introduce debug read and write functionsMichael Walle
2020-05-07phy: atheros: use defines for PHY IDsMichael Walle
2020-05-07phy: atheros: fix AR8021 PHY ID maskMichael Walle
2020-05-07phy: atheros: Clarify the intention of ar8021_configVladimir Oltean
2020-05-07phy: atheros: Explicitly disable RGMII delaysVladimir Oltean
2020-05-07phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean
2020-05-07phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean
2020-05-07phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean
2020-05-04Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-05-04net: pcnet: fix I/O primitives for memory accessDaniel Schwierzeck
2020-05-01net: smc911x: Add DM supportMarek Vasut
2020-05-01net: fec: Add possibility to enable TXC delayPhilippe Schenker
2020-05-01net: phy: micrel: Add basic support for KSZ9131Philippe Schenker
2020-05-01net: phy: micrel: Use defines for PHY_IDs and MASKPhilippe Schenker
2020-05-01net: smc911x: Split non-DM specific bits from common codeMarek Vasut
2020-05-01net: smc911x: Clean up the status handling in smc911x_recv()Marek Vasut
2020-05-01net: smc911x: Pass around driver private dataMarek Vasut
2020-05-01net: smc911x: Convert IO accessors to {read,write}{w,l}()Marek Vasut
2020-05-01net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut
2020-05-01net: smc911x: Inline all functions from header fileMarek Vasut
2020-05-01net: smc911x: Pull MII registration into separate functionMarek Vasut
2020-05-01net: smc911x: Fix potential memleak() in init fail pathMarek Vasut
2020-05-01net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()Marek Vasut
2020-05-01net: smc911x: Rename smc911x_rx() to smc911x_recv()Marek Vasut
2020-05-01net: smc911x: Replace malloc()+memset() with calloc()Marek Vasut
2020-05-01net: smc911x: Remove pkt_data_{push,pull}Marek Vasut
2020-05-01net: rtl8139: Fill in SPDX tagMarek Vasut
2020-05-01net: rtl8139: Move functions aroundMarek Vasut
2020-05-01net: rtl8139: Finish cleanupMarek Vasut
2020-05-01net: rtl8139: Factor out hardware resetMarek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_disable()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_poll()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_transmit()Marek Vasut