aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi/qla2xxx/qla_isr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-05scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()Nilesh Javali1-3/+3
2023-08-21scsi: qla2xxx: Add logs for SFP temperature monitoringBikash Hazarika1-0/+18
2023-08-21scsi: qla2xxx: Add Unsolicited LS Request and Response Support for NVMeManish Rangankar1-2/+144
2023-07-23scsi: qla2xxx: fix inconsistent TMF timeoutQuinn Tran1-1/+0
2023-07-23scsi: qla2xxx: Fix erroneous link up failureQuinn Tran1-1/+5
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+54
2023-05-22scsi: qla2xxx: Fix NULL pointer dereference in target modeGleb Chesnokov1-0/+3
2023-05-08scsi: qla2xxx: Fix mem access after freeQuinn Tran1-7/+31
2023-05-08scsi: qla2xxx: Fix task management cmd failureQuinn Tran1-3/+23
2023-03-16scsi: qla2xxx: Synchronize the IOCB count to be in orderQuinn Tran1-1/+2
2023-02-21scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Muneendra1-1/+1
2023-01-11scsi: qla2xxx: Select qpair depending on which CPU post_cmd() gets calledShreyas Deodhar1-1/+2
2023-01-11scsi: qla2xxx: Remove increment of interface err cntSaurav Kashyap1-2/+0
2023-01-11scsi: qla2xxx: Fix exchange oversubscription for management commandsQuinn Tran1-0/+1
2023-01-11scsi: qla2xxx: Fix exchange oversubscriptionQuinn Tran1-2/+1
2022-09-01scsi: qla2xxx: Fix response queue handler reading stale packetsArun Easi1-2/+15
2022-09-01scsi: qla2xxx: Revert "scsi: qla2xxx: Fix response queue handler reading stale packets"Arun Easi1-23/+2
2022-07-18scsi: qla2xxx: edif: Fix dropped IKE messageQuinn Tran1-30/+24
2022-07-18scsi: qla2xxx: Fix response queue handler reading stale packetsArun Easi1-1/+23
2022-07-18scsi: qla2xxx: Fix incorrect display of max frame sizeBikash Hazarika1-3/+1
2022-06-16scsi: qla2xxx: Turn off multi-queue for 8G adaptersQuinn Tran1-10/+6
2022-06-16scsi: qla2xxx: Add a new v2 dport diagnostic featureBikash Hazarika1-0/+3
2022-06-16scsi: qla2xxx: Fix excessive I/O error messages by defaultArun Easi1-2/+2
2022-06-10scsi: qla2xxx: edif: Fix slow session teardownQuinn Tran1-14/+20
2022-06-10scsi: qla2xxx: edif: Tear down session if keys have been removedQuinn Tran1-0/+1
2022-03-15scsi: qla2xxx: Fix incorrect reporting of task management failureQuinn Tran1-0/+1
2022-02-22scsi: qla2xxx: Use named initializers for port_[d]state_strGleb Chesnokov1-5/+5
2021-10-26scsi: qla2xxx: edif: Tweak trace messageQuinn Tran1-0/+4
2021-09-28scsi: qla2xxx: Fix excessive messages during device logoutArun Easi1-2/+2
2021-08-23scsi: qla2xxx: Fix NVMe session down detectionQuinn Tran1-0/+9
2021-08-23scsi: qla2xxx: edif: Fix stale sessionQuinn Tran1-0/+1
2021-08-11scsi: qla2xxx: Changes to support kdump kernel for NVMe BFSSaurav Kashyap1-0/+2
2021-08-11scsi: qla2xxx: Suppress unnecessary log messages during loginArun Easi1-6/+17
2021-08-11scsi: qla2xxx: Add debug print of 64G link speedQuinn Tran1-1/+1
2021-07-27scsi: qla2xxx: edif: Increment command and completion countsQuinn Tran1-2/+1
2021-07-27scsi: qla2xxx: edif: Add detection of secure deviceQuinn Tran1-0/+4
2021-07-27scsi: qla2xxx: edif: Add key updateQuinn Tran1-0/+8
2021-07-27scsi: qla2xxx: edif: Add extraction of auth_els from the wireQuinn Tran1-0/+212
2021-07-27scsi: qla2xxx: edif: Add send, receive, and accept for auth_elsQuinn Tran1-11/+84
2021-06-22scsi: qla2xxx: Add heartbeat checkQuinn Tran1-0/+4
2021-05-31scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-12/+3
2021-04-15scsi: qla2xxx: Reserve extra IRQ vectorsRoman Bolshakov1-2/+2
2021-03-29scsi: qla2xxx: Fix crash in PCIe error handlingQuinn Tran1-8/+1
2021-03-24scsi: qla2xxx: Fix endianness annotationsBart Van Assche1-1/+1
2021-01-22scsi: qla2xxx: Assign boolean values to a bool variableJiapeng Zhong1-2/+2
2021-01-13scsi: qla2xxx: Wait for ABTS response on I/O timeouts for NVMeBikash Hazarika1-1/+8
2021-01-13scsi: qla2xxx: Move some messages from debug to normal log levelSaurav Kashyap1-27/+25
2021-01-13scsi: qla2xxx: Implementation to get and manage host, target stats and initiator portSaurav Kashyap1-0/+22
2020-12-09scsi: qla2xxx: Tear down session if FW say it is downQuinn Tran1-1/+27
2020-12-09scsi: qla2xxx: Limit interrupt vectors to number of CPUsQuinn Tran1-2/+4