aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-04net: dwc_eth_qos: Change eqos_ops function to staticPatrick Delaunay1-6/+6
2019-09-04drivers: net: pfe_eth: undefined return valueHeinrich Schuchardt1-2/+1
2019-09-04test: dm_mdio: avoid out of bounds accessHeinrich Schuchardt1-2/+2
2019-09-04net: mvpp2: support setting hardware addresses from ethernet coreMatt Pelland1-0/+8
2019-09-04drivers: net: add marvell MDIO driverAlex Marginean3-0/+247
2019-09-04drivers/fsl-mc: Create Kconfig file to manage driver specific configs betterFlorinel Iordache2-0/+26
2019-09-04drivers: net: driver for MDIO muxes controlled over I2CAlex Marginean3-0/+117
2019-09-04Revert "drivers: net: driver for MDIO muxes controlled over I2C"Joe Hershberger2-9/+0
2019-08-22drivers: net: mc: Report extra memory to LinuxMeenakshi Aggarwal1-0/+10
2019-08-11Drop PCMCIASimon Glass1-10/+0
2019-08-11env: Drop environment.h header file where not neededSimon Glass7-7/+0
2019-08-11env: Move env_get() to env.hSimon Glass8-0/+8
2019-08-11env: Move env_set() to env.hSimon Glass4-0/+4
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+1