aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese1-1/+1
2014-10-11Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2-27/+26
2014-10-10macb: simplify gmac initialisationAndreas Bießmann1-17/+8
2014-10-06net: dwc: Make the cache handling less crypticMarek Vasut1-25/+23
2014-10-06net: dwc: Fix cache alignment issuesMarek Vasut1-2/+4
2014-10-06net: phy: Cleanup drivers/net/phy/micrel.cPavel Machek1-4/+3
2014-09-26Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-2/+0
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-09-24e1000: fix no nvm buildMarcel Ziswiler1-0/+2
2014-09-24board/t1040qds: Add sgmii ports support in 0xA7 protocolPriyanka Jain1-2/+0
2014-09-17Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-5/+37
2014-09-16rtl8169: Defer network packet processingThierry Reding1-1/+2
2014-09-15openrisc: Fix a few type cast related warningsVasili Galka1-4/+4
2014-09-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-20/+15
2014-09-09net: fec_mxc: Poll FEC_TBD_READY after polling TDARFabio Estevam1-3/+27
2014-09-09net: fec_mxc: Adjust RX DMA alignment for mx6soloxFabio Estevam1-2/+10
2014-09-08ls102xa: etsec: Add etsec support for LS102xAAlison Wang1-0/+7
2014-09-08net: mdio: Use mb() to be compatible for both ARM and PowerPCAlison Wang1-3/+6
2014-09-08net: Merge asm/fsl_enet.h into fsl_mdio.hClaudiu Manoil6-5/+2
2014-09-04keystone2: use readl/writel functions instead of redefinitionKhoronzhuk, Ivan1-20/+15
2014-08-30arm: bcm281xx: net: Add Ethernet DriverJiandong Zheng5-0/+1535
2014-08-28net: cpsw: am335x: Drop constant link checking from rx/tx path'sStefan Roese1-18/+1
2014-08-21e1000: add i210 supportMarek Vasut2-27/+180
2014-08-21e1000: Implement dcache supportMarek Vasut1-22/+49
2014-08-21drivers: net: remove dead driversMasahiro Yamada5-459/+0
2014-08-20powerpc/T4240QDS/eth: some fix for XFIShaohui Xie1-0/+5
2014-08-09vitesse: remove duplicated argument to ||maxin.john@enea.com1-1/+0
2014-08-06Change Andy Fleming's email addressAndy Fleming2-2/+2
2014-07-29Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini5-80/+81
2014-07-28Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2-1/+8
2014-07-28Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-3/+5
2014-07-28Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD2-4/+7
2014-07-28Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD2-73/+69
2014-07-25drivers: net: cpsw: add support for using second port as ethernetMugunthan V N1-3/+5
2014-07-24net: sh-eth: Add support R8A7794Nobuhiro Iwamatsu2-4/+7
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-5/+5
2014-07-22net/fm: call fm_port_to_index() with proper checksRotariu Marian-Cristian2-1/+8
2014-07-06net: Rename and cleanup sunxi (Allwinner) emac driverStefan Roese2-73/+69
2014-07-03armv8/fsl-lsch3: Add support to load and start MC FirmwareJ. German Rivera3-0/+275
2014-06-25Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD3-40/+101
2014-06-14net: macb: enable dcache in macbWu, Josh1-4/+57
2014-06-14macb: make checkpatch cleanAndreas Bießmann1-27/+29
2014-06-10net: sh-eth: Fix typo from rESR_RTLF to EESR_RTLFNobuhiro Iwamatsu1-1/+1
2014-06-10net: sh-eth: Fix coding styleNobuhiro Iwamatsu2-22/+22
2014-06-10net: sh-eth: Add support R7S72100 of rmobileNobuhiro Iwamatsu2-14/+77
2014-06-05phy: fix create_phy_by_mask for when its given an actual search maskCormier, Jonathan1-3/+1
2014-05-25net/designware: Make DMA burst length configurable and reduce by defaultIan Campbell2-7/+7
2014-05-25net/designware: reorder struct dw_eth_dev to pack more efficiently.Ian Campbell1-6/+5
2014-05-25net/designware: ensure cache invalidations are aligned to ARCH_DMA_MINALIGNIan Campbell1-5/+13
2014-05-25net/designware: ensure device private data is DMA aligned.Ian Campbell1-1/+2