aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-04-29driver: net: fm: add DM ETH supportMadalin Bucur5-10/+447
2020-04-29driver: net: fm: add DM MDIO supportMadalin Bucur1-2/+137
2020-04-29driver: net: fm: separate receive buffer free codeMadalin Bucur1-26/+37
2020-04-29driver: net: fm: change init_phy() paramMadalin Bucur1-11/+8
2020-04-29drivers: net: fsl-mc: add support for CONFIG_DM_ETHIoana Ciornei1-12/+36
2020-04-29drivers: net: ldpaa: add DTS based probing supportIoana Ciornei2-32/+206
2020-04-29drivers: net: add Layerscape mEMAC MDIO driverIoana Ciornei3-0/+154
2020-04-24eth: mtk-eth: add mt7531 switch support in mediatek eth driverLanden Chao2-127/+577
2020-04-17net: fm: fix build error when not using nandFrancois Gervais1-0/+2
2020-04-15net: dwc_eth_qos: implement phy reg and max-speed for stm32Patrick Delaunay1-1/+18
2020-04-15net: dwc_eth_qos: implement reset-gpios for stm32Christophe Roullier1-0/+53
2020-04-06net: zynq-gem: Setup and use mdio base separatelyMichal Simek1-6/+10
2020-04-06net: zynq_gem: Add cache flush to zynq_gem_free_pktAshok Reddy Soma1-0/+12
2020-04-04net: sh_eth: Init the hardware before PHY accessMarek Vasut1-0/+4
2020-03-31net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled.Michal Simek1-1/+1
2020-03-30armv8/ls1046ardb: RGMII ports require internal delayMadalin Bucur1-2/+2
2020-03-30armv8/ls1043ardb: RGMII ports require internal delayMadalin Bucur1-2/+2
2020-03-30net: fman: add support for all RGMII delay modesMadalin Bucur1-0/+4
2020-03-09net: phy: marvell: Unify 88E151x series phy_driverClemens Gruber1-55/+10
2020-03-09net: phy: dp83867: Add SGMII mode type switchingMichal Simek1-0/+12
2020-03-09net: phy: Fix overlong PHY timeoutAndre Przywara1-1/+1
2020-03-09drivers: net: phy: aquantia: make it less verboseAlex Marginean1-12/+12
2020-03-09drivers: net: phy: aquantia: drop XGMII as a valid system interface protoAlex Marginean1-8/+9
2020-03-09phy: Include NC-SI in phy setupSamuel Mendoza-Jonas1-0/+9
2020-03-09phy: Add support for the NC-SI protocolSamuel Mendoza-Jonas3-0/+902
2020-02-28net: zynq: Free allocated buffers in case of errorMichal Simek1-5/+17
2020-02-28net: phy: dp83867: Clean force link good bitMichal Simek1-0/+4
2020-02-28net: zynq_gem: Use ulong instead of u32 data typeT Karthik Reddy1-1/+1
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada3-3/+3
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada1-1/+1
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini37-2/+50
2020-02-07eth: mtk-eth: aarch64: fix build warnings on ethernet-driverFrank Wunderlich1-4/+5
2020-02-07eth: mtk-eth: add mt7622 support in mediatek eth driverMarkLee1-1/+3
2020-02-07eth: mtk-eth: add sgmii mode support in mediatek eth driverMarkLee2-0/+59
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass36-3/+43
2020-02-05dm: core: Require users of devres to include the headerSimon Glass7-0/+8
2020-02-05Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini3-0/+737
2020-01-30net: fix typoFlavio Suligoi1-1/+1
2020-01-29net: Add support for Broadcom GENETv5 Ethernet controllerAmit Singh Tomar3-0/+737
2020-01-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2-21/+138
2020-01-25net: macb: Drop local cache flushVignesh Raghavendra1-3/+1
2020-01-24drivers: net: fsl_enetc: fix SXGMII MAC configurationAlex Marginean1-11/+25
2020-01-24drivers: net: fsl_enetc: add write_hwaddr() for LS1028AMichael Walle1-0/+38
2020-01-24drivers: net: fsl_enetc: use write_hwaddr()Michael Walle1-9/+8
2020-01-24drivers: net: fsl_enetc: Pass on primary MAC address to LinuxAlex Marginean2-1/+67
2020-01-17common: Move hang() to the same header as panic()Simon Glass3-0/+3
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2020-01-14net: zynq: Add a note about RX_BUF macroMichal Simek1-0/+1
2020-01-10drivers: mcfmii: add dm supportAngelo Durgehello1-23/+25
2020-01-10drivers: fsl_mcdmafec: conversion to dmAngelo Durgehello1-337/+354