aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-23scsi: qla2xxx: Open-code qla2xxx_eh_device_reset()Hannes Reinecke1-31/+23
2021-08-23scsi: qla2xxx: Open-code qla2xxx_eh_target_reset()Hannes Reinecke1-3/+53
2021-08-23scsi: qla2xxx: Do not call fc_block_scsi_eh() during bus resetHannes Reinecke1-10/+0
2021-08-23scsi: qla2xxx: Update version to 10.02.06.200-kNilesh Javali1-2/+2
2021-08-23scsi: qla2xxx: edif: Fix returnvar.cocci warningskernel test robot1-2/+1
2021-08-23scsi: qla2xxx: Fix NVMe session down detectionQuinn Tran3-5/+26
2021-08-23scsi: qla2xxx: Fix NVMe retryQuinn Tran5-26/+40
2021-08-23scsi: qla2xxx: Fix hang on NVMe command timeoutsArun Easi4-14/+25
2021-08-23scsi: qla2xxx: Fix NVMe | FCP personality changeQuinn Tran2-2/+4
2021-08-23scsi: qla2xxx: edif: Do secure PLOGI when auth app is presentQuinn Tran5-14/+10
2021-08-23scsi: qla2xxx: edif: Add N2N support for EDIFQuinn Tran11-66/+234
2021-08-23scsi: qla2xxx: Fix hang during NVMe session tear downArun Easi1-1/+1
2021-08-23scsi: qla2xxx: edif: Fix EDIF enable flagQuinn Tran2-3/+13
2021-08-23scsi: qla2xxx: edif: Reject AUTH ELS on session downQuinn Tran3-2/+8
2021-08-23scsi: qla2xxx: edif: Fix stale sessionQuinn Tran3-0/+11
2021-08-11scsi: qla2xxx: Update version to 10.02.06.100-kNilesh Javali1-3/+3
2021-08-11scsi: qla2xxx: Sync queue idx with queue_pair_map idxSaurav Kashyap1-2/+3
2021-08-11scsi: qla2xxx: Changes to support kdump kernel for NVMe BFSSaurav Kashyap3-23/+20
2021-08-11scsi: qla2xxx: Changes to support kdump kernelSaurav Kashyap1-0/+6
2021-08-11scsi: qla2xxx: Suppress unnecessary log messages during loginArun Easi2-7/+18
2021-08-11scsi: qla2xxx: Fix NPIV create erroneous errorQuinn Tran1-1/+3
2021-08-11scsi: qla2xxx: Fix unsafe removal from linked listQuinn Tran3-31/+50
2021-08-11scsi: qla2xxx: Fix port type infoQuinn Tran1-5/+3
2021-08-11scsi: qla2xxx: Add debug print of 64G link speedQuinn Tran1-1/+1
2021-08-11scsi: qla2xxx: Show OS name and version in FDMI-1Arun Easi3-4/+4
2021-08-11scsi: qla2xxx: Changes to support FCP2 TargetSaurav Kashyap3-2/+17
2021-08-11scsi: qla2xxx: Adjust request/response queue size for 28xxQuinn Tran1-2/+2
2021-08-11scsi: qla2xxx: Add host attribute to trigger MPI hangArun Easi1-0/+25
2021-08-11scsi: qla2xxx: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-08-05scsi: qla2xxx: Remove redundant initialization of variable num_cntColin Ian King1-1/+1
2021-08-05scsi: qla2xxx: Fix use after free in debug codeDan Carpenter1-2/+2
2021-07-30scsi: qla2xxx: Fix spelling mistakes "allloc" -> "alloc"Colin Ian King1-2/+2
2021-07-27scsi: qla2xxx: Update version to 10.02.00.107-kNilesh Javali1-2/+2
2021-07-27scsi: qla2xxx: edif: Increment command and completion countsQuinn Tran2-2/+2
2021-07-27scsi: qla2xxx: edif: Add encryption to I/O pathQuinn Tran11-71/+406
2021-07-27scsi: qla2xxx: edif: Add doorbell notification for appQuinn Tran7-4/+366
2021-07-27scsi: qla2xxx: edif: Add detection of secure deviceQuinn Tran13-28/+279
2021-07-27scsi: qla2xxx: edif: Add authentication pass + fail bsgsQuinn Tran3-8/+209
2021-07-27scsi: qla2xxx: edif: Add key updateQuinn Tran10-7/+1668
2021-07-27scsi: qla2xxx: edif: Add extraction of auth_els from the wireQuinn Tran6-25/+427
2021-07-27scsi: qla2xxx: edif: Add send, receive, and accept for auth_elsQuinn Tran10-40/+692
2021-07-27scsi: qla2xxx: edif: Add getfcinfo and statistic bsgsQuinn Tran2-1/+190
2021-07-27scsi: qla2xxx: edif: Add start + stop bsgsQuinn Tran9-24/+669
2021-07-27scsi: qla2xxx: Remove unused variable 'status'Bill Wendling1-2/+0
2021-07-20scsi: qla2xxx: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen1-65/+12
2021-07-18scsi: qla2xxx: Remove redundant continue statement in a for-loopColin Ian King1-1/+0
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-1/+117
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-21/+5
2021-06-22scsi: qla2xxx: Add heartbeat checkQuinn Tran8-1/+117
2021-06-15scsi: qla2xxx: Use list_move_tail() instead of list_del()/list_add_tail()Baokun Li1-2/+1