summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_sli.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-13Merge patch series "Update lpfc to revision 14.4.0.5"Martin K. Petersen1-5/+43
2024-09-13scsi: lpfc: Support loopback tests with VMID enabledJustin Tee1-2/+37
2024-09-13scsi: lpfc: Update phba link state conditional before sending CMF_SYNC_WQEJustin Tee1-3/+6
2024-09-13scsi: lpfc: Remove trailing space after \n newlineColin Ian King1-2/+2
2024-08-03scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata pathsJustin Tee1-0/+11
2024-08-03scsi: lpfc: Remove redundant vport assignment when building an abort requestJustin Tee1-2/+0
2024-07-05scsi: lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usagesJustin Tee1-9/+10
2024-07-05scsi: lpfc: Cancel ELS WQE instead of issuing abort when SLI port is inactiveJustin Tee1-13/+11
2024-05-07scsi: lpfc: Add support for 32 byte CDBsJustin Tee1-6/+6
2024-05-07scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee1-104/+76
2024-05-07scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee1-7/+15
2024-05-07scsi: lpfc: Clear deferred RSCN processing flag when driver is unloadingJustin Tee1-6/+8
2024-03-11scsi: lpfc: Define types in a union for generic void *context3 ptrJustin Tee1-7/+8
2024-03-11scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee1-18/+17
2024-03-11scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee1-9/+8
2024-03-11scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee1-10/+10
2024-03-11scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()Justin Tee1-7/+7
2024-02-06scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee1-1/+1
2024-02-06scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee1-12/+12
2024-02-06scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee1-7/+7
2024-02-06scsi: lpfc: Add condition to delete ndlp object after sending BLS_RJT to an ABTSJustin Tee1-2/+12
2024-02-06scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee1-1/+1
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