aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-1/+1
2017-07-12net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETHLothar Waßmann1-11/+13
2017-07-11net: fm: use get_nand_dev_by_index()Grygorii Strashko1-1/+2
2017-07-11net: phy: cortina: use get_nand_dev_by_index()Grygorii Strashko1-1/+2
2017-07-11rockchip: net: dm: convert fdt_get to dev_readPhilipp Tomsich2-10/+7
2017-07-08powerpc, 8xx: Add support for MCR3000 board from CSSIChristophe Leroy1-0/+20
2017-07-08powerpc, 8xx: move FEC Ethernet driver in drivers/netChristophe Leroy3-0/+891
2017-07-03powerpc: remove 4xx supportHeiko Schocher5-2152/+3
2017-06-28ti816x: Enable ethernet supportTom Rini2-21/+41
2017-06-27Merge git://www.denx.de/git/u-boot-imxTom Rini1-0/+8
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher5-2182/+0
2017-06-16treewide: remove unneeded semicolonsMasahiro Yamada3-3/+3
2017-06-14Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-1/+4
2017-06-12net: phy: marvell: Fix init function for m88e1145York Sun1-1/+4
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher1-1/+0
2017-06-05common: freescale: Move arch-specific declarationsSimon Glass1-0/+1