aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)Author
2024-02-23scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee
2023-09-23scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan
2023-05-30scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflowJustin Tee
2023-05-17scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()Shuchang Li
2023-04-05scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel
2022-09-15scsi: lpfc: Add missing destroy_workqueue() in error pathYang Yingliang
2022-08-25scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user inputJames Smart
2022-06-22scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completionJames Smart
2022-06-22scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topologyJames Smart
2022-06-09scsi: lpfc: Fix resource leak in lpfc_sli4_send_seq_to_ulp()James Smart
2022-04-20scsi: lpfc: Fix queue failures when recovering from PCI parity errorJames Smart
2022-02-23scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loopJames Smart
2022-02-23scsi: lpfc: Fix mailbox command failure during driver initializationJames Smart
2022-02-16scsi: lpfc: Reduce log messages seen after firmware downloadJames Smart
2022-02-16scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabledJames Smart
2022-01-27scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanupJames Smart
2022-01-05scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()Dan Carpenter
2021-11-26scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()James Smart
2021-09-30scsi: lpfc: Use correct scnprintf() limitDan Carpenter
2021-08-18scsi: lpfc: Move initialization of phba->poll_list earlier to avoid crashEwan D. Milne
2021-07-20scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLsJames Smart
2021-07-20scsi: lpfc: Fix "Unexpected timeout" error in direct attach topologyJames Smart
2021-05-22scsi: lpfc: Fix illegal memory access on Abort IOCBsJames Smart
2021-05-11scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logicJames Smart
2021-05-11scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL modeJames Smart
2021-05-11scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO responseJames Smart
2021-05-11scsi: lpfc: Fix pt2pt connection does not recover after LOGOJames Smart
2021-05-11scsi: lpfc: Fix incorrect dbde assignment when building target abts wqeJames Smart
2021-03-25scsi: lpfc: Fix some error codes in debugfsDan Carpenter
2021-03-04scsi: lpfc: Fix ancient double freeDan Carpenter
2021-02-17scsi: lpfc: Fix EEH encountering oops with NVMe trafficJames Smart
2021-01-17scsi: lpfc: Fix variable 'vport' set but not used in lpfc_sli4_abts_err_handl...James Smart
2020-12-30scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free()James Smart
2020-12-30scsi: lpfc: Fix scheduling call while in softirq context in lpfc_unreg_rpiJames Smart
2020-12-30scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()James Smart
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-10-02scsi: lpfc: Remove unneeded variable 'status' in lpfc_fcp_cpu_map_store()Ye Bin
2020-10-02scsi: lpfc: Drop nodelist reference on error in lpfc_gen_req()Hannes Reinecke
2020-09-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-09-15scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supportedJames Smart
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen
2020-09-09scsi: lpfc: Remove set but not used 'qp'Ye Bin
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-08-31scsi: lpfc: Update lpfc version to 12.8.0.4James Smart
2020-08-31scsi: lpfc: Extend the RDF FPIN Registration descriptor for additional eventsJames Smart
2020-08-31scsi: lpfc: Fix FLOGI/PLOGI receive race condition in pt2pt discoveryJames Smart
2020-08-31scsi: lpfc: Fix setting IRQ affinity with an empty CPU maskJames Smart
2020-08-24scsi: lpfc: Fix spelling mistake "Cant" -> "Can't"Colin Ian King
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds