summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-1511-2468/+4582
|\
| * 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/jik...Linus Torvalds2009-06-141-3/+3
| |\
| | * trivial: Miscellaneous documentation typo fixesMatt LaPlante2009-06-121-3/+3
| * | [SCSI] Merge branch 'linus'James Bottomley2009-06-121-11/+11
| |\ \ | | |/
| | * block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-191-1/+2
| | * block: cleanup rq->data_len usagesTejun Heo2009-05-111-10/+10
| | * block: add rq->resid_lenTejun Heo2009-05-111-2/+1
| * | [SCSI] mpt fusion: fix up doc book commentsJames Bottomley2009-06-092-13/+8
| * | [SCSI] mpt fusion: Added support for Broadcast primitives Event handlingKashyap, Desai2009-06-094-0/+230
| * | [SCSI] mpt fusion: Queue full event handlingKashyap, Desai2009-06-092-0/+139
| * | [SCSI] mpt fusion: RAID device handling and Dual port Raid support is addedKashyap, Desai2009-06-095-62/+527
| * | [SCSI] mpt fusion: Put IOC into ready state if it not already in ready stateKashyap, Desai2009-06-091-0/+16
| * | [SCSI] mpt fusion: Code Cleanup patchKashyap, Desai2009-06-096-294/+443
| * | [SCSI] mpt fusion: Rescan SAS topology addedKashyap, Desai2009-06-092-3/+172
| * | [SCSI] mpt fusion: SAS topology scan changes, expander eventsKashyap, Desai2009-06-092-236/+515
| * | [SCSI] mpt fusion: Firmware event implementation using seperate WorkQueueKashyap, Desai2009-06-094-446/+984
| * | [SCSI] mpt fusion: rewrite of ioctl_cmds internal generated functionKashyap, Desai2009-06-096-320/+394
| * | [SCSI] mpt fusion: Adding DeviceResetCtx for internal Device reset frameKashyap, Desai2009-06-098-74/+105
| * | [SCSI] mpt fusion: rewrite taskmgmt request and completion routinesKashyap, Desai2009-06-095-313/+239
| * | [SCSI] mpt fusion: rewrite of all internal generated functionsKashyap, Desai2009-06-097-330/+248
| * | [SCSI] mpt fusion: config path optimized, completion queue is usedKashyap, Desai2009-06-094-285/+255
| * | [SCSI] mpt fusion: Optimized SendEvent notification Using Doorbell instead FIFOKashyap, Desai2009-06-091-34/+42
| * | [SCSI] mpt fusion: Added support for MPT discovery completion checkKashyap, Desai2009-06-093-2/+80
| * | [SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory regionKashyap, Desai2009-06-098-188/+318
| |/
* | net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-2/+2
|/
* scsi: mpt: suppress debugobjects warningEric Paris2009-04-211-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* [SCSI] mptsas: remove unneeded checkAlan Cox2009-04-031-3/+2
* [SCSI] mpt: fix disable lsi sas to use msi as defaultYinghai Lu2009-02-221-2/+2
* [SCSI] mpt fusion: Add Firmware debug supportKashyap, Desai2009-01-133-0/+43
* [SCSI] mpt fusion: Add separate msi enable disable for FC,SPI,SASKashyap, Desai2009-01-131-13/+37
* [SCSI] mpt fusion: Update MPI Headers to version 01.05.19Kashyap, Desai2009-01-1314-53/+191
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-01-081-2/+3
|\
| * [SCSI] fusion: Move a dereference below a NULL testJulia Lawall2009-01-021-2/+3
* | fusion: convert devices to new APIStephen Hemminger2009-01-071-27/+17
|/
* [SCSI] fusion: use ARRAY_SIZEJulia Lawall2008-12-291-6/+6
* [SCSI] fusion: remove excess kernel-doc notationRandy Dunlap2008-12-291-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-282-14/+10
|\
| * mptlan: Kill directly reference of netdev->privWang Chen2008-12-032-6/+6
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-111-108/+0
| |\
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-061-7/+0
| |\ \
| * | | net: convert more to %pMJohannes Berg2008-10-271-11/+7
* | | | [SCSI] mpt fusion: clear list of outstanding commands on host resetJames Bottomley2008-12-161-0/+3
| |_|/ |/| |
* | | trivial: MPT fusion - remove long dead codeAlan Cox2008-11-071-108/+0
| |/ |/|
* | saner FASYNC handling on file closeAl Viro2008-11-011-7/+0
|/
* [SCSI] mptfusion: Increase scsi-timeouts, similariy to the LSI 4.x driver.Bernd Schubert2008-10-231-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-276-60/+60
|\
| * [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-276-60/+60
OpenPOWER on IntegriCloud