summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: fix crash with quirky dongles doing soundOliver Neukum2011-02-161-2/+2
* iwl3945: remove plcp checkStanislaw Gruszka2011-02-091-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-02-092-0/+5
|\
| * Bluetooth: add Atheros BT AR9285 fw supportedCho, Yu-Chen2011-01-262-0/+5
* | iwlagn: Re-enable RF_KILL interrupt when downDon Fry2011-02-071-0/+6
* | ssb-pcmcia: Fix parsing of invariants tuplesMichael Büsch2011-02-071-1/+1
* | ath9k: Fix possible double free of PAPRD skb'sMohammed Shafi Shajakhan2011-02-043-4/+7
* | carl9170: fix typo in PS codeChristian Lamparter2011-02-041-1/+1
* | wireless, wl1251: Fix potential NULL pointer dereference in wl1251_op_bss_inf...Jesper Juhl2011-02-031-0/+3
* | iwlagn: overwrite EEPROM chain setting for 6250 devicesWey-Yi Guy2011-02-021-0/+2
* | ath9k: Fix memory leak due to failed PAPRD framesMohammed Shafi Shajakhan2011-02-011-1/+7
* | wl12xx: fix use after freeMathias Krause2011-01-311-2/+1
* | ath9k: Fix power save usage count imbalance on deinitRajkumar Manoharan2011-01-282-2/+2
* | ath9k_hw: Fix system hang when resuming from S3/S4Rajkumar Manoharan2011-01-281-2/+1
* | ath9k_htc: fix race conditions when stop deviceStanislaw Gruszka2011-01-272-9/+15
* | ath9k: fix race conditions when stop deviceStanislaw Gruszka2011-01-272-5/+9
* | ath5k: correct endianness of frame durationBob Copeland2011-01-271-3/+1
* | ath5k: fix error handling in ath5k_hw_dma_stopBob Copeland2011-01-271-2/+2
* | rtlwifi: Fix firmware upload errorsChaoming Li2011-01-271-20/+20
* | rt2x00: add device id for windy31 usb deviceGreg Kroah-Hartman2011-01-251-0/+1
|/
* rtlwifi: Fix possible NULL dereferenceJesper Juhl2011-01-211-2/+9
* ath9k: add missing ps wakeup/restore callsFelix Fietkau2011-01-212-5/+5
* ath9k_hw: disabled PAPRD for AR9003Luis R. Rodriguez2011-01-212-1/+6
* iwlwifi: don't read sku information from EEPROM for 4965Wey-Yi Guy2011-01-212-4/+8
* Bluetooth: ath3k: reduce memory usageAlexander Holler2011-01-191-55/+20
* iwlwifi: fix valid chain reading from EEPROMWey-Yi Guy2011-01-181-1/+1
* ath5k: fix locking in tx_complete_poll_workBob Copeland2011-01-181-0/+4
* ath9k_hw: do PA offset calibration only on longcal intervalRajkumar Manoharan2011-01-171-5/+5
* ath9k_htc: Fix endian issue in tx headerRajkumar Manoharan2011-01-172-4/+6
* ath9k_hw: ASPM interoperability fix for AR9380/AR9382Luis R. Rodriguez2011-01-172-3/+3
* rt2x00: Don't leak mem in error path of rt2x00lib_request_firmware()Jesper Juhl2011-01-131-0/+1
* iwmc3200wifi: Return proper error for iwm_if_allocAxel Lin2011-01-131-0/+2
* hostap_cs: fix sleeping function called from invalid contextStanislaw Gruszka2011-01-101-9/+6
* ipw2200: Check for -1 INTA in tasklet too.Indan Zupancic2011-01-101-0/+7
* ssb: Ignore dangling ethernet cores on wireless devicesMichael Büsch2011-01-101-0/+10
* p54: fix sequence no. accounting off-by-one errorChristian Lamparter2011-01-101-1/+1
* ath9k_htc: Really fix packet injectionSujith Manoharan2011-01-102-11/+27
* ath9k_hw: Fix RX handling for USB devicesSujith Manoharan2011-01-101-1/+1
* ath9k_hw: Fix thermal issue with UB94Sujith Manoharan2011-01-101-0/+4
* ath9k_hw: Fix calibration for AR9287 devicesSujith Manoharan2011-01-101-0/+3
* ath9k_hw: Fix chip testSujith Manoharan2011-01-101-1/+2
* ixgbe: update ntuple filter configurationAlexander Duyck2011-01-095-371/+250
* ixgbe: further flow director performance optimizationsAlexander Duyck2011-01-094-44/+194
* ixgbe: cleanup flow director hash computation to improve performanceAlexander Duyck2011-01-095-253/+182
* ixgbe: make sure per Rx queue is disabled before unmapping the receive bufferYi Zou2011-01-093-7/+39
* e1000: Add support for the CE4100 reference platformDirk Brandewie2011-01-094-76/+365
* e1000e: add custom set_d[0|3]_lplu_state function pointer for 82574Bruce Allan2011-01-092-0/+57
* e1000e: power off PHY after reset when interface is downBruce Allan2011-01-093-35/+53
* e1000e: use either_crc_le() rather than re-write itBruce Allan2011-01-092-18/+2
* e1000e: properly bounds-check string functionsBruce Allan2011-01-092-7/+11