summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-07-25net: sun8i_emac: Test the correct phyEmmanuel Vadot1-8/+21
2019-07-25net: davinci_emac: convert to using the driver modelBartosz Golaszewski1-35/+42
2019-07-25net: macb: Fix check for little-endian system in gmac_configure_dma()Anup Patel1-4/+7
2019-07-25net: macb: Extend MACB driver for SiFive Unleashed boardAnup Patel1-17/+56
2019-07-25net: tsec: Change compatible strings to match LinuxVladimir Oltean1-1/+1
2019-07-25net: tsec: Common handling of MAC station address for DM_ETHVladimir Oltean1-9/+2
2019-07-25net: tsec: Make errors visibleVladimir Oltean1-4/+4
2019-07-25net: tsec: Reverse Christmas tree notationVladimir Oltean1-5/+5
2019-07-25net: tsec: Fix offset of MDIO registers for DM_ETHVladimir Oltean1-6/+7
2019-07-25net: tsec: Refactor the readout of the tbi-handle propertyVladimir Oltean1-8/+7
2019-07-25net/macb: increase RX buffer size for GEMRamon Fried1-8/+23
2019-07-25net: macb: apply sane DMA configurationRamon Fried1-0/+28
2019-07-25net: macb: add dma_burst_length configRamon Fried1-1/+21
2019-07-25net: macb: add support for SGMII phy interfaceRamon Fried1-0/+7
2019-07-25net: macb: use bit access macro from header fileRamon Fried1-33/+15
2019-07-25net: macb: add support for faster clk ratesRamon Fried2-1/+7
2019-07-25net: macb: sync header definitions as taken from LinuxRamon Fried2-214/+662
2019-07-25drivers: net: driver for MDIO muxes controlled over I2CAlex Marginean2-0/+9
2019-07-25net: designware: use 'phy_connect' instead of open codedSimon Goldschmidt1-5/+3
2019-07-25drivers: net: fsl_enetc: add support for SGMII 2500Alex Marginean2-7/+23
2019-07-25drivers: net: apply serdes configuration for ENETC Ethernet interfacesAlex Marginean3-5/+189
2019-07-25drivers: net: add NXP ENETC MDIO driverAlex Marginean5-2/+229
2019-07-25drivers: net: add NXP ENETC ethernet driverAlex Marginean4-0/+556
2019-07-19net: designware: remove mdio bus on probe failureSimon Goldschmidt1-5/+15
2019-07-19test: dm: add a test for MDIO MUX DM uclassAlex Marginean3-0/+108
2019-07-19test: dm_mdio: add a 2nd register to the emulated PHYAlex Marginean1-7/+9
2019-07-19net: add MDIO_MUX DM classAlex Marginean1-0/+12
2019-07-19drivers: net: phy: Ignore PHY ID 0 during PHY probingAlex Marginean1-0/+11
2019-07-19drivers: net: phy: Use Aquantia driver for AQR112, AQR412Alexandru Marginean1-0/+28
2019-07-15net: macb: Add support for 1000-baseXRadu Pirea1-2/+4
2019-07-15net: macb: Fixed reading MII_LPA registerRadu Pirea1-1/+1
2019-07-15net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driverKeerthy3-0/+801
2019-07-15driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addrKeerthy2-3/+3
2019-07-15net: phy: cortina: Use block layer to read from mmcYinbo Zhu1-0/+5
2019-07-15net: mscc: refactor mscc_miimHoratiu Vultur8-516/+63
2019-07-15test: dm: add MDIO testAlex Marginean3-0/+103
2019-07-15net: introduce MDIO DM class for MDIO devicesAlex Marginean1-0/+13
2019-07-15net: mscc: serval: Remove delay when serdes is configuredHoratiu Vultur1-2/+0
2019-07-15net: phy: ti: Fix clock output DT propertyTrent Piepho1-8/+2
2019-07-15net: phy: ti: Use default values for tx/rx delay and fifo sizeTrent Piepho1-3/+3
2019-06-12Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-bootTom Rini1-52/+383
2019-06-11net: fec_mxc: not access reserved register on i.MX8Peng Fan1-1/+1
2019-06-06net: dwc_eth_qos: add Ethernet stm32mp1 supportChristophe Roullier1-52/+383
2019-06-01dm: net: macb: Implement link speed change callbackBin Meng1-0/+35
2019-06-01dm: net: macb: Update macb_linkspd_cb() signatureBin Meng1-1/+21
2019-05-26configs: Migrate CONFIG_FMAN_ENET and some related options to KconfigTom Rini2-1/+7
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner3-3/+4
2019-05-14eth: mtk-eth: fix incorrect read of phy-handleWeijie Gao1-3/+4
2019-05-14net: rtl8169: Support RTL-8168h/8111hThierry Reding1-0/+1
2019-05-14net: rtl8169: Implement ->hwaddr_write() callbackThierry Reding1-0/+18