summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2018-03-23net: zynq_gem: Dont run any phy detection logic for GMII caseSiva Durga Prasad Paladugu1-1/+2
2018-03-22net: Drop CONFIG_ENC28J60Tuomas Tynkkynen3-1198/+0
2018-03-22net: macb: remove superfluous logical constraintHeinrich Schuchardt1-1/+1
2018-03-22drivers: net: cpsw: remove superfluous assignment.Heinrich Schuchardt1-1/+1
2018-03-22net/phy/cortina: Add No firmware upload optionPriyanka Jain1-0/+13
2018-03-22net/phy/cortina.c: Update get_phy_id implementationPriyanka Jain1-29/+17
2018-03-22configs: ls1012a: add pfe configuration for LS1012ACalvin Johnson4-0/+26
2018-03-22drivers: net: pfe_eth: provide pfe commandsCalvin Johnson1-0/+497
2018-03-22drivers: net: pfe_eth: LS1012A PFE driver introductionCalvin Johnson5-0/+2460
2018-03-22drivers: net: phy: Fix aquantia compilation with DMCalvin Johnson1-0/+1
2018-03-22net: mvpp2x: add check after callocHeinrich Schuchardt1-0/+4
2018-03-22net: phy: Add PHY_RTL8211E_PINE64_GIGABIT_FIX for realtek physkevans@FreeBSD.org2-0/+44
2018-03-13Move CONFIG_PHY_ADDR to KconfigStefan Mavrodiev1-0/+7
2018-03-13net: sun8i_emac: Fix PHY initializationSamuel Holland1-1/+1
2018-03-06Merge git://git.denx.de/u-boot-shTom Rini1-0/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-03-05net: ravb: Add R8A77965 M3N entriesMarek Vasut1-0/+1
2018-02-27net: phy: smsc: Add SMSC LAN8741 supportArno Steffens1-0/+11
2018-02-27net: e1000: Fix e1000_igb semaphore handlingBernhard Messerklinger1-1/+1
2018-02-27NET: designware: fix clock enableEugeniy Paltsev1-1/+1
2018-02-27phy: Fix style violationsMario Six1-37/+57
2018-02-27net: phy: marvell 88e151x: Fix handling of bare RGMII interface typeMario Six1-1/+2
2018-02-27net: phy: marvell: Fix style violationsMario Six1-22/+22
2018-02-27net: tsec: Make live-tree compatibleMario Six1-23/+19
2018-02-27net: tsec: Fix memory leak in error pathMario Six1-1/+3
2018-02-27net: tsec: Fix style violationsMario Six1-35/+37
2018-02-23net: Remove Xilinx ll_temac driverMichal Simek9-1760/+0
2018-02-18net: sh_eth: Fix DT base address fetchingMarek Vasut1-10/+4
2018-02-18net: sh_eth: Fix checkpatch warningMarek Vasut1-1/+1
2018-02-18net: sh_eth: Return directly from sh_eth_recv_startMarek Vasut1-4/+1
2018-02-18net: sh_eth: Zap port variableMarek Vasut1-18/+16
2018-02-16net: ravb: Initialize PHY in probe() onceMarek Vasut1-13/+19
2018-02-08Kconfig: net: phylib: Phylib should depends on NETMichal Simek1-0/+1
2018-02-04net: e1000: implement eth_write_hwaddrHannu Lounento1-0/+40
2018-02-04net: e1000: split e1000_read_mac_addrHannu Lounento1-18/+63
2018-02-04net: e1000: add support for writing to EEPROMHannu Lounento2-2/+174
2018-02-04net: fec: fix build warnings for 64bits supportYe Li1-31/+43
2018-02-04net: fec: do not access reserved register for i.MX8MPeng Fan1-2/+2
2018-02-01Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+3
2018-01-30driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dplYogesh Gaur1-1/+3
2018-01-29mvpp2: Fix warning over 32bit vs 64bit targetsTom Rini1-1/+1
2018-01-28net: gmac_rockchip: Add support for the RK3228 GMACDavid Wu1-0/+85
2018-01-28net: gmac_rockchip: Add rk3328 gmac supportDavid Wu1-0/+85
2018-01-28net: gmac_rockchip: Add support for the RV1108 GMACDavid Wu1-6/+109
2018-01-28Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini3-96/+419
2018-01-27net: sh_eth: Add DM and DT supportMarek Vasut1-0/+268
2018-01-27net: sh_eth: Clump legacy functions togetherMarek Vasut1-51/+51
2018-01-27net: sh_eth: Split sh_eth_initMarek Vasut1-37/+59
2018-01-27net: sh_eth: Separate out MAC address programmingMarek Vasut1-6/+13
2018-01-27net: sh_eth: Split sh_eth_recvMarek Vasut1-27/+46