summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-12-29firewire, ieee1394: update Kconfig helpStefan Richter3-49/+56
2009-12-29firewire: ohci: always use packet-per-buffer mode for isochronous receptionStefan Richter1-1/+3
2009-12-29firewire: cdev: fix another memory leak in an error pathStefan Richter1-0/+1
2009-12-29firewire: fix use of multiple AV/C devices, allow multiple FCP listenersClemens Ladisch3-42/+114
2009-12-29iwmc3200wifi: fix array out-of-boundary accessZhu Yi1-1/+1
2009-12-29wl1251: timeout one too soon in wl1251_boot_run_firmware()Roel Kluin1-1/+1
2009-12-29ath9k: fix missed error codes in the tx status checkFelix Fietkau2-1/+4
2009-12-29ath9k: wake hardware during AMPDU TX actionsLuis R. Rodriguez1-0/+6
2009-12-29ath9k: wake hardware for interface IBSS/AP/Mesh removalLuis R. Rodriguez1-0/+2
2009-12-29ath9k: fix suspend by waking device prior to stopSujith1-0/+6
2009-12-29wl1271_cmd.c: cleanup char => u8Dan Carpenter1-2/+2
2009-12-29iwlwifi: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-12-29ath9k: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-12-29wireless: remove remaining qual codeJohannes Berg10-255/+4
2009-12-29rt2x00: Add USB ID for Linksys WUSB 600N rev 2.Gertjan van Wingerde1-0/+1
2009-12-29ath5k: fix SWI calibration interrupt stormBob Copeland1-4/+3
2009-12-28libertas: Remove carrier signaling from the scan codeSamuel Ortiz1-14/+8
2009-12-28orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabledAndrey Borzenkov1-3/+3
2009-12-27bond_3ad.c avoid possible null derefDan Carpenter1-1/+1
2009-12-27Fix MAC address access in 3c507, ibmlana, pcnet32 and libertasDaniel Drake4-6/+8
2009-12-27gianfar: Fix gianfar select_queue bogositySandeep Gopalpet1-9/+4
2009-12-27tun: use tun_sk instead container_ofVitaliy Gusev1-3/+3
2009-12-27ucc_geth: Don't needlessly change MAC settings in adjust_link()Anton Vorontsov1-15/+18
2009-12-27ucc_geth: Fix netdev watchdog triggering on link changesAnton Vorontsov1-2/+5
2009-12-27ucc_geth: Fix empty TX queue processingAnton Vorontsov1-1/+1
2009-12-27thinkpad-acpi: improve Kconfig help textHenrique de Moraes Holschuh1-0/+5
2009-12-27thinkpad-acpi: make volume subdriver optionalHenrique de Moraes Holschuh2-0/+49
2009-12-27thinkpad-acpi: don't fail to load the entire module due to ALSA problemsHenrique de Moraes Holschuh1-13/+18
2009-12-27thinkpad-acpi: don't take the first ALSA slot by defaultHenrique de Moraes Holschuh1-1/+1
2009-12-26vxge: use DMA_BIT_MASK instead of plain values.Denis Kirjanov1-3/+3
2009-12-26bnx2x: Initialize cnic status block during chip resetMichael Chan1-0/+2
2009-12-25Input: matrix-keypad - handle cases when GPIOs can't be wakeup sourcesDmitry Torokhov1-7/+22
2009-12-25Input: iforce - fix oops on device disconnectDmitry Torokhov3-44/+12
2009-12-25Input: ff-memless - add notion of direction to for rumble effectsJari Vanhala1-0/+36
2009-12-25Input: ff-memless - another fix for signed to unsigned overflowDmitry Torokhov1-3/+3
2009-12-25Input: ff-memless - start playing FF effects immediatelyJari Vanhala1-4/+2
2009-12-25Input: serio - do not mark kseriod freezable anymoreDmitry Torokhov1-9/+2
2009-12-25Input: speed up suspend/shutdown for PS/2 mice and keyboardsDmitry Torokhov2-3/+7
2009-12-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds22-467/+1381
2009-12-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-6/+7
2009-12-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2-19/+28
2009-12-24Merge branch 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-64/+74
2009-12-24VIDEO: cyberpro: pci_request_regions needs a persistent nameRussell King1-6/+6
2009-12-24edac, pci: remove pesky debug printkBorislav Petkov1-2/+0
2009-12-24amd64_edac: restrict PCI config space accessBorislav Petkov1-1/+1
2009-12-24amd64_edac: fix forcing module load/unloadBorislav Petkov1-2/+1
2009-12-24amd64_edac: make driver loading more robustBorislav Petkov1-7/+16
2009-12-24amd64_edac: fix driver instance freeingBorislav Petkov1-5/+4
2009-12-24amd64_edac: fix K8 chip select reportingBorislav Petkov1-2/+6
2009-12-24Merge branch 'misc-2.6.33' into releaseLen Brown10-304/+423