summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | test: dm: add a test for MDIO MUX DM uclassAlex Marginean2019-07-183-0/+108
* | test: dm_mdio: add a 2nd register to the emulated PHYAlex Marginean2019-07-181-7/+9
* | net: add MDIO_MUX DM classAlex Marginean2019-07-181-0/+12
* | drivers: net: phy: Ignore PHY ID 0 during PHY probingAlex Marginean2019-07-181-0/+11
* | drivers: net: phy: Use Aquantia driver for AQR112, AQR412Alexandru Marginean2019-07-181-0/+28
|/
* net: macb: Add support for 1000-baseXRadu Pirea2019-07-151-2/+4
* net: macb: Fixed reading MII_LPA registerRadu Pirea2019-07-151-1/+1
* net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driverKeerthy2019-07-153-0/+801
* driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addrKeerthy2019-07-152-3/+3
* net: phy: cortina: Use block layer to read from mmcYinbo Zhu2019-07-151-0/+5
* net: mscc: refactor mscc_miimHoratiu Vultur2019-07-158-516/+63
* test: dm: add MDIO testAlex Marginean2019-07-153-0/+103
* net: introduce MDIO DM class for MDIO devicesAlex Marginean2019-07-151-0/+13
* net: mscc: serval: Remove delay when serdes is configuredHoratiu Vultur2019-07-151-2/+0