summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_init.c
AgeCommit message (Expand)Author
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
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche
2019-04-15scsi: qla2xxx: Use tabs to indent codeBart Van Assche
2019-04-12Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen
2019-04-12scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke
2019-04-03scsi: qla2xxx: Remove useless set memory to zero use memset()YueHaibing
2019-04-03scsi: qla2xxx: Cleanup fcport memory to prevent leakQuinn Tran
2019-04-03scsi: qla2xxx: Use mutex protection during qla2x00_sysfs_read_fw_dump()Quinn Tran
2019-04-03scsi: qla2xxx: Fix fw dump corruptionQuinn Tran
2019-03-19scsi: qla2xxx: Fix FC-AL connection target discoveryQuinn Tran
2019-03-19scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez
2019-03-19scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanismJoe Carnuccio
2019-03-19scsi: qla2xxx: Update flash read/write routineJoe Carnuccio
2019-03-19scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio