aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-16net: sun8i-emac: support R40 GMACLothar Felten1-26/+53
2018-07-16net: sun8i-emac: set mux and clock by driver dataLothar Felten1-15/+20
2018-07-16net: sun8i-emac: fix printing NULL characterLothar Felten1-2/+1
2018-07-09net: designware: Add reset ctrl to driverLey Foon Tan1-0/+8
2018-07-02net: mvneta: zero Tx descriptors on initRabeeh Khoury1-0/+1
2018-07-02net: mvneta: dcache flush TX descriptors at initRabeeh Khoury1-0/+1
2018-07-02net: zynq_gem: Initialize val variable in zynq_gem_miiphy_read()Michal Simek1-1/+1
2018-06-19net: sh_eth: Support reset GPIO both in mac and phy nodeMarek Vasut1-2/+11
2018-06-19net: ravb: Support reset GPIO both in mac and phy nodeMarek Vasut1-2/+11
2018-06-19net: ravb: Filter out supported PHY featuresMarek Vasut1-5/+6
2018-06-19net: ravb: Do not shut down clock in start callbackMarek Vasut1-6/+2
2018-06-13net: gem: Check return value from memalign/mallocMichal Simek1-0/+6
2018-06-13net: zynq_gem: Initialize phyreg variableMichal Simek1-1/+1
2018-06-13net: zynq_gem: Fix return type for phy...()Michal Simek1-4/+4
2018-06-13net: mvgbe: extract common code for SMI waitChris Packham2-24/+24
2018-06-13net: designware: set the PS bit when resetting DMA bus in MII configurationQuentin Schulz1-0/+9
2018-06-13net: phy: mv88e61xx: Force CPU port link upChris Packham1-21/+30
2018-06-13mvebu: neta: align DMA buffersJon Nettleton1-6/+12
2018-06-13net: add Socionext AVE ethernet driver supportKunihiko Hayashi3-0/+1006
2018-06-13drivers/net/vsc9953: Initialize action RAM in VCAP complexRadu Bulie1-0/+134
2018-06-13net: cpsw: ti: Reap completed packets before stopping interfaceAlex Kiernan1-8/+16
2018-06-13net/phy/cortina: Add support for CS4223 PHYVicentiu Galanopulo1-1/+47
2018-06-13net: sunxi: Correct MAC address register orderJoe Hershberger1-2/+2
2018-06-13tsec: Fix reading phy registers from DTMario Six1-2/+3
2018-06-11LS1012AFRWY: Add Secure Boot supportVinitha V Pillai1-0/+29
2018-06-02Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-0/+1
2018-06-01net: ravb: Add R8A77990 E3 compatibleMarek Vasut1-0/+1
2018-05-29net: ftmac100: Fix compiler warningRick Chen1-7/+7
2018-05-23net: Drop CONFIG_TSI108_ETHTuomas Tynkkynen2-1016/+0
2018-05-17net: MVGBE don't automatically select PHYLIBChris Packham1-1/+0
2018-05-14net: add Kconfig for MVGBEChris Packham1-0/+8
2018-05-14net: mvgbe: remove CONFIG_DOVEChris Packham2-9/+0
2018-05-14net: mvneta: Fix fault when wrong device treeMarek BehĂșn1-0/+4
2018-05-11Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini9-10/+10
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-05-09driver: net: fsl-mc: updated copyright infoYogesh Gaur9-10/+10
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini153-309/+153
2018-04-30Merge git://git.denx.de/u-boot-imxTom Rini1-1/+2
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini8-16/+0
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford1-2/+0
2018-04-26dts: dm: fec: imx53: Provide proper compatible string for imx53 fec driverLukasz Majewski1-0/+1
2018-04-26eth: dm: fec: Change FEC PHY mask setting from CONFIG_PHYLIB to CONFIG_FEC_MX...Lukasz Majewski1-1/+1
2018-04-13net: phy: Don't limit phy addresses by defaultJoe Hershberger1-0/+8
2018-04-13net: sh_eth: Add remaining Gen2 DT compatibleMarek Vasut1-0/+3
2018-04-13net: zynq_gem: Use max-speed property from dtSiva Durga Prasad Paladugu1-0/+9
2018-04-13net: fec: Fix issue in DM probe timeoutYe Li1-2/+1
2018-04-13net: fex_mxc: add i.MX6UL/SX/SL compatiblePeng Fan1-0/+3
2018-04-13net: fec: sharing MDIO for two enet controllersPeng Fan2-3/+18
2018-04-13net: fec: set dev->seq to priv->dev_idPeng Fan1-3/+2
2018-04-13net: fec_mxc: simplify fec_get_miibusPeng Fan1-12/+3