aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass36-3/+43
2020-02-05dm: core: Require users of devres to include the headerSimon Glass7-0/+8
2020-02-05Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini3-0/+737
2020-01-30net: fix typoFlavio Suligoi1-1/+1
2020-01-29net: Add support for Broadcom GENETv5 Ethernet controllerAmit Singh Tomar3-0/+737
2020-01-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2-21/+138
2020-01-25net: macb: Drop local cache flushVignesh Raghavendra1-3/+1
2020-01-24drivers: net: fsl_enetc: fix SXGMII MAC configurationAlex Marginean1-11/+25
2020-01-24drivers: net: fsl_enetc: add write_hwaddr() for LS1028AMichael Walle1-0/+38
2020-01-24drivers: net: fsl_enetc: use write_hwaddr()Michael Walle1-9/+8
2020-01-24drivers: net: fsl_enetc: Pass on primary MAC address to LinuxAlex Marginean2-1/+67
2020-01-17common: Move hang() to the same header as panic()Simon Glass3-0/+3
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2020-01-14net: zynq: Add a note about RX_BUF macroMichal Simek1-0/+1
2020-01-10drivers: mcfmii: add dm supportAngelo Durgehello1-23/+25
2020-01-10drivers: fsl_mcdmafec: conversion to dmAngelo Durgehello1-337/+354
2020-01-10drivers: mcffec: conversion to dmAngelo Durgehello1-294/+293
2020-01-10drivers: net: add mcf fec dm Kconfig supportAngelo Durgehello1-0/+16
2020-01-06Merge branch 'next'Tom Rini11-45/+420
2019-12-26drivers/fsl-mc: Support DPSPARSER object and apply spb commandFlorinel Iordache4-22/+396
2019-12-20drivers: net: bcm-sf2: pass -1 to phy_connect()Alex Marginean1-1/+1
2019-12-20net: dwc_eth_qos: Pass -1 to phy_connect() to scan for all PHYsMarek Vasut1-1/+1
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass7-23/+24
2019-12-09net: ti: am65-cpsw-nuss: Add new compatible for J721eVignesh Raghavendra1-0/+1
2019-12-09net: ti: am65-cpsw-nuss: Rework RX flow ID handlingVignesh Raghavendra1-9/+6
2019-12-09net: ftgmac100: align RX/TX descriptors on ARCH_DMA_MINALIGNCédric Le Goater1-8/+8
2019-12-09drivers: net: fsl_enetc: register internal MDIO busAlex Marginean1-8/+7
2019-12-09drivers: net: fsl_enetc_mdio: return with time-out if HW is stuckAlex Marginean1-1/+6
2019-12-09drivers: net: fsl_enetc: move PCS and PHY config to probeAlex Marginean1-8/+9
2019-12-09drivers: net: fsl_enetc: Add 2.5Gbps to supported link speedsAlex Marginean1-2/+3
2019-12-09drivers: net: fsl_enetc: use the new MDIO DM helper functionsAlex Marginean2-44/+10
2019-12-09drivers: net: fsl_enetc: use XFI, USXGMII interface type macrosAlex Marginean1-0/+2
2019-12-09drivers: net: aquantia: check system interface too when checking for link upAlex Marginean1-5/+2
2019-12-09drivers: net: aquantia: set SMBus addr based on DT propertyAlex Marginean1-0/+15
2019-12-09drivers: net: aquantia: set MDI reversal based on DT propertyAlex Marginean1-0/+39
2019-12-09drivers: net: aquantia: set up SI protocol based on interface typeAlex Marginean1-0/+107
2019-12-09drivers: net: aquantia: add PHY generation informationAlex Marginean1-0/+11
2019-12-09drivers: net: aquantia: use XFI, USXGMII interface typesAlex Marginean1-14/+33
2019-12-09net: phy: fix switch vendor nameAnatolij Gustschin1-1/+1
2019-12-09net: phy: mv88e61xx: register phy_driver struct for 88E6071Anatolij Gustschin1-0/+12
2019-12-09net: phy: mv88E61xx: fix ENERGY_DET init for mv88E6071Anatolij Gustschin1-6/+16
2019-12-09net: phy: mv88e61xx: add CPU port parameter init for 88E6071Anatolij Gustschin1-14/+28
2019-12-09net: phy: mv88e61xx: rework to enable detection of 88E6071 devicesAnatolij Gustschin1-25/+125
2019-12-09net: phy: micrel: make sure the factory test bit is clearedNicolas Ferre1-1/+20
2019-12-09net: phy: aquantia: wait for phy init sequence to finishFlorin Chiculita1-0/+15
2019-12-09net: macb: let miiphy_read/_write pass arbitrary addressesJosef Holzmayr1-8/+2
2019-12-09net: macb: explicitly pass phy_adr to mdio read and writeJosef Holzmayr1-16/+17
2019-12-09net: phy: Increase link up delay in genphy_update_link()Stefan Roese1-2/+2
2019-12-09net: rtl8169: Support RTL-8168c/8111cThierry Reding1-0/+1
2019-12-09net: mvpp2: MVPP2 now needs MVMDIONevo Hed1-0/+2