summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_els.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-03-03scsi: lpfc: Convert timeouts to secs_to_jiffies()Easwar Hariharan1-6/+5
2025-02-03scsi: lpfc: Copyright updates for 14.4.0.8 patchesJustin Tee1-1/+1
2025-02-03scsi: lpfc: Reduce log message generation during ELS ring clean upJustin Tee1-6/+4
2025-01-02scsi: lpfc: Change lpfc_nodelist save_flags member into a bitmaskJustin Tee1-9/+3
2025-01-02scsi: lpfc: Add handling for LS_RJT reason explanation authentication requiredJustin Tee1-0/+26
2025-01-02scsi: lpfc: Delete NLP_TARGET_REMOVE flag due to obsolete usageJustin Tee1-16/+1
2024-11-02scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmaskJustin Tee1-237/+168
2024-11-02scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structureJustin Tee1-28/+4
2024-11-02scsi: lpfc: Update lpfc_els_flush_cmd() to check for SLI_ACTIVE before BSG flagJustin Tee1-6/+16
2024-09-12scsi: lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR to KERN_WARNINGJustin Tee1-66/+59
2024-09-12scsi: lpfc: Add ELS_RSP cmd to the list of WQEs to flush in lpfc_els_flush_cmd()Justin Tee1-3/+4
2024-08-02scsi: lpfc: Update PRLO handling in direct attached topologyJustin Tee1-11/+16
2024-08-02scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct attached topo...Justin Tee1-18/+28
2024-08-02scsi: lpfc: Fix unintentional double clearing of vmid_flagJustin Tee1-1/+3
2024-08-02scsi: lpfc: Change diagnostic log flag during receipt of unknown ELS cmdsJustin Tee1-1/+1
2024-07-04scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_infoJustin Tee1-6/+11
2024-07-04scsi: lpfc: Cancel ELS WQE instead of issuing abort when SLI port is inactiveJustin Tee1-1/+1
2024-05-06scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee1-19/+24
2024-03-10scsi: lpfc: Define types in a union for generic void *context3 ptrJustin Tee1-9/+8
2024-03-10scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee1-7/+7
2024-03-10scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee1-6/+4
2024-03-10scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()Justin Tee1-10/+10
2024-02-05scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee1-1/+1
2024-02-05scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee1-11/+11
2024-02-05scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee1-221/+139
2024-02-05scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee1-4/+6
2024-02-05scsi: lpfc: Save FPIN frequency statistics upon receipt of peer cgn notificat...Justin Tee1-0/+3
2024-02-05scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute for Fabric nodesJustin Tee1-17/+32
2023-12-13scsi: lpfc: Move determination of vmid_flag after VMID reinitialization compl...Justin Tee1-3/+3
2023-12-13scsi: lpfc: Reinitialize an NPIV's VMID data structures after FDISCJustin Tee1-0/+8
2023-11-15scsi: lpfc: Enhance driver logging for selected discovery eventsJustin Tee1-18/+31
2023-11-15scsi: lpfc: Fix list_entry null check warning in lpfc_cmpl_els_plogi()Justin Tee1-2/+2
2023-10-13scsi: lpfc: Validate ELS LS_ACC completion payloadJustin Tee1-0/+23
2023-08-21scsi: lpfc: Do not abuse UUID APIs and LPFC_COMPRESS_VMID_SIZEAndy Shevchenko1-5/+7
2023-07-23scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detectedJustin Tee1-7/+18
2023-07-23scsi: lpfc: Make fabric zone discovery more robust when handling unsolicited ...Justin Tee1-6/+8
2023-07-23scsi: lpfc: Set Establish Image Pair service parameter only for Target FunctionsJustin Tee1-1/+15
2023-07-23scsi: lpfc: Remove extra ndlp kref decrement in FLOGI cmpl for loop topologyJustin Tee1-2/+1
2023-05-31scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_stateJustin Tee1-2/+12
2023-05-08scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_no...Justin Tee1-23/+7
2023-03-09scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logicJustin Tee1-7/+7
2023-03-09scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recoveryJustin Tee1-11/+13
2023-03-09scsi: lpfc: Defer issuing new PLOGI if received RSCN before completing REG_LOGINJustin Tee1-3/+4
2023-03-09scsi: lpfc: Record LOGO state with discovery engine even if abortedJustin Tee1-3/+4
2023-02-21scsi: lpfc: Fix double word in commentsBo Liu1-1/+1
2023-02-21scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Muneendra1-1/+1
2023-01-12scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee1-1/+1
2023-01-12scsi: lpfc: Reinitialize internal VMID data structures after FLOGI completionJustin Tee1-0/+3
2023-01-12scsi: lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE stateJustin Tee1-2/+26