summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* driver: net: fm: add DM ETH supportMadalin Bucur2020-04-295-10/+447
* driver: net: fm: add DM MDIO supportMadalin Bucur2020-04-291-2/+137
* driver: net: fm: separate receive buffer free codeMadalin Bucur2020-04-291-26/+37
* driver: net: fm: change init_phy() paramMadalin Bucur2020-04-291-11/+8
* drivers: net: fsl-mc: add support for CONFIG_DM_ETHIoana Ciornei2020-04-291-12/+36
* drivers: net: ldpaa: add DTS based probing supportIoana Ciornei2020-04-292-32/+206
* drivers: net: add Layerscape mEMAC MDIO driverIoana Ciornei2020-04-293-0/+154
* eth: mtk-eth: add mt7531 switch support in mediatek eth driverLanden Chao2020-04-242-127/+577
* net: fm: fix build error when not using nandFrancois Gervais2020-04-171-0/+2
* net: dwc_eth_qos: implement phy reg and max-speed for stm32Patrick Delaunay2020-04-151-1/+18
* net: dwc_eth_qos: implement reset-gpios for stm32Christophe Roullier2020-04-151-0/+53
* net: zynq-gem: Setup and use mdio base separatelyMichal Simek2020-04-061-6/+10
* net: zynq_gem: Add cache flush to zynq_gem_free_pktAshok Reddy Soma2020-04-061-0/+12
* net: sh_eth: Init the hardware before PHY accessMarek Vasut2020-04-041-0/+4
* net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled.Michal Simek2020-03-311-1/+1
* armv8/ls1046ardb: RGMII ports require internal delayMadalin Bucur2020-03-301-2/+2
* armv8/ls1043ardb: RGMII ports require internal delayMadalin Bucur2020-03-301-2/+2
* net: fman: add support for all RGMII delay modesMadalin Bucur2020-03-301-0/+4
* net: phy: marvell: Unify 88E151x series phy_driverClemens Gruber2020-03-091-55/+10
* net: phy: dp83867: Add SGMII mode type switchingMichal Simek2020-03-091-0/+12
* net: phy: Fix overlong PHY timeoutAndre Przywara2020-03-091-1/+1
* drivers: net: phy: aquantia: make it less verboseAlex Marginean2020-03-091-12/+12
* drivers: net: phy: aquantia: drop XGMII as a valid system interface protoAlex Marginean2020-03-091-8/+9
* phy: Include NC-SI in phy setupSamuel Mendoza-Jonas2020-03-091-0/+9
* phy: Add support for the NC-SI protocolSamuel Mendoza-Jonas2020-03-093-0/+902
* net: zynq: Free allocated buffers in case of errorMichal Simek2020-02-281-5/+17
* net: phy: dp83867: Clean force link good bitMichal Simek2020-02-281-0/+4
* net: zynq_gem: Use ulong instead of u32 data typeT Karthik Reddy2020-02-281-1/+1
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-193-3/+3
* dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-191-1/+1
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1137-2/+50
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0536-3/+43
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-057-0/+8
* | eth: mtk-eth: aarch64: fix build warnings on ethernet-driverFrank Wunderlich2020-02-071-4/+5
* | eth: mtk-eth: add mt7622 support in mediatek eth driverMarkLee2020-02-071-1/+3
* | eth: mtk-eth: add sgmii mode support in mediatek eth driverMarkLee2020-02-072-0/+59
|/
* Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2020-02-053-0/+737
|\
| * net: Add support for Broadcom GENETv5 Ethernet controllerAmit Singh Tomar2020-01-293-0/+737
* | net: fix typoFlavio Suligoi2020-01-301-1/+1
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-01-252-21/+138
|\
| * drivers: net: fsl_enetc: fix SXGMII MAC configurationAlex Marginean2020-01-241-11/+25
| * drivers: net: fsl_enetc: add write_hwaddr() for LS1028AMichael Walle2020-01-241-0/+38
| * drivers: net: fsl_enetc: use write_hwaddr()Michael Walle2020-01-241-9/+8
| * drivers: net: fsl_enetc: Pass on primary MAC address to LinuxAlex Marginean2020-01-242-1/+67
* | net: macb: Drop local cache flushVignesh Raghavendra2020-01-251-3/+1
|/
* common: Move hang() to the same header as panic()Simon Glass2020-01-173-0/+3
* common: Move clock functions into a new fileSimon Glass2020-01-171-0/+1
* net: zynq: Add a note about RX_BUF macroMichal Simek2020-01-141-0/+1
* drivers: mcfmii: add dm supportAngelo Durgehello2020-01-101-23/+25
* drivers: fsl_mcdmafec: conversion to dmAngelo Durgehello2020-01-101-337/+354