summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_isr.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Fix a qla24xx_enable_msix() error pathBart Van Assche2019-04-291-1/+5
* scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8Bart Van Assche2019-04-291-2/+2
* scsi: qla2xxx: Silence Successful ELS IOCB messageHimanshu Madhani2019-04-291-1/+1
* scsi: qla2xxx: Move the port_state_str[] definition from a .h to a .c fileBart Van Assche2019-04-151-0/+8
* scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche2019-04-151-2/+2
* scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche2019-04-151-0/+3
* scsi: qla2xxx: Make qla2x00_process_response_queue() easier to readBart Van Assche2019-04-081-38/+47
* scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEEDBart Van Assche2019-04-081-1/+1
* scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio2019-03-191-6/+6
* scsi: qla2xxx: Add Serdes support for ISP28XXJoe Carnuccio2019-03-191-1/+3
* scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio2019-03-191-6/+8
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-2/+23
|\
| * scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supportedGiridhar Malavali2019-02-191-1/+1
| * scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp2019-02-191-0/+9
| * scsi: qla2xxx: Restore FAWWPN of Physical Port only for loop downSawan Chandak2019-02-051-1/+2
| * scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali2019-01-111-0/+11
* | scsi: qla2xxx: Use correct number of vectors for online CPUsMing Lei2019-01-111-0/+1
|/
* scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche2018-10-231-3/+3
* scsi: qla2xxx: Fix dropped srb resource.Quinn Tran2018-09-111-1/+1
* scsi: qla2xxx: Allow FC-NVMe underrun to be handled by transportDarren Trapp2018-09-111-13/+21
* scsi: qla2xxx: Fix deadlock between ATIO and HW lockQuinn Tran2018-09-111-26/+22
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-1/+2
|\
| * scsi: qla2xxx: Fix N2N link re-connectQuinn Tran2018-08-021-1/+2
* | scsi: qla2xxx: Fix driver unload by shutting down chipQuinn Tran2018-07-191-0/+3
|/
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-06-141-2/+6
|\
| * scsi: qla2xxx: Mask off Scope bits in retry delayAnil Gurumurthy2018-06-071-2/+6
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
|/
* scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITIONJohannes Thumshirn2018-04-091-3/+3
* scsi: qla2xxx: correctly shift host byteJohannes Thumshirn2018-04-091-1/+1
* Merge branch 'fixes' into miscJames Bottomley2018-04-031-2/+4
|\
| * scsi: qla2xxx: Avoid triggering undefined behavior in qla2x00_mbx_completion()Bart Van Assche2018-01-301-2/+4
* | scsi: qla2xxx: Cleanup code to improve FC-NVMe error handlingDarren Trapp2018-03-211-50/+28
* | scsi: qla2xxx: Return busy if rport going awayDarren Trapp2018-03-211-1/+3
* | scsi: qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB changeDarren Trapp2018-03-211-3/+0
* | scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp2018-03-211-2/+3
* | scsi: qla2xxx: Fix function argument descriptionsBart Van Assche2018-02-121-9/+14
|/
* scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran2018-01-031-2/+2
* scsi: qla2xxx: Add retry limit for fabric scan logicQuinn Tran2018-01-031-0/+1
* scsi: qla2xxx: Fix session cleanup for N2NQuinn Tran2018-01-031-3/+1
* scsi: qla2xxx: Use IOCB path to submit Control VP MBX commandQuinn Tran2018-01-031-0/+35
* scsi: qla2xxx: Suppress gcc 7 fall-through warningsBart Van Assche2017-12-111-2/+3
* scsi: qla2xxx: Serialize GPNID for multiple RSCNQuinn Tran2017-12-071-1/+1
* scsi: qla2xxx: Fix re-login for Nport Handle in useQuinn Tran2017-12-071-5/+0
* scsi: qla2xxx: don't break the bsg-lib abstractionsChristoph Hellwig2017-10-161-9/+3
* scsi: qla2xxx: Use ql2xnvmeenable to enable Q-Pair for FC-NVMeHimanshu Madhani2017-10-161-1/+1
* scsi: qla2xxx: Changes to support N2N loginsDuane Grigsby2017-10-161-4/+38
* scsi: qla2xxx: Add ATIO-Q processing for INTx modeHimanshu Madhani2017-10-161-2/+6
* scsi: qla2xxx: Reinstate module parameter ql2xenablemsixHimanshu Madhani2017-10-161-3/+6
* scsi: qla2xxx: add missing includes for qla_isrJohannes Thumshirn2017-08-301-0/+2
* scsi: qla2xxx: Add support for minimum link speedSawan Chandak2017-08-241-0/+5