summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "Update lpfc to revision 14.4.0.5"Martin K. Petersen2024-09-131-5/+43
|\
| * scsi: lpfc: Support loopback tests with VMID enabledJustin Tee2024-09-131-2/+37
| * scsi: lpfc: Update phba link state conditional before sending CMF_SYNC_WQEJustin Tee2024-09-131-3/+6
* | scsi: lpfc: Remove trailing space after \n newlineColin Ian King2024-09-131-2/+2
|/
* scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata pathsJustin Tee2024-08-031-0/+11
* scsi: lpfc: Remove redundant vport assignment when building an abort requestJustin Tee2024-08-031-2/+0
* scsi: lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usagesJustin Tee2024-07-051-9/+10
* scsi: lpfc: Cancel ELS WQE instead of issuing abort when SLI port is inactiveJustin Tee2024-07-051-13/+11
* scsi: lpfc: Add support for 32 byte CDBsJustin Tee2024-05-071-6/+6
* scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee2024-05-071-104/+76
* scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee2024-05-071-7/+15
* scsi: lpfc: Clear deferred RSCN processing flag when driver is unloadingJustin Tee2024-05-071-6/+8
* scsi: lpfc: Define types in a union for generic void *context3 ptrJustin Tee2024-03-101-7/+8
* scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee2024-03-101-18/+17
* scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee2024-03-101-9/+8
* scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee2024-03-101-10/+10
* scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()Justin Tee2024-03-101-7/+7
* scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee2024-02-061-1/+1
* scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee2024-02-061-12/+12
* scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee2024-02-061-7/+7
* scsi: lpfc: Add condition to delete ndlp object after sending BLS_RJT to an ABTSJustin Tee2024-02-061-2/+12
* scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee2024-02-061-1/+1
* Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-181-1/+1
|\
| * scsi: lpfc: Use PCI_HEADER_TYPE_MFD instead of literalIlpo Järvinen2023-12-011-1/+1
* | scsi: lpfc: Enhance driver logging for selected discovery eventsJustin Tee2023-11-151-4/+7
* | scsi: lpfc: Refactor and clean up mailbox command memory freeJustin Tee2023-11-151-0/+6
* | scsi: lpfc: Return early in lpfc_poll_eratt() when the driver is unloadingJustin Tee2023-11-151-0/+3
|/
* scsi: lpfc: Remove unnecessary zero return code assignment in lpfc_sli4_hba_s...Justin Tee2023-10-131-3/+1
* scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detectedJustin Tee2023-07-231-1/+7
* scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...Justin Tee2023-06-011-27/+27
* scsi: lpfc: Replace blk_irq_poll intr handler with threaded IRQJustin Tee2023-05-081-143/+183
* scsi: lpfc: Add new RCQE status for handling DMA failuresJustin Tee2023-05-081-0/+64
* scsi: lpfc: Update congestion warning notification periodJustin Tee2023-05-081-1/+1
* Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2023-04-011-8/+4
|\
| * scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel2023-03-071-4/+4
| * scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee2023-03-071-4/+0
* | Merge patch series "PCI/AER: Remove redundant Device Control Error Reporting ...Martin K. Petersen2023-03-101-55/+0
|\ \
| * | scsi: lpfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-101-55/+0
| |/
* | scsi: lpfc: Skip waiting for register ready bits when in unrecoverable stateJustin Tee2023-03-101-1/+19
* | scsi: lpfc: Fix lockdep warning for rx_monitor lock when unloading driverJustin Tee2023-03-101-2/+2
* | scsi: lpfc: Reorder freeing of various DMA buffers and their list removalJustin Tee2023-03-101-2/+2
|/
* scsi: lpfc: Fix double word in commentsBo Liu2023-02-221-1/+1
* scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee2023-01-121-1/+1
* scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware writeJustin Tee2023-01-121-6/+13
* scsi: lpfc: Resolve miscellaneous variable set but not used compiler warningsJustin Tee2023-01-121-33/+29
* scsi: lpfc: Correct bandwidth logging during receipt of congestion sync WCQEJustin Tee2022-11-171-0/+6
* scsi: lpfc: Use memset_startat() helperXiu Jianfeng2022-11-171-4/+2
* scsi: lpfc: Log when congestion management limits are in effectJustin Tee2022-10-221-0/+12
* scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfsJustin Tee2022-10-221-3/+3
* scsi: lpfc: Set sli4_param's cmf option to zero when CMF is turned offJustin Tee2022-10-221-0/+1