aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2018-11-05driver: net: ti: keystone_net: switch to use common mdio libGrygorii Strashko2-102/+18
2018-11-05driver: net: ti: cpsw: switch to use common mdio libGrygorii Strashko1-128/+6
2018-11-05driver: net: ti: introduce common mdio support libraryGrygorii Strashko3-1/+222
2018-11-05driver: net: ti: cpsw: update to use SPDX identifierGrygorii Strashko1-10/+2
2018-11-05drivers: net: keystone_net: drop non dm codeGrygorii Strashko1-286/+1
2018-11-05configs: net: convert DRIVER_TI_KEYSTONE_NET kconfigGrygorii Strashko1-0/+5
2018-11-05driver: net: consolidate ti's code in separate folderGrygorii Strashko9-14/+24
2018-11-05net: phy: mscc: add support for VSC8574 PHYQuentin Schulz1-0/+420
2018-11-05net: phy: mscc: factorize part of config function for VSC8584Quentin Schulz1-17/+39
2018-11-05net: phy: mscc: add support for VSC8584 PHYQuentin Schulz1-0/+553
2018-11-05net: ftgmac100: Add support for the Aspeed SoCCédric Le Goater1-4/+27
2018-11-05net: ftgmac100: add clock supportCédric Le Goater1-1/+14
2018-11-05net: ftgmac100: handle timeouts when transmittingCédric Le Goater1-0/+24
2018-11-05net: ftgmac100: convert the RX/TX descriptor arraysCédric Le Goater1-77/+64
2018-11-05net: ftgmac100: add MDIO bus and phylib supportCédric Le Goater1-220/+160
2018-11-05net: ftgmac100: use setbits_le32() in the reset methodCédric Le Goater1-1/+1
2018-11-05net: ftgmac100: convert to driver modelCédric Le Goater2-92/+157
2018-11-05net: ftgmac100: use the aligned() macroCédric Le Goater1-2/+2
2018-11-05net: ftgmac100: use the BIT() macroCédric Le Goater1-77/+77
2018-11-05net: Add MT7628 ethernet driverStefan Roese3-0/+652
2018-10-29powerpc: t1040: Correct RCW EC2 settingsBin Meng1-3/+0
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-1/+2
2018-10-24net: fec_mxc: add support for i.MX8XAnatolij Gustschin3-4/+61
2018-10-24net: mvpp2: increase PHY reset pulseBaruch Siach1-1/+1
2018-10-24net: mvpp2: fix polarity of PHY reset signalBaruch Siach1-2/+2
2018-10-24net: dm: fec: Obtain the transceiver type from the DTMartin Fuzzey1-1/+20
2018-10-24net: dm: fec: Support the phy-supply bindingMartin Fuzzey2-0/+23
2018-10-24net: dm: fec: Fix phy-reset-duration clamping and defaultsMartin Fuzzey1-11/+8
2018-10-24net: dm: fec: Fix time unit error in phy-reset-durationMartin Fuzzey1-1/+1
2018-10-24net: phy: aquantia: autodetect if firmware needs to be loadedJeremy Gebben1-6/+22
2018-10-24net: phy: aquantia: add firmware loading supportJeremy Gebben2-2/+256
2018-10-24configs: migrate CONFIG_PHY_AQUANTIA to KconfigJeremy Gebben2-4/+2
2018-10-16net: gem: Do not setup any clock for Xilinx SoC VersalMichal Simek1-0/+4
2018-10-16arm64: versal: Add support for new Xilinx Versal ACAPsMichal Simek1-1/+1
2018-10-12ldpaa_eth.c: Fix warning when PHYLIB is not enabledTom Rini1-3/+7
2018-10-10driver: net: fsl-mc: Add support of multiple phys for dpmacPankaj Bansal2-43/+94
2018-10-10driver: net: fsl-mc: initialize dpmac irrespective of phyPankaj Bansal1-4/+2
2018-10-10driver: net: fsl-mc: Modify the dpmac link detection methodPankaj Bansal1-62/+57
2018-10-10driver: net: fsl-mc: fix error handing in init_phyPankaj Bansal1-1/+9
2018-10-10driver: net: fsl-mc: remove unused strcture elementsPankaj Bansal3-27/+34
2018-10-10driver: net: fsl-mc: modify the label namePankaj Bansal1-4/+4
2018-10-10test: eth: Add a test for the target being pingedJoe Hershberger1-0/+51
2018-10-10test: eth: Add a test for ARP requestsJoe Hershberger1-0/+41
2018-10-10net: sandbox: Add a priv ptr for tests to useJoe Hershberger1-0/+20
2018-10-10net: sandbox: Allow fake eth to handle more than 1 packet responseJoe Hershberger1-11/+46
2018-10-10net: sandbox: Share the priv structure with testsJoe Hershberger1-19/+0
2018-10-10net: sandbox: Make the fake eth driver response configurableJoe Hershberger1-4/+51
2018-10-10net: sandbox: Refactor sandbox send functionJoe Hershberger1-74/+106
2018-10-10net: sandbox: Move disabled flag into priv structJoe Hershberger1-4/+14
2018-10-10net: phy: ti: Add binding for the CLK_OUT pin muxingJanine Hagemann1-0/+27