aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-26atomic: use <linux/atomic.h>Arun Sharma18-18/+18
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds62-76/+75
2011-07-24bnx2x: use pci_pcie_cap()Vladislav Zolotarov1-1/+1
2011-07-24bnx2x: fix bnx2x_stop_on_error flow in bnx2x_sp_rtnl_taskVladislav Zolotarov1-11/+25
2011-07-24bnx2x: enable internal target-read for 57712 and up onlyShmulik Ravid1-3/+6
2011-07-24bnx2x: count statistic ramrods on EQ to prevent MC assertVladislav Zolotarov1-31/+32
2011-07-24bnx2x: fix loopback for non 10G linkYaniv Rosner1-6/+18
2011-07-24bnx2x: dcb - send all unmapped priorities to same COS as L2Dmitry Kravkov1-6/+33
2011-07-24iwlwifi: Fix build with CONFIG_PM disabled.David S. Miller1-0/+6
2011-07-23via-velocity: remove duplicated #includeHuang Weiyi1-1/+0
2011-07-23qlge: remove duplicated #includeHuang Weiyi1-1/+0
2011-07-23igb: remove duplicated #includeHuang Weiyi1-1/+0
2011-07-23can: c_can: remove duplicated #includeHuang Weiyi2-2/+0
2011-07-23bnad: remove duplicated #includeHuang Weiyi1-1/+0
2011-07-22Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller146-5993/+6492
2011-07-22bna: Header File ConsolidationRasesh Mody6-87/+69
2011-07-22bna: HW Error Counter FixRasesh Mody3-0/+6
2011-07-22bna: Add HW Semaphore Unlock LogicRasesh Mody2-0/+31
2011-07-22bna: IOC Event Name ChangeRasesh Mody1-10/+10
2011-07-22bna: Mboxq Flush When IOC DisabledRasesh Mody1-3/+4
2011-07-22bna: Minor IRQ Index and Definition ChangeRasesh Mody2-9/+13
2011-07-22bna: State Machine Fault Handling CleanupRasesh Mody4-64/+64
2011-07-22bna: IOC Event Notification EnhancementRasesh Mody4-54/+99
2011-07-22bna: CheckPatch CleanupRasesh Mody13-215/+215
2011-07-22bna: Print Driver VersionRasesh Mody1-1/+2
2011-07-22sbni: use pci_dev->subsystem_deviceSergei Shtylyov1-4/+1
2011-07-22r8169: use pci_dev->subsystem_{vendor|device}Sergei Shtylyov1-5/+2
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville146-5993/+6492
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds11-49/+112
2011-07-22b43legacy: dma: cache translation (routing bits)Rafał Miłecki2-3/+6
2011-07-22ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table()Pavel Roskin1-6/+3
2011-07-22ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210Pavel Roskin3-81/+5
2011-07-22ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappersPavel Roskin3-22/+6
2011-07-22b43: (un)initialize driver on the BCMA busRafał Miłecki1-4/+44
2011-07-22b43: bcma: get DMA translation bitsRafał Miłecki1-0/+5
2011-07-22ssb: return correct translation bit for 64-bit DMARafał Miłecki1-3/+3
2011-07-22b43: disable parity check on BCMA devicesRafał Miłecki3-0/+21
2011-07-21acenic: include NET_SKB_PAD headroom to incoming skbsEric Dumazet1-3/+3
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6David S. Miller7-481/+338
2011-07-21ixgbe: convert to ndo_fix_featuresDon Skidmore3-217/+111
2011-07-21ixgbe: only enable WoL for magic packet by defaultAndy Gospodarek1-6/+3
2011-07-21ixgbe: remove ifdef check for non-existent defineEmil Tantilov1-2/+0
2011-07-21ixgbe: Pass staterr instead of re-reading status and error bits from descriptorAlexander Duyck3-42/+37
2011-07-21ixgbe: Move interrupt related values out of ring and into q_vectorAlexander Duyck3-138/+62
2011-07-21ixgbe: add structure for containing RX/TX rings to q_vectorAlexander Duyck3-84/+88
2011-07-21mlx4_core: Bump the driver version to 1.0Dotan Barak1-2/+2
2011-07-21ixgbe: inline the ixgbe_maybe_stop_tx functionAlexander Duyck1-1/+1
2011-07-21ixgbe: Update ATR to use recorded TX queues instead of CPU for routingAlexander Duyck1-4/+3
2011-07-21igb: Fix for DH89xxCC near end loopback testRobert Healy2-0/+43
2011-07-21e1000: always call e1000_check_for_link() on e1000_ce4100 MACs.Nicolas Schichan1-4/+7