aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-10net: phy: ti: Recover from "port mirroring" N/A MODE4Janine Hagemann1-1/+26
2018-10-10net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driverJanine Hagemann1-0/+39
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng7-16/+0
2018-10-09net: pch_gbe: Make probe/remove staticBin Meng1-2/+2
2018-10-09linux/compat.h: Add netdev_### log macrosBin Meng2-18/+0
2018-10-04net: gmac_rockchip: Add handling for RGMII_ID/RXID/TXIDJanine Hagemann1-17/+63
2018-10-04net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmiiJanine Hagemann1-1/+1
2018-09-29Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini4-3/+44
2018-09-27net: fman: Support both new and legacy FMan CompatiblesZhao Qiang1-1/+2
2018-09-27ls1012a: remove debug info from u-boot logPramod Kumar1-1/+0
2018-09-27driver: net: fsl-mc: Memset MC reserve ram memory before usagePrabhakar Kushwaha1-0/+7
2018-09-27u-boot: fixup the iommu-map property of fsl-mc nodeNipun Gupta1-0/+34
2018-09-27ppa/fm/qe: use block layer in ppa/fm/qe driverYinbo Zhu1-1/+1
2018-09-27Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini1-7/+9
2018-09-27net: zynq_gem: Add support for fixed-link phyMichal Simek1-8/+9
2018-09-26net: zynq_gem: Fix reading of max-speed propertySiva Durga Prasad Paladugu1-1/+2
2018-09-25drivers: net: cpsw: add support to update phy addressSekhar Nori1-0/+29
2018-08-17Convert CONFIG_MII et al to KconfigAdam Ford1-0/+10
2018-08-17Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini3-0/+152
2018-08-13net: designware: socfpga: Add Arria10 extrasMarek Vasut3-0/+152
2018-08-08fsl/mc: Limit the ethernet name to ETH_NAME_LENPankaj Bansal2-5/+5
2018-07-26net: zynq_gem: convert to use livetreeSiva Durga Prasad Paladugu1-16/+14
2018-07-26drivers: net: zynq_gem: fix phy dt node settingGrygorii Strashko1-1/+1
2018-07-26drivers: net: cpsw: fix phy dt node settingGrygorii Strashko1-1/+1
2018-07-26net: phy: xilinx: switch to use phy_get_ofnode()Grygorii Strashko1-4/+6
2018-07-26net: phy: dp83867: switch to use phy_get_ofnode()Grygorii Strashko1-2/+5
2018-07-26net: phy: add ofnode node to struct phy_deviceGrygorii Strashko1-0/+4
2018-07-26net: phy: Clean up includes of common.hJoe Hershberger14-11/+6
2018-07-26net: phy: dp83867: switch to use ofnode apiGrygorii Strashko1-13/+12