summaryrefslogtreecommitdiff
path: root/drivers/message/fusion
AgeCommit message (Expand)Author
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-22fusion: mptsas, fix lock imbalanceJiri Slaby
2009-06-19convert some DMA_nnBIT_MASK() callersAndrew Morton
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-14fusion: fix recent kernel-doc problemsRandy Dunlap
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy
2009-06-12trivial: Miscellaneous documentation typo fixesMatt LaPlante
2009-06-12[SCSI] Merge branch 'linus'James Bottomley
2009-06-09[SCSI] mpt fusion: fix up doc book commentsJames Bottomley
2009-06-09[SCSI] mpt fusion: Added support for Broadcast primitives Event handlingKashyap, Desai
2009-06-09[SCSI] mpt fusion: Queue full event handlingKashyap, Desai
2009-06-09[SCSI] mpt fusion: RAID device handling and Dual port Raid support is addedKashyap, Desai
2009-06-09[SCSI] mpt fusion: Put IOC into ready state if it not already in ready stateKashyap, Desai
2009-06-09[SCSI] mpt fusion: Code Cleanup patchKashyap, Desai
2009-06-09[SCSI] mpt fusion: Rescan SAS topology addedKashyap, Desai
2009-06-09[SCSI] mpt fusion: SAS topology scan changes, expander eventsKashyap, Desai
2009-06-09[SCSI] mpt fusion: Firmware event implementation using seperate WorkQueueKashyap, Desai
2009-06-09[SCSI] mpt fusion: rewrite of ioctl_cmds internal generated functionKashyap, Desai
2009-06-09[SCSI] mpt fusion: Adding DeviceResetCtx for internal Device reset frameKashyap, Desai
2009-06-09[SCSI] mpt fusion: rewrite taskmgmt request and completion routinesKashyap, Desai
2009-06-09[SCSI] mpt fusion: rewrite of all internal generated functionsKashyap, Desai
2009-06-09[SCSI] mpt fusion: config path optimized, completion queue is usedKashyap, Desai
2009-06-09[SCSI] mpt fusion: Optimized SendEvent notification Using Doorbell instead FIFOKashyap, Desai
2009-06-09[SCSI] mpt fusion: Added support for MPT discovery completion checkKashyap, Desai
2009-06-09[SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory regionKashyap, Desai
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo
2009-05-11block: cleanup rq->data_len usagesTejun Heo
2009-05-11block: add rq->resid_lenTejun Heo
2009-04-21scsi: mpt: suppress debugobjects warningEric Paris
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-04-03[SCSI] mptsas: remove unneeded checkAlan Cox
2009-02-22[SCSI] mpt: fix disable lsi sas to use msi as defaultYinghai Lu
2009-01-13[SCSI] mpt fusion: Add Firmware debug supportKashyap, Desai
2009-01-13[SCSI] mpt fusion: Add separate msi enable disable for FC,SPI,SASKashyap, Desai
2009-01-13[SCSI] mpt fusion: Update MPI Headers to version 01.05.19Kashyap, Desai
2009-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2009-01-07fusion: convert devices to new APIStephen Hemminger
2009-01-02[SCSI] fusion: Move a dereference below a NULL testJulia Lawall
2008-12-29[SCSI] fusion: use ARRAY_SIZEJulia Lawall
2008-12-29[SCSI] fusion: remove excess kernel-doc notationRandy Dunlap
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-12-16[SCSI] mpt fusion: clear list of outstanding commands on host resetJames Bottomley
2008-12-03mptlan: Kill directly reference of netdev->privWang Chen
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-07trivial: MPT fusion - remove long dead codeAlan Cox
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-01saner FASYNC handling on file closeAl Viro
2008-10-27net: convert more to %pMJohannes Berg