aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)Author
2020-02-11scsi: qla2xxx: Fix incorrect SFUB length used for Secure Flash Update MB CmdMichael Hernandez
2020-02-11scsi: qla2xxx: Correctly retrieve and interpret active flash regionHimanshu Madhani
2020-02-11scsi: qla2xxx: Change discovery state before PLOGIRoman Bolshakov
2020-02-11scsi: qla2xxx: Added support for MPI and PEP regions for ISP28XXMichael Hernandez
2020-02-11scsi: qla2xxx: Initialize free_work before flushing itRoman Bolshakov
2020-02-11scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmdRoman Bolshakov
2019-12-29scsi: qla2xxx: stop timer in shutdown pathNicholas Piggin
2019-12-29scsi: qla2xxx: Initialized mailbox to prevent driver load failureHimanshu Madhani
2019-12-29scsi: qla2xxx: fixup incorrect usage of host_byteHannes Reinecke
2019-12-16scsi: qla2xxx: fix a potential NULL pointer dereferenceAllen Pais
2019-12-10scsi: qla2xxx: Fix partial flash write of MBIQuinn Tran
2019-11-25scsi: qla2xxx: Fix unbound sleep in fcport delete path.Quinn Tran
2019-11-25scsi: qla2xxx: Silence fwdump template messageHimanshu Madhani
2019-10-05scsi: qla2xxx: Fix Relogin to prevent modifying scan_state flagQuinn Tran
2019-09-10scsi: qla2xxx: Fix gnl.l memory leak on adapter init failureBill Kuzeja
2019-08-25scsi: qla2xxx: Fix possible fcport null-pointer dereferencesJia-Ju Bai
2019-06-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-06-18scsi: qla2xxx: Fix hardlockup in abort command during driver removeArun Easi
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-13scsi: qla2xxx: Add cleanup for PCI EEH recoveryQuinn Tran
2019-04-29scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2x...Bart Van Assche
2019-04-29scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memoryBart Van Assche
2019-04-29scsi: qla2xxx: Fix hardirq-unsafe lockingBart Van Assche
2019-04-29scsi: qla2xxx: Complain loudly about reference count underflowBart Van Assche
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche
2019-04-29scsi: qla2xxx: Check the size of firmware data structures at compile timeBart Van Assche
2019-04-29scsi: qla2xxx: Pass little-endian values to the firmwareBart Van Assche
2019-04-29scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commandsBart Van Assche
2019-04-29scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()Bart Van Assche
2019-04-29scsi: qla2xxx: Make qla24xx_async_abort_cmd() staticBart Van Assche
2019-04-29scsi: qla2xxx: Remove unnecessary locking from the target codeBart Van Assche
2019-04-29scsi: qla2xxx: Remove qla_tgt_cmd.releasedBart Van Assche
2019-04-29scsi: qla2xxx: Complain if a command is released that is owned by the firmwareBart Van Assche
2019-04-29scsi: qla2xxx: target: Fix offline port handling and host reset handlingBart Van Assche
2019-04-29scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending()Bart Van Assche
2019-04-29scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()Bart Van Assche
2019-04-29scsi: qla2xxx: Simplify qlt_send_term_imm_notif()Bart Van Assche
2019-04-29scsi: qla2xxx: Fix use-after-free issues in qla2xxx_qpair_sp_free_dma()Bart Van Assche
2019-04-29scsi: qla2xxx: Fix a qla24xx_enable_msix() error pathBart Van Assche
2019-04-29scsi: qla2xxx: Avoid that qla2x00_mem_free() crashes if called twiceBart Van Assche
2019-04-29scsi: qla2xxx: Make qla2x00_mem_free() easier to verifyBart Van Assche
2019-04-29scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8Bart Van Assche
2019-04-29scsi: qla2xxx: Log the status code if a firmware command failsBart Van Assche
2019-04-29scsi: qla2xxx: Avoid that Coverity complains about dereferencing a NULL rport...Bart Van Assche
2019-04-29scsi: qla2xxx: Remove the fcport test from qla_nvme_abort_work()Bart Van Assche
2019-04-29scsi: qla2xxx: Uninline qla2x00_init_timer()Bart Van Assche