summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: lpfc: Fix various issues reported by toolsJames Smart2022-09-161-0/+3
* scsi: lpfc: Add reporting capability for Link Degrade SignalingJames Smart2022-09-161-1/+62
* scsi: lpfc: Fix mbuf pool resource detected as busy at driver unloadJames Smart2022-09-161-0/+7
* scsi: lpfc: Remove the unneeded result variableye xingchen2022-09-011-3/+1
* scsi: lpfc: Add warning notification period to CMF_SYNC_WQEJames Smart2022-09-011-0/+6
* scsi: lpfc: Rework MIB Rx Monitor debug info logicJames Smart2022-09-011-7/+183
* scsi: lpfc: Remove Menlo/Hornet related codeJames Smart2022-07-071-10/+0
* scsi: lpfc: Refactor lpfc_nvmet_prep_abort_wqe() into lpfc_sli_prep_abort_xri()James Smart2022-07-071-6/+10
* scsi: lpfc: Fix attempted FA-PWWN usage after feature disableJames Smart2022-07-071-1/+6
* scsi: lpfc: Fix possible memory leak when failing to issue CMF WQEJames Smart2022-07-071-1/+3
* scsi: lpfc: Set PU field when providing D_ID in XMIT_ELS_RSP64_CX iocbJames Smart2022-07-071-0/+1
* scsi: lpfc: Resolve some cleanup issues following SLI path refactoringJames Smart2022-06-081-13/+12
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-05-261-141/+129
|\
| * scsi: lpfc: Change VMID registration to be based on fabric parametersJames Smart2022-05-111-2/+2
| * scsi: lpfc: Fix dmabuf ptr assignment in lpfc_ct_reject_event()James Smart2022-05-111-12/+3
| * scsi: lpfc: Inhibit aborts if external loopback plug is insertedJames Smart2022-05-111-3/+5
| * scsi: lpfc: Fill in missing ndlp kref puts in error pathsJames Smart2022-05-111-1/+5
| * scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()James Smart2022-05-111-1/+1
| * scsi: lpfc: Remove redundant lpfc_sli_prep_wqe() callJames Smart2022-05-021-2/+0
| * scsi: lpfc: Fix resource leak in lpfc_sli4_send_seq_to_ulp()James Smart2022-04-271-2/+4
| * scsi: lpfc: Remove unnecessary null ndlp check in lpfc_sli_prep_wqe()James Smart2022-04-271-1/+1
| * scsi: lpfc: Remove unneeded variableChangcheng Deng2022-04-261-2/+1
| * scsi: lpfc: Expand setting ELS_ID field in ELS_REQUEST64_WQEJames Smart2022-04-191-10/+28
| * scsi: lpfc: Change FA-PWWN detection methodologyJames Smart2022-04-191-0/+1
| * scsi: lpfc: Refactor cleanup of mailbox commandsJames Smart2022-04-191-43/+12
| * scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart2022-04-191-66/+54
| * scsi: lpfc: Move MI module parameter check to handle dynamic disableJames Smart2022-04-191-4/+0
| * scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJTJames Smart2022-04-191-0/+17
| * scsi: lpfc: Zero SLI4 fcp_cmnd buffer's fcpCntl0 fieldJames Smart2022-04-191-1/+1
| * scsi: lpfc: Fix diagnostic fw logging after a function resetJames Smart2022-04-191-0/+3
* | scsi: lpfc: Correct BDE DMA address assignment for GEN_REQ_WQEJames Smart2022-05-111-3/+3
|/
* scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()James Smart2022-03-301-2/+8
* scsi: lpfc: Fix unload hang after back to back PCI EEH faultsJames Smart2022-03-301-15/+35
* scsi: lpfc: Improve PCI EEH Error and Recovery HandlingJames Smart2022-03-301-5/+10
* scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart2022-03-151-1/+1
* scsi: lpfc: SLI path split: Refactor Abort pathsJames Smart2022-03-151-171/+211
* scsi: lpfc: SLI path split: Refactor SCSI pathsJames Smart2022-03-151-2/+4
* scsi: lpfc: SLI path split: Refactor CT pathsJames Smart2022-03-151-62/+328
* scsi: lpfc: SLI path split: Refactor misc ELS pathsJames Smart2022-03-151-761/+48
* scsi: lpfc: SLI path split: Refactor base ELS paths and the FLOGI pathJames Smart2022-03-151-23/+161
* scsi: lpfc: SLI path split: Introduce lpfc_prep_wqeJames Smart2022-03-151-2/+195