summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_init.c
AgeCommit message (Expand)Author
2019-12-09scsi: qla2xxx: Don't defer relogin unconditonallyRoman Bolshakov
2019-12-09scsi: qla2xxx: Configure local loop for N2N targetRoman Bolshakov
2019-12-09scsi: qla2xxx: Allow PLOGI in target modeRoman Bolshakov
2019-12-09scsi: qla2xxx: Change discovery state before PLOGIRoman Bolshakov
2019-12-09scsi: qla2xxx: Initialize free_work before flushing itRoman Bolshakov
2019-11-26scsi: qla2xxx: fix rports not being mark as lost in sync fabric scanMartin Wilck
2019-11-08scsi: qla2xxx: initialize fc4_type_priorityMartin Wilck
2019-11-08scsi: qla2xxx: Remove an include directiveBart Van Assche
2019-11-08scsi: qla2xxx: Fix device connect issues in P2P configurationArun Easi
2019-11-08scsi: qla2xxx: Fix driver unload hangQuinn Tran
2019-11-08scsi: qla2xxx: Fix SRB leak on switch command timeoutQuinn Tran
2019-11-08scsi: qla2xxx: Do command completion on abort timeoutQuinn Tran
2019-11-08scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failureQuinn Tran
2019-10-09scsi: qla2xxx: Dual FCP-NVMe target port supportMichael Hernandez
2019-10-09Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen
2019-09-23scsi: qla2xxx: Fix N2N link resetQuinn Tran
2019-09-23scsi: qla2xxx: Silence fwdump template messageHimanshu Madhani
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-09-07scsi: qla2xxx: Fix stuck login sessionQuinn Tran
2019-09-07scsi: qla2xxx: Fix flash read for Qlogic ISPsQuinn Tran
2019-08-19scsi: qla2xxx: cleanup trace buffer initializationMartin Wilck
2019-08-19scsi: qla2xxx: qla2x00_alloc_fw_dump: set ha->eftMartin Wilck
2019-08-16qla2xxx: remove SGI SN2 supportChristoph Hellwig
2019-08-12scsi: qla2xxx: Simplify qla24xx_async_abort_cmd()Bart Van Assche
2019-08-12scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche
2019-08-12scsi: qla2xxx: Report invalid mailbox status codesBart Van Assche
2019-08-12scsi: qla2xxx: Complain if sp->done() is not called from the completion pathBart Van Assche
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche
2019-08-12scsi: qla2xxx: Check secondary image if reading the primary image failsBart Van Assche
2019-08-12scsi: qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy()Bart Van Assche
2019-08-12scsi: qla2xxx: Complain if waiting for pending commands times outBart Van Assche
2019-08-12scsi: qla2xxx: Declare fourth qla2x00_set_model_info() argument constBart Van Assche
2019-08-12scsi: qla2xxx: Simplify qla24xx_abort_sp_done()Bart Van Assche
2019-08-12scsi: qla2xxx: Reduce the number of casts in GID list codeBart Van Assche
2019-08-12scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche
2019-08-07scsi: qla2xxx: Fix hang in fcport delete pathQuinn Tran
2019-08-07scsi: qla2xxx: Fix NVMe port discovery after a short device port lossArun Easi
2019-08-07scsi: qla2xxx: Correct error handling during initialization failuresAndrew Vasquez
2019-08-07scsi: qla2xxx: Fix Relogin to prevent modifying scan_state flagQuinn Tran
2019-07-30scsi: qla2xxx: Fix abort timeout race condition.Quinn Tran
2019-07-30scsi: qla2xxx: Fix possible fcport null-pointer dereferencesJia-Ju Bai
2019-06-18scsi: qla2xxx: remove double assignment in qla2x00_update_fcportEnzo Matsumiya
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche
2019-04-29scsi: qla2xxx: Make qla24xx_async_abort_cmd() staticBart Van Assche
2019-04-29scsi: qla2xxx: Move qla2x00_is_reserved_id() from qla_inline.h into qla_init.cBart Van Assche
2019-04-29scsi: qla2xxx: Move qla2x00_clear_loop_id() from qla_inline.h into qla_init.cBart Van Assche
2019-04-29scsi: qla2xxx: Declare qla2x00_find_new_loop_id() staticBart Van Assche
2019-04-15scsi: qla2xxx: Fix read offset in qla24xx_load_risc_flash()Himanshu Madhani
2019-04-15scsi: qla2xxx: Move qla2x00_set_fcport_state() from a .h into a .c fileBart Van Assche
2019-04-15scsi: qla2xxx: Insert spaces where requiredBart Van Assche