aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_isr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali1-0/+11
2018-10-23scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche1-3/+3
2018-09-11scsi: qla2xxx: Fix dropped srb resource.Quinn Tran1-1/+1
2018-09-11scsi: qla2xxx: Allow FC-NVMe underrun to be handled by transportDarren Trapp1-13/+21
2018-09-11scsi: qla2xxx: Fix deadlock between ATIO and HW lockQuinn Tran1-26/+22
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2018-08-02scsi: qla2xxx: Fix N2N link re-connectQuinn Tran1-1/+2
2018-07-19scsi: qla2xxx: Fix driver unload by shutting down chipQuinn Tran1-0/+3
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-06-07scsi: qla2xxx: Mask off Scope bits in retry delayAnil Gurumurthy1-2/+6
2018-04-09scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITIONJohannes Thumshirn1-3/+3
2018-04-09scsi: qla2xxx: correctly shift host byteJohannes Thumshirn1-1/+1
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-2/+4
2018-03-21scsi: qla2xxx: Cleanup code to improve FC-NVMe error handlingDarren Trapp1-50/+28
2018-03-21scsi: qla2xxx: Return busy if rport going awayDarren Trapp1-1/+3
2018-03-21scsi: qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB changeDarren Trapp1-3/+0
2018-03-21scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp1-2/+3
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche1-9/+14
2018-01-30scsi: qla2xxx: Avoid triggering undefined behavior in qla2x00_mbx_completion()Bart Van Assche1-2/+4
2018-01-03scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran1-2/+2
2018-01-03scsi: qla2xxx: Add retry limit for fabric scan logicQuinn Tran1-0/+1
2018-01-03scsi: qla2xxx: Fix session cleanup for N2NQuinn Tran1-3/+1
2018-01-03scsi: qla2xxx: Use IOCB path to submit Control VP MBX commandQuinn Tran1-0/+35
2017-12-11scsi: qla2xxx: Suppress gcc 7 fall-through warningsBart Van Assche1-2/+3
2017-12-07scsi: qla2xxx: Serialize GPNID for multiple RSCNQuinn Tran1-1/+1
2017-12-07scsi: qla2xxx: Fix re-login for Nport Handle in useQuinn Tran1-5/+0
2017-10-16scsi: qla2xxx: don't break the bsg-lib abstractionsChristoph Hellwig1-9/+3
2017-10-16scsi: qla2xxx: Use ql2xnvmeenable to enable Q-Pair for FC-NVMeHimanshu Madhani1-1/+1
2017-10-16scsi: qla2xxx: Changes to support N2N loginsDuane Grigsby1-4/+38
2017-10-16scsi: qla2xxx: Add ATIO-Q processing for INTx modeHimanshu Madhani1-2/+6
2017-10-16scsi: qla2xxx: Reinstate module parameter ql2xenablemsixHimanshu Madhani1-3/+6
2017-08-30scsi: qla2xxx: add missing includes for qla_isrJohannes Thumshirn1-0/+2
2017-08-24scsi: qla2xxx: Add support for minimum link speedSawan Chandak1-0/+5
2017-08-24scsi: qla2xxx: Add ability to autodetect SFP typeQuinn Tran1-0/+5
2017-08-24scsi: qla2xxx: Remove extra register readQuinn Tran1-9/+0
2017-08-24scsi: qla2xxx: Fix system panic due to pointer access problemDuane Grigsby1-2/+2
2017-08-24scsi: qla2xxx: Fix target multiqueue configurationMichael Hernandez1-1/+1
2017-08-24scsi: qla2xxx: fix spelling mistake of variable sfp_additonal_infoColin Ian King1-4/+4
2017-08-07scsi: qla2xxx: Fix remoteport disconnect for FC-NVMehimanshu.madhani@cavium.com1-6/+31
2017-08-07scsi: qla2xxx: Added change to enable ZIO for FC-NVMe devicesDuane Grigsby1-1/+1
2017-08-07scsi: qla2xxx: Move function prototype to correct headerhimanshu.madhani@cavium.com1-2/+2
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2017-07-03t10-pi: Move opencoded contants to common headerDmitry Monakhov1-4/+4
2017-07-01scsi: qla2xxx: fix a bunch of typos and spelling mistakesColin Ian King1-2/+1
2017-06-27scsi: qla2xxx: Add FC-NVMe F/W initialization and transport registrationDuane Grigsby1-0/+19
2017-06-27scsi: qla2xxx: Add FC-NVMe command handlingDuane Grigsby1-0/+79
2017-06-27scsi: qla2xxx: Add fw_started flags to qpairQuinn Tran1-1/+1
2017-06-27scsi: qla2xxx: Add debug knob for user control workloadQuinn Tran1-3/+8
2017-06-27scsi: qla2xxx: Enable Target Multi QueueQuinn Tran1-8/+13