aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-13net: Kconfig: FEC: Add dependency on VF610Lukasz Majewski1-1/+1
2019-04-13net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driverLukasz Majewski1-0/+1
2019-04-12board: ti: am335x: Add platdata for cpsw in SPLFaiz Abbas1-18/+0
2019-04-12net: ti: cpsw: Enable DM_FLAG_PRE_RELOCFaiz Abbas1-1/+1
2019-04-12net: ti: cpsw: Block off ofdata_to_platdata with OF_CONTROLFaiz Abbas1-7/+11
2019-04-12net: ti: cpsw-common: Isolate getting syscon address from assigning macidFaiz Abbas2-72/+58
2019-04-12net: ti: cpsw: Convert cpsw_platform_data to a pointer in cpsw_privFaiz Abbas1-67/+69
2019-04-12net: ti: cpsw: Move cpsw_phy_sel() to _probe()Faiz Abbas1-17/+16
2019-04-12net: netcp: add support for phy with rgmii idsMurali Karicheri1-1/+21
2019-04-11Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-14/+17
2019-04-09net: sh_eth: Initialize PHY in probe() onceMarek Vasut1-14/+17
2019-04-09net: macb: Add small delay after link establishmentStefan Roese1-1/+7
2019-04-08net: dm: fec: Support phy-reset-post-delay propertyAndrejs Cainikovs2-0/+12
2019-04-07net: phy: implement fallback mechanism for negative phy adressesHannes Schmelzer1-1/+2
2019-03-15drivers: net: ls1088ardb: Fix EC1 and EC2 RCW offsetPramod Kumar1-2/+2
2019-03-15mc : Reduce MC memory size to 128MMeenakshi Aggarwal1-4/+18
2019-03-15driver: net: fsl-mc: Fix DPC MAC address fixupIoana Ciocoi Radulescu1-1/+3
2019-03-15drivers: net: ldpaa_eth: check if the dpmac is enabledPankaj Bansal1-2/+2
2019-03-13drivers/net/fec: phy_init: remove redundant logicHannes Schmelzer1-8/+2
2019-02-27net: macb: Fix GEM hardware detectionAtish Patra1-1/+1
2019-02-27net: macb: Fix clk API usage for RISC-V systemsAnup Patel1-5/+4
2019-02-18arm: socfpga: gen5 enable designware_socfpgaSimon Goldschmidt1-0/+1
2019-02-18net: designware: socfpga: adapt to Gen5Simon Goldschmidt2-54/+35
2019-02-15net: mv88e61xx: fix autonegotiation on portsTim Harvey1-4/+4
2019-02-15net: dm: fec: Fix regulator enable when using DM_REGULATORAdam Ford1-1/+1
2019-02-01net: Add MSCC Luton networkd driver.Horatiu Vultur3-0/+744
2019-02-01net: mscc: Remove unused variablesHoratiu Vultur1-13/+1
2019-02-01net: mscc: Move mac_table_add function into different file.Horatiu Vultur4-78/+107
2019-02-01net: mscc: Move ocelot_send and ocelot_recv in a different file.Horatiu Vultur4-116/+175
2019-02-01net: mscc: Move miim commands into separate file.Horatiu Vultur4-71/+88
2019-02-01net: mscc: Move ocelot_switch to mscc_eswitch folderHoratiu Vultur5-7/+14
2019-01-28Enable FEC driver to retrieve PHY address from device treeMartyn Welch1-0/+21
2019-01-24Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini11-78/+179
2019-01-24net: phy: aquantia: Print information on configValentin-catalin Neacsu1-0/+21
2019-01-24net: phy: aquantia: Enable autoneg when on USXGMIIValentin-catalin Neacsu1-0/+18
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham2-15/+5
2019-01-24net: move ether_crc to tsec driverChris Packham1-0/+25
2019-01-24net: phy: realtek: Add functions to read PHY's extended registersCarlo Caione1-0/+29
2019-01-24net: macb: fix mapping of registersRamon Fried1-1/+3
2019-01-24net: mvneta: Add GPIO configuration supportAditya Prayoga1-0/+15
2019-01-24net: mvgbe: fallback phy-mode to GMIIChris Packham1-4/+2
2019-01-24net: phy: micrel: fix KSZ9031 clock skew for values greater 0psAndreas Pretzsch1-2/+2
2019-01-24net: mvpp2: mdio device per portBaruch Siach1-36/+33
2019-01-24net: mvpp2: fix lookup of mdio registers base addressBaruch Siach1-10/+7
2019-01-24net: designware: clear padding bytesSimon Goldschmidt1-2/+4
2019-01-24net: designware: fix tx packet lengthSimon Goldschmidt1-5/+7
2019-01-24net: phy: Add clause 45 identifier to phy_devicePankaj Bansal1-5/+10
2019-01-24net: phy: Move fixed link code to separate routineSiva Durga Prasad Paladugu1-7/+27
2019-01-24zynq-gem: Use appropriate cache flush/invalidate for RX and TXStefan Theil1-5/+6
2019-01-23net: add MSCC Ocelot switch supportGregory CLEMENT3-0/+773