summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] remove unnecessary includes of linux/config.h from drivers/scsi/Dave Jones2006-08-195-7/+0
* [SCSI] Don't add scsi_device for devices that return PQ=1, PDT=0x1fdave wysochanski2006-08-191-4/+19
* [SCSI] aacraid: Reset adapter in recovery timeoutMark Haverkamp2006-08-195-21/+296
* [SCSI] aacraid: Check for unlikely errorsMark Haverkamp2006-08-193-3/+18
* [SCSI] aacraid: Restart adapter on firmware assert (Update 2)Mark Haverkamp2006-08-193-14/+45
* [SCSI] aacraid: interruptible ioctlMark Haverkamp2006-08-193-10/+38
* [SCSI] limit recursion when flushing shost->starved_listAndreas Herrmann2006-08-191-1/+9
* [SCSI] fix up short inquiry printingJames Bottomley2006-08-071-1/+1
* [SCSI] Improve inquiry printingMatthew Wilcox2006-08-067-87/+43
* [SCSI] ipr: Bump driver version to 2.1.4Brian King2006-08-061-2/+2
* [SCSI] ipr: Auto sense handling fixBrian King2006-08-061-2/+1
* [SCSI] ipr: Properly handle IOA recovered errorsBrian King2006-08-061-1/+2
* [SCSI] ipr: Handle new SAS error codesBrian King2006-08-061-0/+28
* [SCSI] ipr: Add some hardware defined types for SATABrian King2006-08-061-3/+75
* [SCSI] mptfc: add additional fc transport attributesMichael Reed2006-08-061-16/+84
* [SCSI] scsi_queue_work() documented return value is incorrectMichael Reed2006-08-061-1/+3
* [SCSI] DAC960: PCI id table fixupBrian King2006-08-041-1/+1
* [SCSI] advansys pci tweaks.Dave Jones2006-08-041-41/+49
* [SCSI] arcmsr: fix up sysfs valuesJames Bottomley2006-08-021-10/+10
* [SCSI] areca sysfs fixAndrew Morton2006-08-021-16/+5
* [SCSI] arcmsr: initial driver, version 1.20.00.13Erich Chen2006-07-286-0/+2381
* [SCSI] mptsas: add parent port backlinkJames Bottomley2006-07-281-2/+6
* [SCSI] megaraid: Add support for change_queue_depthbrking@charter.net2006-07-281-0/+16
* [PATCH] fix compile regression for a few scsi driversChristoph Hellwig2006-07-262-12/+6
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-07-261-8/+4
|\
| * [SCSI] esp: Fix build.David S. Miller2006-07-251-8/+4
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-07-261-29/+87
|\ \
| * | [TG3]: Update version and reldateMichael Chan2006-07-261-2/+2
| * | [TG3]: Handle tg3_init_rings() failuresMichael Chan2006-07-261-5/+27
| * | [TG3]: Add tg3_restart_hw()Michael Chan2006-07-261-22/+58
| |/
* | [PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizareArjan van de Ven2006-07-264-26/+23
* | [PATCH] cciss: fix stall with softirq handling and CFQJens Axboe2006-07-251-41/+45
|/
* [Bluetooth] Enable SCO support for Broadcom HID proxy dongleMarcel Holtmann2006-07-241-1/+1
* [Bluetooth] Add quirk for another broken RTX Telecom based dongleMarcel Holtmann2006-07-241-1/+2
* [Bluetooth] Correct SCO buffer size for Belkin devicesMarcel Holtmann2006-07-241-1/+2
* [Bluetooth] Correct SCO buffer size for another Broadcom chipMarcel Holtmann2006-07-241-2/+15
* IB/mthca: Initialize max_cmds before debug code prints itRoland Dreier2006-07-241-2/+3
* IB/ipoib: Fix packet loss after hardware address updateMichael S. Tsirkin2006-07-242-0/+24
* IB/ipoib: Fix oops with ipoib_debug_mcast setOr Gerlitz2006-07-241-4/+4
* IB/mad: Validate MADs for spec complianceSean Hefty2006-07-242-21/+88
* IB/ipath: ipath_skip_sge() can break if num_sge > 1Ralph Campbell2006-07-241-4/+0
* IB/ipath: Fix ib_ipath driver to work with SRPRalph Campbell2006-07-242-0/+16
* IB/ipath: Fix a data corruptionRalph Campbell2006-07-241-40/+36
* IB/mthca: Fix SRQ limit event range checkDotan Barak2006-07-241-1/+2
* IB/uverbs: Fix lockdep warningsRoland Dreier2006-07-241-11/+21
* IB/uverbs: Fix unlocking in error pathsMichael S. Tsirkin2006-07-241-2/+8
* [cpufreq] ondemand: make shutdown sequence more robustLinus Torvalds2006-07-231-6/+10
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-07-2214-27/+53
|\
| * [DUMMY]: Avoid an oops when dummy_init_one() failedNicolas Dichtel2006-07-221-0/+1
| * [IFB] After ifb_init_one() failed, i is increased. DecreaseNicolas Dichtel2006-07-211-0/+1