aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_mid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-07scsi: qla2xxx: edif: Synchronize NPIV deletion with authentication applicationQuinn Tran1-1/+5
2022-06-01scsi: qla2xxx: Remove setting of 'req' and 'rsp' parametersTom Rix1-2/+0
2022-01-24scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap1-1/+3
2022-01-24scsi: qla2xxx: Refactor asynchronous command initializationDaniel Wagner1-3/+2
2021-08-11scsi: qla2xxx: Fix unsafe removal from linked listQuinn Tran1-17/+25
2021-07-27scsi: qla2xxx: edif: Add detection of secure deviceQuinn Tran1-1/+6
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-2/+1
2020-09-22scsi: qla2xxx: Performance tweakQuinn Tran1-3/+1
2020-09-16scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2020-05-19scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche1-2/+2
2020-02-28scsi: qla2xxx: Use a dedicated interrupt handler for 'handshake-required' ISPsAndrew Vasquez1-1/+2
2020-02-24scsi: qla2xxx: Add deferred queue for processing ABTS and RDPJoe Carnuccio1-0/+7
2020-02-24scsi: qla2xxx: Add changes in preparation for vendor extended FDMI/RDPJoe Carnuccio1-0/+3
2019-12-19scsi: qla2xxx: Remove defer flag to indicate immeadiate port lossHimanshu Madhani1-3/+3
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+4
2019-11-08scsi: qla2xxx: Fix SRB leak on switch command timeoutQuinn Tran1-7/+4
2019-11-05scsi: qla2xxx: fix NPIV tear down processMartin Wilck1-3/+5
2019-09-23scsi: qla2xxx: Optimize NPIV tear down processQuinn Tran1-10/+22
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche1-3/+1
2019-04-29scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()Bart Van Assche1-2/+7
2018-12-12scsi: qla2xxx: Enable FC-NVME on NPIV portsAnil Gurumurthy1-0/+1
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2018-08-02scsi: qla2xxx: Fix Management Server NPort handle reservation logicQuinn Tran1-1/+1
2018-07-19scsi: qla2xxx: Fix driver unload by shutting down chipQuinn Tran1-2/+4
2018-07-19scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletionQuinn Tran1-0/+5
2018-04-09scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings1-1/+1
2018-03-21scsi: qla2xxx: Remove nvme_done_listDarren Trapp1-6/+0
2018-01-03scsi: qla2xxx: Reduce trace noise for Async EventsQuinn Tran1-2/+9
2018-01-03scsi: qla2xxx: Add lock protection around host lookupQuinn Tran1-4/+5
2018-01-03scsi: qla2xxx: Use known NPort ID for Management Server loginhimanshu.madhani@cavium.com1-1/+1
2018-01-03scsi: qla2xxx: Move work element processing out of DPC threadQuinn Tran1-5/+1
2018-01-03scsi: qla2xxx: Use IOCB path to submit Control VP MBX commandQuinn Tran1-0/+76
2017-12-20scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_queHimanshu Madhani1-2/+4
2017-12-07scsi: qla2xxx: Fix memory leak in dual/target modehimanshu.madhani@cavium.com1-8/+10
2017-12-07scsi: qla2xxx: Fix Relogin being triggered too fastQuinn Tran1-9/+15
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2017-11-08scsi: qla2xxx: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-10-16scsi: qla2xxx: Use ql2xnvmeenable to enable Q-Pair for FC-NVMeHimanshu Madhani1-1/+1
2017-08-24scsi: qla2xxx: Fix NPIV host enable after chip resetQuinn Tran1-0/+5
2017-08-24scsi: qla2xxx: Add command completion for error pathDuane Grigsby1-0/+7
2017-08-24scsi: qla2xxx: Correction to vha->vref_count timeoutJoe Carnuccio1-1/+1
2017-06-27scsi: qla2xxx: Fix mailbox failure while deleting Queue pairsSawan Chandak1-0/+4
2017-06-27scsi: qla2xxx: Preparation for Target MQ.Quinn Tran1-18/+22
2017-03-18qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio1-6/+8
2016-12-14scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez1-54/+60
2016-12-14scsi: qla2xxx: Utilize pci_alloc_irq_vectors/pci_free_irq_vectors calls.Michael Hernandez1-1/+1
2016-02-06qla2xxx: Fix stale pointer access.Quinn Tran1-2/+2
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche1-2/+1
2015-04-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+14
2015-04-10qla2xxx: Fix virtual port configuration, when switch port is disabled/enabled.Sawan Chandak1-8/+14