summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: Kconfig: FEC: Add dependency on VF610Lukasz Majewski2019-04-131-1/+1
* net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driverLukasz Majewski2019-04-131-0/+1
* board: ti: am335x: Add platdata for cpsw in SPLFaiz Abbas2019-04-121-18/+0
* net: ti: cpsw: Enable DM_FLAG_PRE_RELOCFaiz Abbas2019-04-121-1/+1
* net: ti: cpsw: Block off ofdata_to_platdata with OF_CONTROLFaiz Abbas2019-04-121-7/+11
* net: ti: cpsw-common: Isolate getting syscon address from assigning macidFaiz Abbas2019-04-122-72/+58
* net: ti: cpsw: Convert cpsw_platform_data to a pointer in cpsw_privFaiz Abbas2019-04-121-67/+69
* net: ti: cpsw: Move cpsw_phy_sel() to _probe()Faiz Abbas2019-04-121-17/+16
* net: netcp: add support for phy with rgmii idsMurali Karicheri2019-04-121-1/+21
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-04-111-14/+17
|\
| * net: sh_eth: Initialize PHY in probe() onceMarek Vasut2019-04-091-14/+17
* | net: macb: Add small delay after link establishmentStefan Roese2019-04-091-1/+7
|/
* net: dm: fec: Support phy-reset-post-delay propertyAndrejs Cainikovs2019-04-082-0/+12
* net: phy: implement fallback mechanism for negative phy adressesHannes Schmelzer2019-04-071-1/+2
* drivers: net: ls1088ardb: Fix EC1 and EC2 RCW offsetPramod Kumar2019-03-151-2/+2
* mc : Reduce MC memory size to 128MMeenakshi Aggarwal2019-03-151-4/+18
* driver: net: fsl-mc: Fix DPC MAC address fixupIoana Ciocoi Radulescu2019-03-151-1/+3
* drivers: net: ldpaa_eth: check if the dpmac is enabledPankaj Bansal2019-03-151-2/+2
* drivers/net/fec: phy_init: remove redundant logicHannes Schmelzer2019-03-131-8/+2
* net: macb: Fix GEM hardware detectionAtish Patra2019-02-271-1/+1
* net: macb: Fix clk API usage for RISC-V systemsAnup Patel2019-02-271-5/+4
* arm: socfpga: gen5 enable designware_socfpgaSimon Goldschmidt2019-02-181-0/+1
* net: designware: socfpga: adapt to Gen5Simon Goldschmidt2019-02-182-54/+35
* net: mv88e61xx: fix autonegotiation on portsTim Harvey2019-02-151-4/+4
* net: dm: fec: Fix regulator enable when using DM_REGULATORAdam Ford2019-02-151-1/+1
* net: Add MSCC Luton networkd driver.Horatiu Vultur2019-02-013-0/+744
* net: mscc: Remove unused variablesHoratiu Vultur2019-02-011-13/+1
* net: mscc: Move mac_table_add function into different file.Horatiu Vultur2019-02-014-78/+107
* net: mscc: Move ocelot_send and ocelot_recv in a different file.Horatiu Vultur2019-02-014-116/+175
* net: mscc: Move miim commands into separate file.Horatiu Vultur2019-02-014-71/+88
* net: mscc: Move ocelot_switch to mscc_eswitch folderHoratiu Vultur2019-02-015-7/+14
* Enable FEC driver to retrieve PHY address from device treeMartyn Welch2019-01-281-0/+21
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2019-01-2411-78/+179
|\
| * net: phy: aquantia: Print information on configValentin-catalin Neacsu2019-01-241-0/+21
| * net: phy: aquantia: Enable autoneg when on USXGMIIValentin-catalin Neacsu2019-01-241-0/+18
| * net: remove CONFIG_MCAST_TFTPChris Packham2019-01-242-15/+5
| * net: move ether_crc to tsec driverChris Packham2019-01-241-0/+25
| * net: phy: realtek: Add functions to read PHY's extended registersCarlo Caione2019-01-241-0/+29
| * net: macb: fix mapping of registersRamon Fried2019-01-241-1/+3
| * net: mvneta: Add GPIO configuration supportAditya Prayoga2019-01-241-0/+15
| * net: mvgbe: fallback phy-mode to GMIIChris Packham2019-01-241-4/+2
| * net: phy: micrel: fix KSZ9031 clock skew for values greater 0psAndreas Pretzsch2019-01-241-2/+2
| * net: mvpp2: mdio device per portBaruch Siach2019-01-241-36/+33
| * net: mvpp2: fix lookup of mdio registers base addressBaruch Siach2019-01-241-10/+7
| * net: designware: clear padding bytesSimon Goldschmidt2019-01-241-2/+4
| * net: designware: fix tx packet lengthSimon Goldschmidt2019-01-241-5/+7
| * net: phy: Add clause 45 identifier to phy_devicePankaj Bansal2019-01-241-5/+10
* | net: phy: Move fixed link code to separate routineSiva Durga Prasad Paladugu2019-01-241-7/+27
* | zynq-gem: Use appropriate cache flush/invalidate for RX and TXStefan Theil2019-01-241-5/+6
|/
* net: add MSCC Ocelot switch supportGregory CLEMENT2019-01-233-0/+773