aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-12-09net: mvpp2: use new MVMDIO driverNevo Hed1-177/+18
2019-12-09net: mvpp2: mark phy as invalid in case of missing appropriate driverGrzegorz Jaszczyk1-0/+23
2019-12-09net: mvpp2x: fix traffic stuck after PHY start errorStefan Chulski1-13/+14
2019-12-09net: phy: dp83867: refactor rgmii configurationGrygorii Strashko1-39/+36
2019-12-09net: phy: dp83867: io impedance is not dependent on RGMII delayGrygorii Strashko1-10/+10
2019-12-09net: phy: dp83867: rework delay rgmii delay handlingGrygorii Strashko1-12/+64
2019-12-09net: phy: dp83867: Add ability to disable output clockGrygorii Strashko1-17/+36
2019-12-09net: phy: dp83867: move static initialization to .probe()Grygorii Strashko1-12/+17
2019-12-09net: phy: ti: rename ti.c to dp83867.cGrygorii Strashko2-1/+1
2019-12-09net/phy: Fix phy_connect() for phy addr 0Priyanka Jain1-1/+1
2019-12-06Merge tag 'u-boot-rockchip-20191206' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-0/+65
2019-12-06net: gmac_rockchip: Add support for rk3308David Wu1-0/+65
2019-12-05Fix typo in macros, "FIRMEWARE" -> "FIRMWARE"Thomas Hebb1-2/+2
2019-12-03net: cpsw: Add NULL pointer checkFaiz Abbas1-0/+3
2019-12-03Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to KconfigTom Rini1-0/+22
2019-12-02common: Move command functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass31-0/+31
2019-12-02common: Move mii_init() function out of common.hSimon Glass7-0/+7
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass2-0/+2
2019-11-17net: gmac_rockchip: add support for px30Heiko Stuebner1-0/+69
2019-11-12Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-16/+69
2019-11-08drivers: net: fsl_enetc: fix RGMII configurationMichael Walle1-0/+3
2019-11-08drivers: net: fsl_enetc: set phydev->nodeMichael Walle1-0/+1
2019-11-05net: fec_mxc: support i.MX8M with CLK_CCFPeng Fan2-15/+68
2019-11-05net: Kconfig: FEC: Add dependency on i.MX8MPeng Fan1-1/+1
2019-11-04net: ti: cpsw: convert to use dev/ofnode apiGrygorii Strashko1-69/+50
2019-11-03net: ti: am65x-cpsw: fix mac tx internal delay for rgmii-rxid modeGrygorii Strashko1-1/+1
2019-11-03net: ti: cpsw: fix mac tx internal delay for rgmii-rxid modeGrygorii Strashko1-1/+1
2019-11-03net: ti: cpsw: add support for standard eth "max-speed" dt propertyGrygorii Strashko1-0/+15
2019-11-03net: ti: cpsw: move parsing of dt port's parameters in separate funcGrygorii Strashko1-24/+33
2019-11-03net: ti: cpsw: enable 10Mbps link speed support in rgmii modeGrygorii Strashko1-0/+3
2019-10-25net: mt7628-eth: add support to isolate LAN/WAN portsWeijie Gao1-0/+32
2019-10-25net: mt7628-eth: free rx descriptor on receiving failureWeijie Gao1-0/+3
2019-10-25net: mt7628-eth: make phy link up detection optional via DTWeijie Gao2-29/+31
2019-10-25net: mt7628-eth: remove hardcoded gpio settings and regmap-based phy resetWeijie Gao1-37/+8
2019-10-09Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini6-7/+208
2019-10-08net: xilinx_axiemac: Fill the phy node pointer in phydevSiva Durga Prasad Paladugu1-1/+6
2019-10-08net: phy: Add gmiitorgmii converter supportSiva Durga Prasad Paladugu4-0/+194
2019-10-08net: phy: Define init routine and register generic phy driverSiva Durga Prasad Paladugu1-0/+7
2019-10-08net: zynq_gem: Remove check for VersalSiva Durga Prasad Paladugu1-4/+0
2019-10-08net: zynq_gem: Add new versal compatible stringSiva Durga Prasad Paladugu1-0/+1
2019-10-08net: gem: Remove DECLARE_GLOBAL_DATA_PTR from gem driverMichal Simek1-2/+0
2019-10-08net: macb: Add sam9x60-macb compatibility stringNicolas Ferre1-0/+1
2019-10-07NET: DW: fix regression for ARC boardsEugeniy Paltsev1-0/+1
2019-09-04net: macb: Fix rx buffer cache handlingStefan Roese1-2/+4
2019-09-04net: designware: drop compatible altr, socfpga-stmmacRalph Siemsen1-1/+0
2019-09-04Revert "net: macb: Fixed reading MII_LPA register"Bin Meng1-1/+1
2019-09-04drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID arrayAlex Marginean1-0/+1
2019-09-04net: dwc_et_qos: update weak function board_interface_eth_initPatrick Delaunay1-13/+3