aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-20scsi: qla2xxx: Fix a NULL pointer dereference in an error pathBart Van Assche1-9/+8
2019-12-21scsi: qla2xxx: Fix stuck session in GNLQuinn Tran1-2/+13
2019-12-21scsi: qla2xxx: Consolidate fabric scanQuinn Tran1-6/+2
2019-12-21scsi: qla2xxx: Correct fcport flags handlingShyam Sundar1-1/+2
2019-12-21scsi: qla2xxx: Fix stuck login session using prli_pend_timerQuinn Tran1-8/+26
2019-12-19scsi: qla2xxx: Use common routine to free fcport structQuinn Tran1-1/+1
2019-12-19scsi: qla2xxx: Fix update_fcport for current_topologyHimanshu Madhani1-1/+4
2019-12-19scsi: qla2xxx: Cleanup unused async_logout_doneShyam Sundar1-10/+0
2019-12-19scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcportShyam Sundar1-14/+15
2019-12-19scsi: qla2xxx: Fix fabric scan hangQuinn Tran1-15/+19
2019-12-19scsi: qla2xxx: Remove defer flag to indicate immeadiate port lossHimanshu Madhani1-9/+9
2019-12-09scsi: qla2xxx: Don't defer relogin unconditonallyRoman Bolshakov1-1/+0
2019-12-09scsi: qla2xxx: Configure local loop for N2N targetRoman Bolshakov1-8/+2
2019-12-09scsi: qla2xxx: Allow PLOGI in target modeRoman Bolshakov1-2/+6
2019-12-09scsi: qla2xxx: Change discovery state before PLOGIRoman Bolshakov1-0/+1
2019-12-09scsi: qla2xxx: Initialize free_work before flushing itRoman Bolshakov1-0/+1
2019-11-26scsi: qla2xxx: fix rports not being mark as lost in sync fabric scanMartin Wilck1-3/+3
2019-11-08scsi: qla2xxx: initialize fc4_type_priorityMartin Wilck1-2/+10
2019-11-08scsi: qla2xxx: Remove an include directiveBart Van Assche1-1/+0
2019-11-08scsi: qla2xxx: Fix device connect issues in P2P configurationArun Easi1-0/+9
2019-11-08scsi: qla2xxx: Fix driver unload hangQuinn Tran1-2/+0
2019-11-08scsi: qla2xxx: Fix SRB leak on switch command timeoutQuinn Tran1-6/+5
2019-11-08scsi: qla2xxx: Do command completion on abort timeoutQuinn Tran1-0/+18
2019-11-08scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failureQuinn Tran1-29/+8
2019-10-09scsi: qla2xxx: Dual FCP-NVMe target port supportMichael Hernandez1-27/+37
2019-10-09Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen1-31/+78
2019-09-23scsi: qla2xxx: Fix N2N link resetQuinn Tran1-30/+77
2019-09-23scsi: qla2xxx: Silence fwdump template messageHimanshu Madhani1-1/+1
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-305/+245
2019-09-07scsi: qla2xxx: Fix stuck login sessionQuinn Tran1-12/+11
2019-09-07scsi: qla2xxx: Fix flash read for Qlogic ISPsQuinn Tran1-2/+2
2019-08-19scsi: qla2xxx: cleanup trace buffer initializationMartin Wilck1-116/+98
2019-08-19scsi: qla2xxx: qla2x00_alloc_fw_dump: set ha->eftMartin Wilck1-0/+2
2019-08-16qla2xxx: remove SGI SN2 supportChristoph Hellwig1-14/+0
2019-08-12scsi: qla2xxx: Simplify qla24xx_async_abort_cmd()Bart Van Assche1-8/+6
2019-08-12scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche1-99/+32
2019-08-12scsi: qla2xxx: Report invalid mailbox status codesBart Van Assche1-0/+9
2019-08-12scsi: qla2xxx: Complain if sp->done() is not called from the completion pathBart Van Assche1-0/+4
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche1-30/+10
2019-08-12scsi: qla2xxx: Check secondary image if reading the primary image failsBart Van Assche1-2/+6
2019-08-12scsi: qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy()Bart Van Assche1-8/+10
2019-08-12scsi: qla2xxx: Complain if waiting for pending commands times outBart Van Assche1-1/+2
2019-08-12scsi: qla2xxx: Declare fourth qla2x00_set_model_info() argument constBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Simplify qla24xx_abort_sp_done()Bart Van Assche1-7/+5
2019-08-12scsi: qla2xxx: Reduce the number of casts in GID list codeBart Van Assche1-10/+8
2019-08-12scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche1-1/+1
2019-08-07scsi: qla2xxx: Fix hang in fcport delete pathQuinn Tran1-3/+0
2019-08-07scsi: qla2xxx: Fix NVMe port discovery after a short device port lossArun Easi1-2/+2
2019-08-07scsi: qla2xxx: Correct error handling during initialization failuresAndrew Vasquez1-0/+4
2019-08-07scsi: qla2xxx: Fix Relogin to prevent modifying scan_state flagQuinn Tran1-5/+20