summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-16net: ldpaa_eth: Include device_compat.hSean Anderson1-7/+7
2020-10-14Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini28-0/+11149
2020-10-14net: e1000: add defaults for i210 TX/RX PBSIZEChristian Gmeiner2-0/+11
2020-10-14net: Add NIC controller driver for OcteonTX2Suneel Garapati16-0/+4493
2020-10-14net: Add NIC controller driver for OcteonTXSuneel Garapati14-0/+6656
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-1/+2
2020-10-05Merge branch 'next'Tom Rini25-167/+2976
2020-10-01Revert "net: smc911x: Automatically Update ethaddr with MAC"Tom Rini1-3/+0
2020-10-01Merge branch 'next' of git://git.denx.de/u-boot-sh into nextTom Rini1-2/+0
2020-09-30net: dwc_eth_qos: Convert to use APIs which support live DTPatrick Delaunay1-4/+3
2020-09-30net: smc911x: Automatically Update ethaddr with MACAdam Ford1-0/+3
2020-09-30net: ftgmac100: Add support for board specific PHY interface addressThirupathaiah Annapureddy1-0/+4
2020-09-30net: phy: mscc: sync rx/tx delay settings with Linux on vsc85xxHeiko Stuebner1-24/+46
2020-09-30net: phy: mscc: make clock-output configurable on vsc85xxHeiko Stuebner1-0/+59
2020-09-30net: ti: cpsw: Fix not calling dev_dbg with a deviceSean Anderson1-0/+6
2020-09-30net: sun8i_emac: Fix not calling dev_xxx with a deviceSean Anderson1-4/+5
2020-09-30net: sunxi: Fix not calling dev_xxx with a deviceSean Anderson1-2/+3
2020-09-30net: mvpp2: Convert netdev_xxx to dev_xxxSean Anderson1-31/+33
2020-09-30net: mvpp2: Fix not calling dev_xxx with a deviceSean Anderson1-11/+12
2020-09-30net: mvneta: Convert netdev_xxx to dev_xxxSean Anderson1-24/+28
2020-09-30net: mvneta: Fix not always calling dev_err with a deviceSean Anderson1-2/+2
2020-09-30net: bcm6368: Fix not calling dev_info with a deviceSean Anderson1-2/+1
2020-09-26net: ravb: Remove writeext function callBiju Das1-2/+0
2020-09-24net: pfe_eth: Remove non-DM code check from pfe_spi_flash_initKuldeep Singh1-11/+5
2020-09-24net: pfe_eth: Fix resoure leak in pfe_spi_flash_initKuldeep Singh1-0/+4
2020-09-24driver: net: fm: add support for XFIMadalin Bucur1-1/+2
2020-09-24ls1012a, pfe_eth: Update probe to avoid resource leakChaitanya Sakinam1-11/+6
2020-09-24ls1012a, pfe_eth: correction in delay implementationChaitanya Sakinam1-2/+3
2020-09-24drivers: net: phy: Use Aquantia driver for AQR113CMadalin Bucur1-0/+15
2020-09-24drivers: net: ldpaa_eth: lx2160a: fix bug in checking if a DPMAC is enabledGrigore Popescu1-2/+2
2020-09-24Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-18/+40
2020-09-24net: tsec: Add the compatible string "gianfar" supportHou Zhiqiang1-2/+14
2020-09-24net: tsec: Add fixed-link PHY supportHou Zhiqiang1-1/+4
2020-09-24net: tsec: convert to use DM_MDIO when DM_ETH enabledHou Zhiqiang1-33/+5
2020-09-24net: fsl_mdio: Correct the MII management register block addressHou Zhiqiang1-6/+22
2020-09-24net: fsl_mdio: Change to use virtual addressHou Zhiqiang1-1/+1
2020-09-24phy: make phy_connect_fixed work with a null mdio busVladimir Oltean1-2/+2
2020-09-23net: xilinx: axi_emac: Typecast flush_cache argumentsAshok Reddy Soma1-6/+6
2020-09-23net: xilinx: axi_emac: Fix dma descriptors for 64bit and compilation warningsAshok Reddy Soma1-12/+24
2020-09-23net: gem: Add support for more PHYs on MDIO busMichal Simek1-0/+10
2020-09-21Merge branch 'master' into nextTom Rini1-9/+11
2020-09-17net, qe: add DM support for QE UEC ethernetHeiko Schocher10-0/+2688
2020-09-08bcmgenet: Add support for rgmii-rxidJason Wessel1-1/+2
2020-09-08bcmgenet: fix DMA buffer managementJason Wessel1-8/+9
2020-08-20xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek1-3/+3
2020-08-05net: dwc_eth_qos: add Kconfig option to select supported configurationPatrick Delaunay2-6/+33
2020-08-04net: Drop duplicate include of dm.h in pcnet.cSimon Glass1-1/+0
2020-07-29eth: mtk-eth: enable mt7629 sgmii mode support in mediatek eth driverMarkLee2-1/+3
2020-07-28Convert CONFIG_DRIVER_TI_EMAC_USE_RMII to KconfigAdam Ford1-0/+6
2020-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2-2/+45