aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-11-17net: macb: enable GMAC IP without GE feature supportBo Shen1-1/+7
2014-11-17net: macb: write mac address when initializationBo Shen1-0/+9
2014-11-14driver/net/fm/memac_phy: set NEG bit for external MDIOsShaohui Xie1-1/+4
2014-11-14Fman/mEMAC: mEMAC fix for 10G MAC and PHYShaohui Xie2-3/+11
2014-11-07drivers/net/uli526x.c: fix syntax errorWolfgang Denk1-1/+1
2014-11-07net: smc911x: Keep MAC programmedMarek Vasut1-0/+1
2014-11-06net: phy: marvell: add errata w/a for 88E151* chipsHao Zhang1-1/+52
2014-11-05net: keystone_net: add Keystone2 K2L SoC supportKhoronzhuk, Ivan1-1/+4
2014-11-05net: keystone_serdes: add keystone K2L SoC supportKhoronzhuk, Ivan1-1/+1
2014-11-04net: sh-eth: Add cache writeback control after setting bit of DMA descriptorNobuhiro Iwamatsu1-2/+8
2014-11-04net: sh-eth: Use memalign instead of orignal memroy alignment functionNobuhiro Iwamatsu2-48/+41
2014-11-04net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZENobuhiro Iwamatsu2-12/+12
2014-11-04net: sh-eth: Add support R8A7793Nobuhiro Iwamatsu2-4/+5
2014-10-28e1000: add i211 and unprogrammed i210/i211 supportMarcel Ziswiler1-0/+6
2014-10-27e1000: fix sw fw sync on igb i210/i211Marcel Ziswiler2-2/+5
2014-10-27net/e1000: Fix EEPROM access errorYork Sun1-1/+1
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxTom Rini1-1/+1
2014-10-27PowerPC: drop some 74xx_7xx boards and related codeWolfgang Denk1-1/+1
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2-268/+150
2014-10-25net: davince: add missing includeJeroen Hofstee1-0/+1
2014-10-25net: fec_mxc: make local functions staticJeroen Hofstee1-3/+5
2014-10-25net: phy: fix warnings with W=1Jeroen Hofstee1-5/+2
2014-10-23net: keystone_net: increase PHY auto negotiate timeKhoronzhuk, Ivan1-5/+31
2014-10-23net: keystone_net: add Keystone2 K2E SoC supportKhoronzhuk, Ivan1-0/+5
2014-10-23net: keystone_serdes: add keystone K2E SoC supportKhoronzhuk, Ivan1-0/+6
2014-10-23net: keystone_net: use general get link functionKhoronzhuk, Ivan1-45/+5
2014-10-23net: keystone_net: register eth PHYs on MDIO busKhoronzhuk, Ivan1-3/+21
2014-10-23net: keystone_net: register MDIO busKhoronzhuk, Ivan1-38/+55
2014-10-23net: keystone_net: use mdio_reset functionKhoronzhuk, Ivan1-14/+2
2014-10-23net: phy: print a number of phy that is not foundKhoronzhuk, Ivan1-1/+1
2014-10-23soc: keystone_serdes: generalize to be used by other sub systemsHao Zhang1-1/+14
2014-10-23soc: keystone_serdes: create a separate SGMII SerDes driverKhoronzhuk, Ivan1-138/+5
2014-10-23net: keystone_net: remove redundant code from keystone_net.cKhoronzhuk, Ivan1-17/+0
2014-10-23net: keystone_net: move header file from arch to ti-commonKhoronzhuk, Ivan1-1/+1
2014-10-23net: keystone_net: remove SoC specific emac_regs structureHao Zhang1-5/+3
2014-10-23dma: keystone_nav: generalize driver usageKhoronzhuk, Ivan1-6/+7
2014-10-23dma: keystone_nav: move keystone_nav driver to driver/dma/Khoronzhuk, Ivan1-1/+1
2014-10-23net: mvneta.c: Add support for the ethernet controller of the Marvell Armada ...Stefan Roese2-0/+1654
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