summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2019-12-03Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to KconfigTom Rini
2019-12-02common: Move command functions out of common.hSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move mii_init() function out of common.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-11-17net: gmac_rockchip: add support for px30Heiko Stuebner
2019-11-12Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-11-08drivers: net: fsl_enetc: fix RGMII configurationMichael Walle
2019-11-08drivers: net: fsl_enetc: set phydev->nodeMichael Walle
2019-11-05net: fec_mxc: support i.MX8M with CLK_CCFPeng Fan
2019-11-05net: Kconfig: FEC: Add dependency on i.MX8MPeng Fan
2019-11-04net: ti: cpsw: convert to use dev/ofnode apiGrygorii Strashko
2019-11-03net: ti: am65x-cpsw: fix mac tx internal delay for rgmii-rxid modeGrygorii Strashko
2019-11-03net: ti: cpsw: fix mac tx internal delay for rgmii-rxid modeGrygorii Strashko
2019-11-03net: ti: cpsw: add support for standard eth "max-speed" dt propertyGrygorii Strashko
2019-11-03net: ti: cpsw: move parsing of dt port's parameters in separate funcGrygorii Strashko
2019-11-03net: ti: cpsw: enable 10Mbps link speed support in rgmii modeGrygorii Strashko
2019-10-25net: mt7628-eth: add support to isolate LAN/WAN portsWeijie Gao
2019-10-25net: mt7628-eth: free rx descriptor on receiving failureWeijie Gao
2019-10-25net: mt7628-eth: make phy link up detection optional via DTWeijie Gao
2019-10-25net: mt7628-eth: remove hardcoded gpio settings and regmap-based phy resetWeijie Gao
2019-10-09Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-10-08net: xilinx_axiemac: Fill the phy node pointer in phydevSiva Durga Prasad Paladugu
2019-10-08net: phy: Add gmiitorgmii converter supportSiva Durga Prasad Paladugu
2019-10-08net: phy: Define init routine and register generic phy driverSiva Durga Prasad Paladugu
2019-10-08net: zynq_gem: Remove check for VersalSiva Durga Prasad Paladugu
2019-10-08net: zynq_gem: Add new versal compatible stringSiva Durga Prasad Paladugu
2019-10-08net: gem: Remove DECLARE_GLOBAL_DATA_PTR from gem driverMichal Simek
2019-10-08net: macb: Add sam9x60-macb compatibility stringNicolas Ferre
2019-10-07NET: DW: fix regression for ARC boardsEugeniy Paltsev
2019-09-04net: macb: Fix rx buffer cache handlingStefan Roese
2019-09-04net: designware: drop compatible altr, socfpga-stmmacRalph Siemsen
2019-09-04Revert "net: macb: Fixed reading MII_LPA register"Bin Meng
2019-09-04drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID arrayAlex Marginean
2019-09-04net: dwc_et_qos: update weak function board_interface_eth_initPatrick Delaunay
2019-09-04net: dwc_eth_qos: Change eqos_ops function to staticPatrick Delaunay
2019-09-04drivers: net: pfe_eth: undefined return valueHeinrich Schuchardt
2019-09-04test: dm_mdio: avoid out of bounds accessHeinrich Schuchardt
2019-09-04net: mvpp2: support setting hardware addresses from ethernet coreMatt Pelland
2019-09-04drivers: net: add marvell MDIO driverAlex Marginean
2019-09-04drivers/fsl-mc: Create Kconfig file to manage driver specific configs betterFlorinel Iordache
2019-09-04drivers: net: driver for MDIO muxes controlled over I2CAlex Marginean
2019-09-04Revert "drivers: net: driver for MDIO muxes controlled over I2C"Joe Hershberger
2019-08-22drivers: net: mc: Report extra memory to LinuxMeenakshi Aggarwal
2019-08-11Drop PCMCIASimon Glass
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass