aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-02-19net, phy: atheros ar803x bugHeiko Schocher1-1/+1
2014-02-07net/designware: make driver compatible with data cacheAlexey Brodkin1-3/+50
2014-02-07net/designware - switch driver to phylib usageAlexey Brodkin2-327/+151
2014-02-07net/designware: add explicit reset of {tx|rx}_currdescnumAlexey Brodkin1-0/+2
2014-02-07blackfin: Initialize the EMAC VLAN with proper default valueAaron Wu1-0/+2
2014-02-04Merge branch 'net' of git://www.denx.de/git/u-boot-microblazeTom Rini2-0/+9
2014-02-04net: axi_emac: Check if phy was correctly detectedMichal Simek1-0/+4
2014-02-03boards/t1040qds: Adds ethernet support for T1040Prabhakar Kushwaha1-0/+56
2014-01-24drivers: delete unused header filesMasahiro Yamada1-109/+0
2014-01-21net/fm: revert commit 732dfe090d50af53bb682d0c8971784f8de1f90fShengzhou Liu1-52/+1
2014-01-21powerpc/t2080qds: some update for t2080qdsShengzhou Liu1-4/+6
2014-01-21net: gem: Check if phy was correctly detectedMichal Simek1-0/+5
2014-01-14net: phy: atheros: Fix the masks for AR8031/8035Fabio Estevam1-2/+2
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-78/+99
2014-01-06Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-78/+99
2013-12-18net: sh-eth: add support for SH7753Yoshihiro Shimoda1-2/+6
2013-12-11net/fman: add ft_fixup_xgec to support 3rd and 4th 10GECShengzhou Liu1-1/+52
2013-12-10Merge 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-22net: rtl8169: Add support for RTL8168d/8111dThierry Reding1-1/+17
2013-11-22net: rtl8169: Improve cache maintenanceThierry Reding1-8/+53
2013-11-22net: zynq_gem: Add d-cache supportSrikanth Thokala1-29/+53
2013-11-22phy: Use general phy code for smsc lan8720aDavid Dueck1-1/+2
2013-11-22phy: Use supported field during autonegotiationDavid Dueck1-2/+3
2013-11-22net: dm9000: random mac address supportAndrew Ruder1-0/+9
2013-11-22drivers/net/e1000: Introduce CONFIG_E1000_NO_NVMRojhalat Ibrahim2-5/+38
2013-11-22net: phy: atheros: Fix masks for AR8035 and AR8021Fabio Estevam1-1/+1
2013-11-22net/phy: Fix the phy id mask of AR8031Chunhe Lan1-1/+1
2013-11-22net: tsec: Fix mac addr setup portability, cleanupClaudiu Manoil1-10/+8
2013-11-22net: tsec: Use portable regs type (uint->u32)Claudiu Manoil1-1/+1
2013-11-22net: tsec: Use portable types and accessors for BDsClaudiu Manoil1-42/+46
2013-11-22net: tsec: Fix CamelCase issues around BD codeClaudiu Manoil1-30/+30
2013-11-22net: fsl_mdio: Fix warnings for __iomem pointersClaudiu Manoil1-7/+10
2013-11-22net: tsec: Cleanup tsec regs init and fix __iomem warnsClaudiu Manoil1-13/+13
2013-11-22net: tsec: Fix priv pointer in tsec_mcast_addr()Claudiu Manoil1-7/+1
2013-11-22net: tsec: Fix and cleanup tsec_mcast_addr()Claudiu Manoil1-16/+15
2013-11-22net: Fix mcast function pointer prototypeClaudiu Manoil2-3/+3
2013-11-22net: designware: Fix alignment of buffer descriptorsAlexey Brodkin1-4/+3
2013-11-22net: designware: Respect "bus mode" register contents on SW resetAlexey Brodkin1-1/+1
2013-11-22net: sh-eth: Add support R8A7791Nobuhiro Iwamatsu2-4/+5
2013-11-22net, phy: fix AR8031 phy_maskHeiko Schocher1-1/+1
2013-11-22net: rtl8169: Add support for RTL8168evl/8111evlThierry Reding1-0/+1
2013-11-22net: rtl8169: Fix format stringThierry Reding1-5/+5
2013-11-22net: add function to read/write extended registers in Micrel PhyStefano Babic1-0/+32
2013-11-22net: fix mask for phy Micrel KSZ9031Stefano Babic1-1/+1