summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: fix network drivers ndo_start_xmit() return valuesPatrick McHardy2009-06-174-31/+24
* vxge: Enable SRIOV support in the driver.Sivakumar Subramani2009-06-173-7/+22
* sonic: Fix build after ndo_start_xmit() changes.David S. Miller2009-06-171-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-06-1613-187/+156
|\
| * ath9k: process rx packet if we are waiting for CABGabor Juhos2009-06-151-0/+1
| * ath9k: prevent sleeping while we are waiting for CABGabor Juhos2009-06-151-0/+1
| * ath9k: restore power mode on error pathGabor Juhos2009-06-151-3/+6
| * dell-laptop: fix rfkill conversionJohannes Berg2009-06-151-1/+1
| * ath9k: port to cfg80211 rfkillJohannes Berg2009-06-155-110/+26
| * ath9k: Make sure we have current channel in ah_curchan before rf disable/enableVasanthakumar Thiagarajan2009-06-151-0/+6
| * ath9k: Add helper to get ath9k specific current channelVasanthakumar Thiagarajan2009-06-151-5/+16
| * ath5k: fix mesh beaconingNick Kossifidis2009-06-151-2/+3
| * iwlwifi/iwl3945: fix suspend resume association bugAbhijeet Kolekar2009-06-152-4/+1
| * iwlwifi: check for channel location for 40MHzWey-Yi Guy2009-06-151-7/+3
| * iwlwifi: check control channel for pure 40MHzWey-Yi Guy2009-06-151-2/+11
| * iwlwifi: checking for 40MHz modeWey-Yi Guy2009-06-151-2/+2
| * iwlwifi: revamp bss_info_changedJohannes Berg2009-06-151-44/+70
| * net/libertas: don't recursive spin lock in if_spi_e2h()Sebastian Andrzej Siewior2009-06-151-4/+0
| * libertas: fix IEEE PS mode in GSPI driverAndrey Yurovsky2009-06-151-1/+6
| * sony: fix rfkill code againJohannes Berg2009-06-151-2/+3
* | sky2: don't look for VPD sizeStephen Hemminger2009-06-161-15/+16
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-15725-17371/+79188
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-06-1424-136/+181
| |\
| | *-------. Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier2009-06-1422-133/+150
| | |\ \ \ \ \
| | | | | | | * RDMA/nes: Fix off-by-one bugs in reset_adapter_ne020() and init_serdes()Roel Kluin2009-05-151-7/+7
| | | | | | * | mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier2009-06-141-1/+3
| | | | | | * | IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier2009-06-131-1/+3
| | | | | | * | IB/mthca: Add module parameter for number of MTTs per segmentEli Cohen2009-05-275-14/+26
| | | | | | |/
| | | | | * | IB/mlx4: Add strong ordering to local inval and fast reg work requestsJack Morgenstein2009-06-051-0/+4
| | | | | * | mlx4_core: Add module parameter for number of MTTs per segmentEli Cohen2009-05-273-6/+16
| | | | | |/
| | | | * / infiniband: Remove void castsJack Stone2009-05-132-7/+6
| | | | |/
| | | * | IB/ehca: Remove superfluous bitmasks from QP control blockJoachim Fenkes2009-06-032-41/+5
| | | * | IB/ehca: Increment version numberStefan Roscher2009-05-131-1/+1
| | | * | IB/ehca: Remove unnecessary memory operations for userspace queue pairsStefan Roscher2009-05-135-50/+65
| | | * | IB/ehca: Fall back to vmalloc() for big allocationsStefan Roscher2009-05-131-4/+13
| | | * | IB/ehca: Replace vmalloc() with kmalloc() for queue allocationAnton Blanchard2009-05-131-3/+3
| | | |/
| | * | RDMA/cxgb3: Limit fast register size based on T3 limitationsSteve Wise2009-05-271-1/+1
| | * | RDMA/cxgb3: Report correct port state and MTUSteve Wise2009-05-271-2/+30
| | |/
| * | fusion: fix recent kernel-doc problemsRandy Dunlap2009-06-142-4/+3
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-06-1426-203/+2129
| |\ \
| | * | atmel-mci: add MCI2 register definitionsNicolas Ferre2009-06-131-0/+22
| | * | atmel-mci: Integrate AT91 specific definition in header fileNicolas Ferre2009-06-131-0/+11
| | * | tmio_mmc: allow compilation for ASIC3Philipp Zabel2009-06-132-3/+3
| | * | mmc_block: do not DMA to stackBen Dooks2009-06-131-4/+12
| | * | sdhci: Print ADMA status and pointer on debugBen Dooks2009-06-131-0/+5
| | * | tmio_mmc: fix clock setupIan Molton2009-06-131-10/+5
| | * | tmio_mmc: map SD control registers after enabling the MFD cellPhilipp Zabel2009-06-131-10/+10
| | * | tmio_mmc: correct probe return value for num_resources != 3Philipp Zabel2009-06-131-7/+5
| | * | tmio_mmc: don't use set_irq_typePhilipp Zabel2009-06-131-4/+2
| | * | tmio_mmc: add bus_shift supportPhilipp Zabel2009-06-132-81/+125