aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada7-85/+85
2017-09-26ARM: mvebu: Convert CONFIG_MVNETA to KconfigChris Packham1-0/+8
2017-09-21nds32: ftmac100: Fix write mac addr fail problem.rick1-1/+6
2017-09-21nds32: ftmac100: support cache enable.rick1-3/+2
2017-09-18net: phy: micrel: Convert to livetreePhilipp Tomsich1-3/+2
2017-09-18net: designware: Convert to livetreePhilipp Tomsich1-8/+3
2017-09-15blk: Remove various places that do flush cache after readBin Meng2-4/+0
2017-09-11armv8: fsl-layerscape: Support to add RGMII for ls1088aqdsAshish Kumar2-0/+36
2017-09-11armv8: ls1088a: Add NXP LS1088A SoC supportAshish Kumar2-0/+88
2017-09-11drivers:net:fsl-mc: Update MC address calculationPriyanka Jain1-2/+9
2017-09-07net: fix typosHeinrich Schuchardt3-3/+3
2017-09-07net: phy: realtek: fix enabling of the TX-delay for RTL8211FMadalin Bucur1-10/+14
2017-08-16Merge git://www.denx.de/git/u-boot-imxTom Rini1-0/+9
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-3/+3
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass9-15/+15
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass6-12/+12
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass3-3/+3
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2017-08-14driver: net: ldpaa: Update priv->phydev after free()Prabhakar Kushwaha1-1/+3
2017-08-14net: fman: add support RGMII_TXID to memacMadalin Bucur1-1/+3
2017-08-13net: gmac_rockchip: Add support for the RK3368 GMACPhilipp Tomsich1-0/+78
2017-08-11Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-2/+9
2017-08-10net: mvpp2x: Set BM poll size once during priv probeStefan Chulski1-4/+1
2017-08-10net: mvpp2x: remove TX drain from transmit routineStefan Chulski1-21/+0
2017-08-10net: mvpp2x: Set BM pool high addressStefan Chulski1-0/+6
2017-08-10net: mvpp2x: Remove IRQ configuration from U-BootStefan Chulski1-45/+1
2017-08-10net: mvpp2x: remove MBUS configurations from MvPP22 driverStefan Chulski1-5/+6
2017-08-10net: mvpp2x: decrease size of AGGR_TXQ and CPU_DESC_CHUNKStefan Chulski1-2/+2
2017-08-10net: mvpp2x: fix BM configuration overrun issueStefan Chulski1-8/+17
2017-08-10net: mvpp2x: Enable GoP packet padding in TXStefan Chulski1-12/+0
2017-08-10net: mvpp2x: fix phy connected to wrong mdio issueStefan Chulski1-1/+25
2017-08-10net: mvpp2x: Add GPIO configuration supportStefan Chulski1-0/+31
2017-08-09driver: net: fsl-mc: fsl_mc_ldpaa_exit exit earlier if dpl appliedSantan Kumar1-2/+9
2017-08-07net: phy: micrel: add an option to disable gigabit for the KSZ9031Sebastien Bourdelin1-0/+28
2017-08-07net: phy: Add AFE settings to the Broadcom Cygnus phyArun Parameswaran1-1/+63
2017-08-07net: move Broadcom SF2 driver to KconfigSuji Velupillai2-2/+24
2017-08-07net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig optionsAlexandru Gagniuc1-22/+2
2017-08-07net: phy: micrel: Remove ksz90x1 drivers from micrel_ksz8xxxAlexandru Gagniuc1-357/+1
2017-08-07net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 driversAlexandru Gagniuc5-7/+406
2017-08-07net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021Alexandru Gagniuc1-8/+0
2017-08-07net: ag7xxx: Propagate errors on phy accessJoe Hershberger1-5/+24
2017-08-07net: ag7xxx: Comment register namesJoe Hershberger1-0/+16
2017-08-07drivers/net/phy/fixed: do not overwrite addrChristian Gmeiner1-1/+0
2017-08-03net: ravb: Add clock handling supportMarek Vasut1-2/+19
2017-08-03net: ravb: Detect PHY correctlyMarek Vasut1-3/+4
2017-08-03net: ravb: Add OF probing supportMarek Vasut1-0/+37
2017-07-28net: fec_mxc: adjust prototype of fec_get_miibus() for DM_ETHLothar Waßmann1-0/+9
2017-07-23powerpc, 8xx: fix missing function declarations.Christophe Leroy1-0/+1
2017-07-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-12/+14