summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* skge: check for PCI dma mapping errorsstephen hemminger2012-01-221-13/+58
* skge: don't assert carrier until link is upstephen hemminger2012-01-221-0/+1
* mlx4_core: map async events to arbitrary slave eqsMarcel Apfelbaum2012-01-224-16/+22
* mlx4_core: Fix mtt profile issueMarcel Apfelbaum2012-01-222-2/+2
* mlx4_core: removed function index from vf.Marcel Apfelbaum2012-01-2210-53/+8
* mlx4_en: eth statistics modificationEugenia Emantayev2012-01-224-16/+74
* mlx4: VF is not allowed to perform dump statsEugenia Emantayev2012-01-221-0/+2
* mlx4_en: clear all eth statistics when port goes upEugenia Emantayev2012-01-221-12/+24
* enic: fix compile when CONFIG_PCI_IOV is not enabledRoopa Prabhu2012-01-201-2/+2
* ixgbevf: make operations tables constStephen Hemminger2012-01-194-8/+8
* ixgbevf: fix sparse warningsStephen Hemminger2012-01-193-2/+4
* ixgbevf: make ethtool ops and strings constStephen Hemminger2012-01-191-2/+3
* ixgbevf: Prevent possible race condition by checking for messageGreg Rose2012-01-191-18/+21
* ixgbe: Fix register defines to correctly handle complex expressionsAlexander Duyck2012-01-191-16/+16
* igbvf: Remove unnecessary irq disable/enableMitch A Williams2012-01-191-5/+0
* igbvf: remove unneeded castStephen Hemminger2012-01-191-2/+1
* igb: Update Copyright on all Intel copyrighted files.Carolyn Wyborny2012-01-1917-18/+18
* igb: make local functions staticStephen Hemminger2012-01-192-4/+4
* net: ftgmac100/ftmac100: add missing interrupt.h includeThomas Faber2012-01-182-0/+2
* bonding: fix enslaving in alb mode when link downJiri Bohac2012-01-181-18/+9
* pch_gbe: Do not abort probe on bad MACDarren Hart2012-01-181-3/+14
* enic: fix location of vnic dev unregister in enic_probe cleanup codeRoopa Prabhu2012-01-181-1/+1
* enic: rearrange some of the port profile codeRoopa Prabhu2012-01-181-7/+7
* enic: Add sriov vf device id checks in port profile codeRoopa Prabhu2012-01-181-9/+8
* enic: This patch adds pci id 0x71 for SRIOV VF'sRoopa Prabhu2012-01-182-1/+8
* mlx4_en: set number of rx rings used by RSS using ethtoolYevgeny Petrilin2012-01-184-7/+102
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-01-183-1/+17
|\
| * b43: add option to avoid duplicating device support with brcmsmacJohn W. Linville2012-01-182-0/+8
| * brcmsmac: fix tx queue flush infinite loopStanislaw Gruszka2012-01-181-1/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-1721-264/+290
|\|
| * tg3: Fix single-vector MSI-X codeMatt Carlson2012-01-171-13/+14
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-01-1712-92/+71
| |\
| | * mwl8k: Fixing Sparse ENDIAN CHECK warningYogesh Ashok Powar2012-01-171-1/+1
| | * mwl8k: fix condition in mwl8k_cmd_encryption_remove_key()Dan Carpenter2012-01-171-1/+1
| | * brcmfmac: work-around gcc 4.7 build issueAlexandre Oliva2012-01-171-1/+1
| | * brcmsmac: remove PCI suspend/resume from bcma driverLinus Torvalds2012-01-171-35/+3
| | * bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds2012-01-172-1/+20
| | * bcma: add stub for bcma_bus_suspend()Linus Torvalds2012-01-173-1/+7
| | * bcma: convert suspend/resume to pm_opsLinus Torvalds2012-01-171-26/+16
| | * wireless: iwlwifi: iwl-scan.c: Fix build warningFabio Estevam2012-01-161-1/+1
| | * ath9k_hw: fix interpretation of the rx KeyMiss flagFelix Fietkau2012-01-162-4/+6
| | * bcma: invalidate the mapped core over suspend/resumeRafał Miłecki2012-01-161-0/+3
| | * rt2800pci: fix spurious interrupts generationStanislaw Gruszka2012-01-131-20/+8
| | * ipw2x00: signedness bug handling frame lengthDan Carpenter2012-01-131-2/+2
| | * wireless: b43: fix Oops on card eject during transferGuennadi Liakhovetski2012-01-131-1/+4
| * | bnx2x: Disable AN KR work-around for BCM57810Yaniv Rosner2012-01-171-1/+9
| * | bnx2x: Remove AutoGrEEEn for BCM84833Yaniv Rosner2012-01-171-6/+2
| * | bnx2x: Remove 100Mb force speed for BCM84833Yaniv Rosner2012-01-172-6/+21
| * | bnx2x: Fix PFC setting on BCM57840Yaniv Rosner2012-01-172-10/+13
| * | bnx2x: Fix Super-Isolate mode for BCM84833Yaniv Rosner2012-01-171-113/+137