summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2013-04-16pch_gbe: minor: report the actual error on MTU changeVeaceslav Falico1-1/+1
2013-04-16tlan: cancel work at remove pathDevendra Naga1-0/+1
2013-04-16ks8851: Remove unneeded PM_OPS definitionsFabio Estevam1-6/+2
2013-04-16xgmac: Remove unneeded PM_OPS definitionsFabio Estevam1-5/+2
2013-04-16tg3: Remove unneeded PM_OPS definitionsFabio Estevam1-8/+2
2013-04-16atl1: Remove unneeded PM_OPS definitionsFabio Estevam1-9/+2
2013-04-15sis900: check for DMA map errorsDenis Kirjanov1-4/+30
2013-04-15net/macb: fix error return code in macb_probe()Nicolas Ferre1-2/+2
2013-04-14ucc_geth: Convert ugeth_<level> to pr_<level>Joe Perches2-502/+403
2013-04-14gianfar: Use netdev_<level> when possibleJoe Perches3-12/+17
2013-04-14fec: Convert printks to netdev_<level>Joe Perches3-23/+21
2013-04-13fec: Fix PHC device logFabio Estevam2-2/+3
2013-04-12ethernet/fec: Add Vybrid family fec supportJingchang Lu1-0/+5
2013-04-12net/at91_ether: fix error return code in at91ether_probe()Wei Yongjun1-1/+2
2013-04-12net: mv643xx_eth: remove deprecated inet_lro supportSebastian Hesselbarth2-95/+3
2013-04-11net: ethernet: stmicro: stmmac: use devm_ioremap_resource()Silviu-Mihai Popescu1-5/+3
2013-04-11be2net: remove unused variable 'sge'Ivan Vecera1-2/+0
2013-04-11net: mv643xx_eth: Add GRO supportSebastian Hesselbarth1-1/+1
2013-04-11net: mv643xx_eth: use managed devm_kzallocSebastian Hesselbarth1-13/+4
2013-04-11net: mv643xx_eth: add shared clk and cleanup existing clk handlingSebastian Hesselbarth1-16/+11
2013-04-11net/mlx4_en: set correct MTU in SRIOVEugenia Emantayev1-1/+3
2013-04-11net/mlx4_core: Translate guest B0 steering rules to DMFSHadar Hen Zion1-22/+63
2013-04-11net/mlx4_core: Add helper function to translate B0 steering rules to DMFSHadar Hen Zion2-22/+33
2013-04-10bnx2: make cnic_probe staticstephen hemminger1-1/+1
2013-04-09tg3: Use bool not intJoe Perches1-77/+80
2013-04-09tg3: Update version to 3.131Nithin Sujir1-2/+2
2013-04-09tg3: Reset the phy to allow modified EEE settings to take effectNithin Sujir1-0/+38
2013-04-09tg3: Pull the phy advertised speed and flow control settings on driver loadNithin Sujir2-0/+136
2013-04-09tg3: Add support for link flap avoidanceNithin Sujir2-9/+58
2013-04-09tg3: Add SGMII phy support for 5719/5718 serdesMichael Chan2-7/+51
2013-04-09tg3: Add tg3_clear_mac_status() common functionMichael Chan1-16/+14
2013-04-09tg3: Add a warning during link settings change if mgmt enabledNithin Sujir1-0/+14
2013-04-09tg3: Remove unnecessary phy reset during ethtool commandsNithin Sujir1-2/+2
2013-04-09tg3: Fix NVRAM size detection for the STM45PE20 pinstrap on 5762 devicesMichael Chan1-0/+6
2013-04-09tg3: Fix flow control settings not propagated to hardwareNithin Sujir1-3/+1
2013-04-08stmmac: prefetch all dma_erx when use extend_descGiuseppe CAVALLARO1-6/+3
2013-04-08stmmac: review private structure fieldsGiuseppe CAVALLARO1-34/+34
2013-04-08stmmac: code tidy-upGiuseppe CAVALLARO17-309/+311
2013-04-08stmmac: improve/review and fix kernel-docGiuseppe CAVALLARO2-50/+142
2013-04-08stmmac: modified pcs mode support for SGMIIByungho An1-4/+8
2013-04-08net: mvmdio: get and enable optional clockSebastian Hesselbarth1-0/+11
2013-04-08net: ks8851: Use dev_pm_opsLars-Peter Clausen1-17/+20
2013-04-08net: ks8851: Use module_spi_driverLars-Peter Clausen1-13/+1
2013-04-08enic: be less verbose about non-critical firmware errorsStefan Assmann1-0/+3
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-13/+47
2013-04-07bnx2x: Fix KR2 rapid link flapYaniv Rosner1-7/+11
2013-04-07net/mlx4_en: Advertize DCB_CAP_DCBX_HOST in getdcbxOr Gerlitz1-1/+1
2013-04-07net/mlx4_en: Enable DCB ETS ops only when supported by the firmwareOr Gerlitz4-2/+18
2013-04-07net/mlx4_core: Added proper description for two device capabilitiesOr Gerlitz1-1/+2
2013-04-07net: ethernet: enc28j60: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2