summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-02-17cpsw_mdio.c: Use correct reg in cpsw_mdio_get_aliveUlf Samuelsson1-3/+3
2023-02-10net: ftmac100: add mii read and write callbacksSergei Antonov3-0/+113
2023-02-10net: ftmac100: simplify priv->iobase castingSergei Antonov1-7/+7
2023-02-10net: ftmac100: change driver name from nds32_mac to ftmac100Sergei Antonov1-1/+1
2023-02-10net: dwc_eth_qos: Add Qcom ethernet driver glue layerSumit Garg5-0/+630
2023-02-10net: dwc_eth_qos: Allow platform to override tx/rx_fifo_szSumit Garg2-6/+14
2023-02-10net: dwc_eth_qos: Make eqos_get_tick_clk_rate callback optionalSumit Garg1-3/+6
2023-02-10Correct SPL uses of IMX_MODULE_FUSESimon Glass1-1/+1
2023-02-02drivers: net: fsl_ls_mdio: prevent a NULL pointer dereferenceIoana Ciornei1-0/+3
2023-02-02drivers: net: fsl-mc: do not use multiple blank linesIoana Ciornei1-2/+0
2023-02-02drivers: net: fsl-mc: align parameters to the open paranthesisIoana Ciornei1-7/+5
2023-02-02drivers: net: fsl-mc: remove explicit castIoana Ciornei1-8/+5
2023-02-02drivers: net: fsl-mc: do not prefix decimal values with 0xIoana Ciornei1-6/+6
2023-02-02drivers: net: fsl-mc: remove an useless break statementIoana Ciornei1-1/+0
2023-02-02drivers: net: fsl-mc: remove useless assignment of variableIoana Ciornei1-1/+0
2023-02-02net: add MV88E6xxx DSA driverTim Harvey3-0/+763
2023-02-02net: fec: add support for DM_MDIOTim Harvey1-2/+88
2023-02-02net: ksz9477: remove unnecessary xmit and recv functionsTim Harvey1-23/+0
2023-02-02net: ravb: Drop SoC-specific compatible supportMarek Vasut1-6/+0
2023-01-27Merge tag 'xilinx-for-v2023.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-4/+38
2023-01-27net: zynq_gem: Wait for SGMII PCS link in zynq_gem_init()Stefan Roese1-3/+33
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini15-118/+118
2023-01-20net: phy: mv88e61xx: Finish migration of MV88E61XX_FIXED_PORTSTom Rini2-8/+4
2023-01-20global: Remove unused CONFIG definesTom Rini2-4/+0
2023-01-12net: fm: Support loading firmware from a filesystemSean Anderson1-1/+24
2023-01-12net: fm: Add firmware name parameterSean Anderson2-4/+13
2023-01-10net: zynq_gem: Add support for new compatible str with xlnx prefixMichal Simek1-1/+5
2023-01-09Merge branch 'next'Tom Rini56-6191/+159
2023-01-06Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot""Marek Vasut1-1/+1
2022-12-23global: Migrate CONFIG_TSEC_TBICR_SETTINGS to CFGTom Rini1-4/+4
2022-12-23global: Migrate CONFIG_SH_ETHER_USE_PORT to CFGTom Rini1-3/+3
2022-12-23global: Migrate CONFIG_SH_ETHER_PHY_ADDR to CFGTom Rini1-3/+3
2022-12-23global: Migrate CONFIG_SH_ETHER_CACHE_WRITEBACK to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_SH_ETHER_CACHE_INVALIDATE to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_SH_ETHER_ALIGNE_SIZE to CFGTom Rini2-10/+10
2022-12-23global: Migrate CONFIG_PHY_ET1011C_TX_CLK_FIX to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_KSNET_SERDES_SGMII_BASE to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_KSNET_SERDES_SGMII2_BASE to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_KSNET_SERDES_LANES_PER_SGMII to CFGTom Rini1-2/+2
2022-12-23global: Migrate CONFIG_FEC_MXC_PHYADDR to CFGTom Rini1-2/+2
2022-12-22net: nuvoton: fix build broken for use phy_get_interface_by_nameJim Liu1-4/+4
2022-12-22net: vsc9953: Remove this driverTom Rini3-2758/+0
2022-12-22net: Remove more legacy functionsTom Rini1-1/+0
2022-12-22arm: ti814x: Remove remaining support codeTom Rini1-4/+0
2022-12-22Convert CONFIG_KSNET_NETCP_V1_0 et al to KconfigTom Rini1-0/+13
2022-12-22global: Remove unused CONFIG symbolsTom Rini2-11/+0
2022-12-22Convert CONFIG_FLASH_SPANSION_S29WS_N et al to KconfigTom Rini1-0/+13
2022-12-22fec_mxc: Remove CONFIG_FEC_FIXED_SPEED supportTom Rini1-4/+0
2022-12-22Convert CONFIG_DM9000_BYTE_SWAPPED et al to KconfigTom Rini1-0/+12
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini1-1/+1