aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-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
2019-07-30scsi: qla2xxx: Fix abort timeout race condition.Quinn Tran1-2/+16
2019-07-30scsi: qla2xxx: Fix possible fcport null-pointer dereferencesJia-Ju Bai1-1/+1
2019-06-18scsi: qla2xxx: remove double assignment in qla2x00_update_fcportEnzo Matsumiya1-1/+0
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to firmwareBart Van Assche1-10/+5
2019-04-29scsi: qla2xxx: Make qla24xx_async_abort_cmd() staticBart Van Assche1-76/+73
2019-04-29scsi: qla2xxx: Move qla2x00_is_reserved_id() from qla_inline.h into qla_init.cBart Van Assche1-0/+11
2019-04-29scsi: qla2xxx: Move qla2x00_clear_loop_id() from qla_inline.h into qla_init.cBart Van Assche1-0/+12
2019-04-29scsi: qla2xxx: Declare qla2x00_find_new_loop_id() staticBart Van Assche1-49/+43
2019-04-15scsi: qla2xxx: Fix read offset in qla24xx_load_risc_flash()Himanshu Madhani1-15/+1
2019-04-15scsi: qla2xxx: Move qla2x00_set_fcport_state() from a .h into a .c fileBart Van Assche1-0/+17
2019-04-15scsi: qla2xxx: Insert spaces where requiredBart Van Assche1-11/+11
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche1-0/+5
2019-04-15scsi: qla2xxx: Use tabs to indent codeBart Van Assche1-15/+15
2019-04-12Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen1-0/+7
2019-04-12scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke1-4/+11
2019-04-03scsi: qla2xxx: Remove useless set memory to zero use memset()YueHaibing1-1/+0
2019-04-03scsi: qla2xxx: Cleanup fcport memory to prevent leakQuinn Tran1-0/+2
2019-04-03scsi: qla2xxx: Use mutex protection during qla2x00_sysfs_read_fw_dump()Quinn Tran1-1/+5
2019-04-03scsi: qla2xxx: Fix fw dump corruptionQuinn Tran1-32/+52
2019-03-19scsi: qla2xxx: Fix FC-AL connection target discoveryQuinn Tran1-0/+7
2019-03-19scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez1-9/+38
2019-03-19scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanismJoe Carnuccio1-58/+270
2019-03-19scsi: qla2xxx: Update flash read/write routineJoe Carnuccio1-13/+11
2019-03-19scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio1-173/+235
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio1-77/+66