summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: macb: Fix rx buffer cache handlingStefan Roese2019-09-041-2/+4
* net: designware: drop compatible altr, socfpga-stmmacRalph Siemsen2019-09-041-1/+0
* Revert "net: macb: Fixed reading MII_LPA register"Bin Meng2019-09-041-1/+1
* drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID arrayAlex Marginean2019-09-041-0/+1
* net: dwc_et_qos: update weak function board_interface_eth_initPatrick Delaunay2019-09-041-13/+3
* net: dwc_eth_qos: Change eqos_ops function to staticPatrick Delaunay2019-09-041-6/+6
* drivers: net: pfe_eth: undefined return valueHeinrich Schuchardt2019-09-041-2/+1
* test: dm_mdio: avoid out of bounds accessHeinrich Schuchardt2019-09-041-2/+2
* net: mvpp2: support setting hardware addresses from ethernet coreMatt Pelland2019-09-041-0/+8
* drivers: net: add marvell MDIO driverAlex Marginean2019-09-043-0/+247
* drivers/fsl-mc: Create Kconfig file to manage driver specific configs betterFlorinel Iordache2019-09-042-0/+26
* drivers: net: driver for MDIO muxes controlled over I2CAlex Marginean2019-09-043-0/+117
* Revert "drivers: net: driver for MDIO muxes controlled over I2C"Joe Hershberger2019-09-042-9/+0
* drivers: net: mc: Report extra memory to LinuxMeenakshi Aggarwal2019-08-221-0/+10
* Drop PCMCIASimon Glass2019-08-111-10/+0
* env: Drop environment.h header file where not neededSimon Glass2019-08-117-7/+0
* env: Move env_get() to env.hSimon Glass2019-08-118-0/+8
* env: Move env_set() to env.hSimon Glass2019-08-114-0/+4
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_get_f() to env.hSimon Glass2019-08-111-0/+1
* env: Move get_env_id() to env.hSimon Glass2019-08-111-2/+3
* net: sh_eth: Fix 64bit build warningsMarek Vasut2019-08-092-16/+16
* net: sh_eth: Add R8A77980 V3H gether supportMarek Vasut2019-08-092-5/+16
* doc: arch: sandbox: Replace all the instances of README.sandboxKeerthy2019-07-291-1/+1
* Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-07-272-1/+2
|\
| * net: fec: Enable support for i.MX28 DM_ETH in the fec_mxc.c driverLukasz Majewski2019-07-192-1/+2
* | net: sun8i_emac: Test the correct phyEmmanuel Vadot2019-07-251-8/+21
* | net: davinci_emac: convert to using the driver modelBartosz Golaszewski2019-07-251-35/+42
* | net: macb: Fix check for little-endian system in gmac_configure_dma()Anup Patel2019-07-251-4/+7
* | net: macb: Extend MACB driver for SiFive Unleashed boardAnup Patel2019-07-251-17/+56
* | net: tsec: Change compatible strings to match LinuxVladimir Oltean2019-07-251-1/+1
* | net: tsec: Common handling of MAC station address for DM_ETHVladimir Oltean2019-07-251-9/+2
* | net: tsec: Make errors visibleVladimir Oltean2019-07-251-4/+4
* | net: tsec: Reverse Christmas tree notationVladimir Oltean2019-07-251-5/+5
* | net: tsec: Fix offset of MDIO registers for DM_ETHVladimir Oltean2019-07-251-6/+7
* | net: tsec: Refactor the readout of the tbi-handle propertyVladimir Oltean2019-07-251-8/+7
* | net/macb: increase RX buffer size for GEMRamon Fried2019-07-251-8/+23
* | net: macb: apply sane DMA configurationRamon Fried2019-07-251-0/+28
* | net: macb: add dma_burst_length configRamon Fried2019-07-251-1/+21
* | net: macb: add support for SGMII phy interfaceRamon Fried2019-07-251-0/+7
* | net: macb: use bit access macro from header fileRamon Fried2019-07-251-33/+15
* | net: macb: add support for faster clk ratesRamon Fried2019-07-252-1/+7
* | net: macb: sync header definitions as taken from LinuxRamon Fried2019-07-252-214/+662
* | drivers: net: driver for MDIO muxes controlled over I2CAlex Marginean2019-07-252-0/+9
* | net: designware: use 'phy_connect' instead of open codedSimon Goldschmidt2019-07-251-5/+3
* | drivers: net: fsl_enetc: add support for SGMII 2500Alex Marginean2019-07-252-7/+23
* | drivers: net: apply serdes configuration for ENETC Ethernet interfacesAlex Marginean2019-07-253-5/+189
* | drivers: net: add NXP ENETC MDIO driverAlex Marginean2019-07-255-2/+229
* | drivers: net: add NXP ENETC ethernet driverAlex Marginean2019-07-254-0/+556
* | net: designware: remove mdio bus on probe failureSimon Goldschmidt2019-07-181-5/+15