summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_els.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR to KERN_WARNINGJustin Tee2024-09-131-66/+59
* scsi: lpfc: Add ELS_RSP cmd to the list of WQEs to flush in lpfc_els_flush_cmd()Justin Tee2024-09-131-3/+4
* scsi: lpfc: Update PRLO handling in direct attached topologyJustin Tee2024-08-031-11/+16
* scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct attached topo...Justin Tee2024-08-031-18/+28
* scsi: lpfc: Fix unintentional double clearing of vmid_flagJustin Tee2024-08-031-1/+3
* scsi: lpfc: Change diagnostic log flag during receipt of unknown ELS cmdsJustin Tee2024-08-031-1/+1
* scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_infoJustin Tee2024-07-051-6/+11
* scsi: lpfc: Cancel ELS WQE instead of issuing abort when SLI port is inactiveJustin Tee2024-07-051-1/+1
* scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee2024-05-071-19/+24
* scsi: lpfc: Define types in a union for generic void *context3 ptrJustin Tee2024-03-101-9/+8
* scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee2024-03-101-7/+7
* scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee2024-03-101-6/+4
* scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()Justin Tee2024-03-101-10/+10
* 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-11/+11
* scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee2024-02-061-221/+139
* scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee2024-02-061-4/+6
* scsi: lpfc: Save FPIN frequency statistics upon receipt of peer cgn notificat...Justin Tee2024-02-061-0/+3
* scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute for Fabric nodesJustin Tee2024-02-061-17/+32
* scsi: lpfc: Move determination of vmid_flag after VMID reinitialization compl...Justin Tee2023-12-141-3/+3
* scsi: lpfc: Reinitialize an NPIV's VMID data structures after FDISCJustin Tee2023-12-141-0/+8
* scsi: lpfc: Enhance driver logging for selected discovery eventsJustin Tee2023-11-151-18/+31
* scsi: lpfc: Fix list_entry null check warning in lpfc_cmpl_els_plogi()Justin Tee2023-11-151-2/+2
* scsi: lpfc: Validate ELS LS_ACC completion payloadJustin Tee2023-10-131-0/+23
* scsi: lpfc: Do not abuse UUID APIs and LPFC_COMPRESS_VMID_SIZEAndy Shevchenko2023-08-211-5/+7
* scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detectedJustin Tee2023-07-231-7/+18
* scsi: lpfc: Make fabric zone discovery more robust when handling unsolicited ...Justin Tee2023-07-231-6/+8
* scsi: lpfc: Set Establish Image Pair service parameter only for Target FunctionsJustin Tee2023-07-231-1/+15
* scsi: lpfc: Remove extra ndlp kref decrement in FLOGI cmpl for loop topologyJustin Tee2023-07-231-2/+1
* scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_stateJustin Tee2023-06-011-2/+12
* scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_no...Justin Tee2023-05-081-23/+7
* scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logicJustin Tee2023-03-101-7/+7
* scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recoveryJustin Tee2023-03-101-11/+13
* scsi: lpfc: Defer issuing new PLOGI if received RSCN before completing REG_LOGINJustin Tee2023-03-101-3/+4
* scsi: lpfc: Record LOGO state with discovery engine even if abortedJustin Tee2023-03-101-3/+4
* scsi: lpfc: Fix double word in commentsBo Liu2023-02-221-1/+1
* scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Muneendra2023-02-221-1/+1
* scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee2023-01-121-1/+1
* scsi: lpfc: Reinitialize internal VMID data structures after FLOGI completionJustin Tee2023-01-121-0/+3
* scsi: lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE stateJustin Tee2023-01-121-2/+26
* scsi: lpfc: Fix crash involving race between FLOGI timeout and devloss handlerJustin Tee2022-11-171-5/+31
* scsi: lpfc: Remove redundant pointer 'lp'Colin Ian King2022-11-171-5/+0
* scsi: lpfc: Create a sysfs entry called lpfc_xcvr_data for transceiver infoJustin Tee2022-10-221-0/+128
* scsi: lpfc: Add reporting capability for Link Degrade SignalingJames Smart2022-09-161-43/+111
* scsi: lpfc: Fix multiple NVMe remoteport registration calls for the same NPor...James Smart2022-09-161-40/+36
* scsi: lpfc: Fix prli_fc4_req checks in PRLI handlingJames Smart2022-09-161-2/+2
* scsi: lpfc: Remove Menlo/Hornet related codeJames Smart2022-07-071-9/+0
* scsi: lpfc: Revert RSCN_MEMENTO workaround for misbehaved configurationJames Smart2022-07-071-6/+2
* scsi: lpfc: Fix lost NVMe paths during LIF bounce stress testJames Smart2022-07-071-7/+8
* scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is abortedJames Smart2022-06-081-12/+9