summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_sli.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-17scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee1-10/+10
2024-05-17scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()Justin Tee1-7/+7
2024-01-18Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-12-02scsi: lpfc: Use PCI_HEADER_TYPE_MFD instead of literalIlpo Järvinen1-1/+1
2023-11-15scsi: lpfc: Enhance driver logging for selected discovery eventsJustin Tee1-4/+7
2023-11-15scsi: lpfc: Refactor and clean up mailbox command memory freeJustin Tee1-0/+6
2023-11-15scsi: lpfc: Return early in lpfc_poll_eratt() when the driver is unloadingJustin Tee1-0/+3
2023-10-13scsi: lpfc: Remove unnecessary zero return code assignment in lpfc_sli4_hba_s...Justin Tee1-3/+1
2023-07-23scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detectedJustin Tee1-1/+7
2023-06-01scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...Justin Tee1-27/+27
2023-05-08scsi: lpfc: Replace blk_irq_poll intr handler with threaded IRQJustin Tee1-143/+183
2023-05-08scsi: lpfc: Add new RCQE status for handling DMA failuresJustin Tee1-0/+64
2023-05-08scsi: lpfc: Update congestion warning notification periodJustin Tee1-1/+1
2023-04-01Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen1-8/+4
2023-03-10Merge patch series "PCI/AER: Remove redundant Device Control Error Reporting ...Martin K. Petersen1-55/+0
2023-03-10scsi: lpfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-55/+0
2023-03-10scsi: lpfc: Skip waiting for register ready bits when in unrecoverable stateJustin Tee1-1/+19
2023-03-10scsi: lpfc: Fix lockdep warning for rx_monitor lock when unloading driverJustin Tee1-2/+2
2023-03-10scsi: lpfc: Reorder freeing of various DMA buffers and their list removalJustin Tee1-2/+2
2023-03-07scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel1-4/+4
2023-03-07scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee1-4/+0
2023-02-22scsi: lpfc: Fix double word in commentsBo Liu1-1/+1
2023-01-12scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee1-1/+1
2023-01-12scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware writeJustin Tee1-6/+13
2023-01-12scsi: lpfc: Resolve miscellaneous variable set but not used compiler warningsJustin Tee1-33/+29
2022-11-17scsi: lpfc: Correct bandwidth logging during receipt of congestion sync WCQEJustin Tee1-0/+6
2022-11-17scsi: lpfc: Use memset_startat() helperXiu Jianfeng1-4/+2
2022-10-22scsi: lpfc: Log when congestion management limits are in effectJustin Tee1-0/+12
2022-10-22scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfsJustin Tee1-3/+3
2022-10-22scsi: lpfc: Set sli4_param's cmf option to zero when CMF is turned offJustin Tee1-0/+1
2022-09-16scsi: lpfc: Fix various issues reported by toolsJames Smart1-0/+3
2022-09-16scsi: lpfc: Add reporting capability for Link Degrade SignalingJames Smart1-1/+62
2022-09-16scsi: lpfc: Fix mbuf pool resource detected as busy at driver unloadJames Smart1-0/+7
2022-09-01scsi: lpfc: Remove the unneeded result variableye xingchen1-3/+1
2022-09-01scsi: lpfc: Add warning notification period to CMF_SYNC_WQEJames Smart1-0/+6
2022-09-01scsi: lpfc: Rework MIB Rx Monitor debug info logicJames Smart1-7/+183
2022-07-08scsi: lpfc: Remove Menlo/Hornet related codeJames Smart1-10/+0
2022-07-08scsi: lpfc: Refactor lpfc_nvmet_prep_abort_wqe() into lpfc_sli_prep_abort_xri()James Smart1-6/+10
2022-07-08scsi: lpfc: Fix attempted FA-PWWN usage after feature disableJames Smart1-1/+6
2022-07-08scsi: lpfc: Fix possible memory leak when failing to issue CMF WQEJames Smart1-1/+3
2022-07-08scsi: lpfc: Set PU field when providing D_ID in XMIT_ELS_RSP64_CX iocbJames Smart1-0/+1
2022-06-08scsi: lpfc: Resolve some cleanup issues following SLI path refactoringJames Smart1-13/+12
2022-05-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-141/+129
2022-05-11scsi: lpfc: Change VMID registration to be based on fabric parametersJames Smart1-2/+2
2022-05-11scsi: lpfc: Fix dmabuf ptr assignment in lpfc_ct_reject_event()James Smart1-12/+3
2022-05-11scsi: lpfc: Inhibit aborts if external loopback plug is insertedJames Smart1-3/+5
2022-05-11scsi: lpfc: Fill in missing ndlp kref puts in error pathsJames Smart1-1/+5
2022-05-11scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()James Smart1-1/+1
2022-05-11scsi: lpfc: Correct BDE DMA address assignment for GEN_REQ_WQEJames Smart1-3/+3
2022-05-02scsi: lpfc: Remove redundant lpfc_sli_prep_wqe() callJames Smart1-2/+0