summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)Author
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-02-26scsi: lpfc: Replace deprecated strncpy() with strscpy()Justin Stitt
2024-02-05scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee
2024-02-05scsi: lpfc: Update lpfc version to 14.4.0.0Justin Tee
2024-02-05scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee
2024-02-05scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee
2024-02-05scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee
2024-02-05scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee
2024-02-05scsi: lpfc: Remove shost_lock protection for fc_host_port shost APIsJustin Tee
2024-02-05scsi: lpfc: Move handling of reset congestion statistics eventsJustin Tee
2024-02-05scsi: lpfc: Save FPIN frequency statistics upon receipt of peer cgn notificat...Justin Tee
2024-02-05scsi: lpfc: Add condition to delete ndlp object after sending BLS_RJT to an ABTSJustin Tee
2024-02-05scsi: lpfc: Fix failure to delete vports when discovery is in progressJustin Tee
2024-02-05scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN processing for ndlpsJustin Tee
2024-02-05scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute for Fabric nodesJustin Tee
2024-02-05scsi: lpfc: Remove D_ID swap log message from trace event loggerJustin Tee
2024-02-05scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's lengthJustin Tee
2024-02-05scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee
2024-02-05scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee
2024-02-05scsi: lpfc: Use unsigned type for num_sgeHannes Reinecke
2024-01-17Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-12-13scsi: lpfc: Update lpfc version to 14.2.0.17Justin Tee
2023-12-13scsi: lpfc: Move determination of vmid_flag after VMID reinitialization compl...Justin Tee
2023-12-13scsi: lpfc: Reinitialize an NPIV's VMID data structures after FDISCJustin Tee
2023-12-13scsi: lpfc: Change VMID driver load time parameters to read onlyJustin Tee
2023-12-01scsi: lpfc: Use PCI_HEADER_TYPE_MFD instead of literalIlpo Järvinen
2023-11-15scsi: lpfc: Copyright updates for 14.2.0.16 patchesJustin Tee
2023-11-15scsi: lpfc: Update lpfc version to 14.2.0.16Justin Tee
2023-11-15scsi: lpfc: Enhance driver logging for selected discovery eventsJustin Tee
2023-11-15scsi: lpfc: Refactor and clean up mailbox command memory freeJustin Tee
2023-11-15scsi: lpfc: Return early in lpfc_poll_eratt() when the driver is unloadingJustin Tee
2023-11-15scsi: lpfc: Eliminate unnecessary relocking in lpfc_check_nlp_post_devloss()Justin Tee
2023-11-15scsi: lpfc: Fix list_entry null check warning in lpfc_cmpl_els_plogi()Justin Tee
2023-11-15scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee
2023-11-15scsi: lpfc: Correct maximum PCI function value for RAS fw loggingJustin Tee
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-13Merge patch series "lpfc: Update lpfc to revision 14.2.0.15"Martin K. Petersen
2023-10-13scsi: lpfc: Update lpfc version to 14.2.0.15Justin Tee
2023-10-13scsi: lpfc: Introduce LOG_NODE_VERBOSE messaging flagJustin Tee
2023-10-13scsi: lpfc: Validate ELS LS_ACC completion payloadJustin Tee
2023-10-13scsi: lpfc: Reject received PRLIs with only initiator fcn role for NPIV portsJustin Tee
2023-10-13scsi: lpfc: Treat IOERR_SLI_DOWN I/O completion status the same as pci offlineJustin Tee
2023-10-13scsi: lpfc: Remove unnecessary zero return code assignment in lpfc_sli4_hba_s...Justin Tee
2023-10-10scsi: lpfc: Use topology_core_id()Thomas Gleixner
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner
2023-09-13scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rportsJustin Tee
2023-09-13scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmoJustin Tee
2023-09-13scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan
2023-09-02Merge branch 'fixes' into miscJames Bottomley