summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-12-11Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD26-332/+744
2013-12-04am335x: cpsw: optimize cpsw_recv to increase network performanceVladimir Koutny1-1/+1
2013-12-02Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini5-6/+119
2013-11-25powerpc/mpc85xx: Add T2080/T2081 SoC supportShengzhou Liu2-0/+93
2013-11-25net/fman: Add support for 10GEC3 and 10GEC4Shengzhou Liu3-6/+26
2013-11-25Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini19-193/+473
2013-11-25drivers: delete unnecessary HOSTCFLAGSMasahiro Yamada1-1/+0
2013-11-23net: rtl8169: Add support for RTL8168d/8111dThierry Reding1-1/+17
2013-11-23net: rtl8169: Improve cache maintenanceThierry Reding1-8/+53
2013-11-23net: zynq_gem: Add d-cache supportSrikanth Thokala1-29/+53
2013-11-23phy: Use general phy code for smsc lan8720aDavid Dueck1-1/+2
2013-11-23phy: Use supported field during autonegotiationDavid Dueck1-2/+3
2013-11-23net: dm9000: random mac address supportAndrew Ruder1-0/+9
2013-11-23drivers/net/e1000: Introduce CONFIG_E1000_NO_NVMRojhalat Ibrahim2-5/+38
2013-11-23net: phy: atheros: Fix masks for AR8035 and AR8021Fabio Estevam1-1/+1
2013-11-23net/phy: Fix the phy id mask of AR8031Chunhe Lan1-1/+1
2013-11-23net: tsec: Fix mac addr setup portability, cleanupClaudiu Manoil1-10/+8
2013-11-23net: tsec: Use portable regs type (uint->u32)Claudiu Manoil1-1/+1
2013-11-23net: tsec: Use portable types and accessors for BDsClaudiu Manoil1-42/+46
2013-11-23net: tsec: Fix CamelCase issues around BD codeClaudiu Manoil1-30/+30
2013-11-23net: fsl_mdio: Fix warnings for __iomem pointersClaudiu Manoil1-7/+10
2013-11-23net: tsec: Cleanup tsec regs init and fix __iomem warnsClaudiu Manoil1-13/+13
2013-11-23net: tsec: Fix priv pointer in tsec_mcast_addr()Claudiu Manoil1-7/+1
2013-11-23net: tsec: Fix and cleanup tsec_mcast_addr()Claudiu Manoil1-16/+15
2013-11-23net: Fix mcast function pointer prototypeClaudiu Manoil2-3/+3
2013-11-23net: designware: Fix alignment of buffer descriptorsAlexey Brodkin1-4/+3
2013-11-23net: designware: Respect "bus mode" register contents on SW resetAlexey Brodkin1-1/+1
2013-11-23net: sh-eth: Add support R8A7791Nobuhiro Iwamatsu2-4/+5
2013-11-23net, phy: fix AR8031 phy_maskHeiko Schocher1-1/+1
2013-11-23net: rtl8169: Add support for RTL8168evl/8111evlThierry Reding1-0/+1
2013-11-23net: rtl8169: Fix format stringThierry Reding1-5/+5
2013-11-23net: add function to read/write extended registers in Micrel PhyStefano Babic1-0/+32
2013-11-23net: fix mask for phy Micrel KSZ9031Stefano Babic1-1/+1
2013-11-23net/phy: realtek: Fix the PHY ID mask to ensure the correct Realtek PHY is de...Bhupesh Sharma1-3/+3
2013-11-23net: phy/vitesse: Add support for VSC8514 phy moduleArpit Goel1-1/+68
2013-11-23net: sh-eth: Add support R8A7790Nobuhiro Iwamatsu2-1/+11
2013-11-23net: sh-eth: Add invalidate cache control for rmobile (ARM SoC)Nobuhiro Iwamatsu1-5/+26
2013-11-23net: sh-eth: Add control for padding size of packet descriptorNobuhiro Iwamatsu2-10/+30
2013-11-23net: sh-eth: Change cache API of SHNobuhiro Iwamatsu1-1/+2
2013-11-23NET: mvgbe: avoid unused variable warning when used without phylib supportSascha Silbe1-2/+3
2013-11-23phylib: update atheros ar803x phyShengzhou Liu1-2/+2
2013-11-17drivers/net/npe: descend only when CONFIG_IXP4XX_NPE=yMasahiro Yamada1-1/+1
2013-11-17drivers/net/fm: descend only when CONFIG_FMAN_ENET=yMasahiro Yamada1-2/+0
2013-11-14net: remove unused CONFIG_AT91_LEGACYAndreas Bießmann1-9/+0
2013-11-14powerpc/t1040: Update defines to support T1040SoC personalitiesPriyanka Jain1-0/+3
2013-11-11MPC824x: remove obsolete "PN62" boardWolfgang Denk1-10/+0
2013-11-11Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-125/+154
2013-11-10Merge branch 'iu-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2-1/+30
2013-11-09pcnet: enable the NOUFLO featurePaul Burton1-0/+15
2013-11-09pcnet: add cache flushing & invalidationPaul Burton1-0/+16