summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-netWIP/09Dec2019Tom Rini2019-12-0952-528/+1316
|\
| * cmd: pxe: Increase maximum path lengthBen Wolsieffer2019-12-091-1/+1
| * configs: j721e_evm_a72_defconfig: Enable DMA and EthernetVignesh Raghavendra2019-12-091-0/+8
| * arm: dts: k3-j721e-common-proc-board: Add DMA and CPSW related DT nodesVignesh Raghavendra2019-12-091-0/+238
| * net: ti: am65-cpsw-nuss: Add new compatible for J721eVignesh Raghavendra2019-12-092-0/+2
| * net: ti: am65-cpsw-nuss: Rework RX flow ID handlingVignesh Raghavendra2019-12-091-9/+6
| * dma: ti: k3-udma: Implement dma_get_cfg() interfaceVignesh Raghavendra2019-12-092-0/+47
| * dma: Introduce dma_get_cfg() interfaceVignesh Raghavendra2019-12-093-0/+35
| * net: ftgmac100: align RX/TX descriptors on ARCH_DMA_MINALIGNCédric Le Goater2019-12-091-8/+8
| * drivers: net: fsl_enetc: register internal MDIO busAlex Marginean2019-12-091-8/+7
| * drivers: net: fsl_enetc_mdio: return with time-out if HW is stuckAlex Marginean2019-12-091-1/+6
| * drivers: net: fsl_enetc: move PCS and PHY config to probeAlex Marginean2019-12-091-8/+9
| * drivers: net: fsl_enetc: Add 2.5Gbps to supported link speedsAlex Marginean2019-12-091-2/+3
| * drivers: net: fsl_enetc: use the new MDIO DM helper functionsAlex Marginean2019-12-092-44/+10
| * net: mdio-uclass: add dm_eth_phy_connect helper functionAlex Marginean2019-12-092-0/+102
| * net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarityAlex Marginean2019-12-092-8/+8
| * net: tftp: Fix too small block sizeAndre Przywara2019-12-091-1/+1
| * drivers: net: fsl_enetc: use XFI, USXGMII interface type macrosAlex Marginean2019-12-091-0/+2
| * doc: bindings: Aquantia PHY node bindingAlex Marginean2019-12-091-0/+25
| * doc: bindings: add bindings document for PHY nodesAlex Marginean2019-12-091-0/+24
| * drivers: net: aquantia: check system interface too when checking for link upAlex Marginean2019-12-091-5/+2
| * drivers: net: aquantia: set SMBus addr based on DT propertyAlex Marginean2019-12-091-0/+15
| * drivers: net: aquantia: set MDI reversal based on DT propertyAlex Marginean2019-12-091-0/+39
| * drivers: net: aquantia: set up SI protocol based on interface typeAlex Marginean2019-12-091-0/+107
| * drivers: net: aquantia: add PHY generation informationAlex Marginean2019-12-091-0/+11
| * drivers: net: aquantia: use XFI, USXGMII interface typesAlex Marginean2019-12-091-14/+33
| * include: phy: add data field for private driver dataAlex Marginean2019-12-091-0/+3
| * include: phy: define XFI and USXGMII interface typesAlex Marginean2019-12-091-0/+4
| * net: phy: fix switch vendor nameAnatolij Gustschin2019-12-091-1/+1
| * net: phy: mv88e61xx: register phy_driver struct for 88E6071Anatolij Gustschin2019-12-091-0/+12
| * net: phy: mv88E61xx: fix ENERGY_DET init for mv88E6071Anatolij Gustschin2019-12-091-6/+16
| * net: phy: mv88e61xx: add CPU port parameter init for 88E6071Anatolij Gustschin2019-12-091-14/+28
| * net: phy: mv88e61xx: rework to enable detection of 88E6071 devicesAnatolij Gustschin2019-12-091-25/+125
| * net: phy: micrel: make sure the factory test bit is clearedNicolas Ferre2019-12-091-1/+20
| * net: eth-uclass: ignore unavailable devicesMichael Walle2019-12-091-6/+11
| * net: phy: aquantia: wait for phy init sequence to finishFlorin Chiculita2019-12-091-0/+15
| * net: macb: let miiphy_read/_write pass arbitrary addressesJosef Holzmayr2019-12-091-8/+2
| * net: macb: explicitly pass phy_adr to mdio read and writeJosef Holzmayr2019-12-091-16/+17
| * net: phy: Increase link up delay in genphy_update_link()Stefan Roese2019-12-091-2/+2
| * cmd: mdio/mii: add Kconfig help and allow break dependencyRamon Fried2019-12-092-5/+17
| * net: rtl8169: Support RTL-8168c/8111cThierry Reding2019-12-091-0/+1
| * net: mvpp2: MVPP2 now needs MVMDIONevo Hed2019-12-091-0/+2
| * net: mvpp2: use new MVMDIO driverNevo Hed2019-12-091-177/+18
| * arm: dts: armada-cp110-*dtsi: add xmdio nodesNevo Hed2019-12-092-0/+18
| * net: mvpp2: mark phy as invalid in case of missing appropriate driverGrzegorz Jaszczyk2019-12-091-0/+23
| * net: mvpp2x: fix traffic stuck after PHY start errorStefan Chulski2019-12-091-13/+14
| * arm: dts: k3-am654-base-board-u-boot: change cpsw2g interface mode to rgmii-rxidGrygorii Strashko2019-12-091-2/+1
| * net: phy: dp83867: refactor rgmii configurationGrygorii Strashko2019-12-091-39/+36
| * net: phy: dp83867: io impedance is not dependent on RGMII delayGrygorii Strashko2019-12-091-10/+10
| * net: phy: dp83867: rework delay rgmii delay handlingGrygorii Strashko2019-12-091-12/+64