aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2026-04-02Merge patch series "Update lpfc to revision 15.0.0.0"Martin K. Petersen16-235/+225
2026-04-02scsi: lpfc: Update lpfc version to 15.0.0.0Justin Tee1-1/+1
2026-04-02scsi: lpfc: Add PCI ID support for LPe42100 series adaptersJustin Tee3-2/+8
2026-04-02scsi: lpfc: Introduce 128G link speed selection and supportJustin Tee6-19/+45
2026-04-02scsi: lpfc: Check ASIC_ID register to aid diagnostics during failed fw updatesJustin Tee3-3/+37
2026-04-02scsi: lpfc: Update construction of SGL when XPSGL is enabledJustin Tee2-46/+87
2026-04-02scsi: lpfc: Remove deprecated PBDE featureJustin Tee9-141/+14
2026-04-02scsi: lpfc: Add REG_VFI mailbox cmd error handlingJustin Tee1-18/+20
2026-04-02scsi: lpfc: Log MCQE contents for mbox commands with no contextJustin Tee1-3/+5
2026-04-02scsi: lpfc: Select mailbox rq_create cmd version based on SLI4 if_typeJustin Tee1-1/+3
2026-04-02scsi: lpfc: Break out of IRQ affinity assignment when mask reaches nr_cpu_idsJustin Tee1-1/+5
2026-04-02Merge branch 7.0/scsi-fixes into 7.1/scsi-stagingMartin K. Petersen3-6/+35
2026-03-27scsi: lpfc: Update outdated comment for renamed lpfc_freenode()Kexin Sun1-6/+5
2026-03-19scsi: lpfc: Use the crc32c() functionEric Biggers4-57/+11
2026-02-28scsi: lpfc: ELIMINATE kernel-doc warnings in lpfc.hRandy Dunlap1-4/+7
2026-02-24scsi: lpfc: Update lpfc version to 14.4.0.14Justin Tee1-1/+1
2026-02-24scsi: lpfc: Update copyright year string for 2026Justin Tee1-2/+2
2026-02-24scsi: lpfc: Restrict first burst to non-FCoE and SLI4 adapters onlyJustin Tee1-1/+3
2026-02-24scsi: lpfc: Update class of service bit field to 3 bits for WQE submissionsJustin Tee2-7/+8
2026-02-24scsi: lpfc: Add clean up of aborted NVMe commands during PCI fcn resetJustin Tee3-3/+52
2026-02-24scsi: lpfc: Fix incorrect txcmplq_cnt during cleanup in lpfc_sli_abort_ring()Justin Tee1-42/+24
2026-02-24scsi: lpfc: Cleanup error exit paths in lpfc_fdmi_cmd() and associated messagesJustin Tee1-6/+7
2026-02-24scsi: lpfc: Remove unnecessary ndlp kref get in lpfc_check_nlp_post_devlossJustin Tee1-1/+0
2026-02-24scsi: lpfc: Reduce pointer chasing when accessing vmid_flagJustin Tee1-1/+1
2026-02-24scsi: lpfc: Use min_t() instead of min() in lpfc_sli4_driver_resource_setupJustin Tee1-2/+2
2026-02-24scsi: lpfc: Add log messages to fabric login error labelsJustin Tee2-11/+29
2026-02-24scsi: lpfc: Log discarded and insufficient RQE buffer eventsJustin Tee2-4/+18
2026-02-24scsi: lpfc: Update log message when ndlp kref get is unsuccessfulJustin Tee1-9/+3
2026-02-23Merge branch '7.0/scsi-queue' into 7.0/scsi-fixesMartin K. Petersen3-6/+35
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-22/+11
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds6-14/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds14-88/+88
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook15-153/+138
2026-02-17scsi: lpfc: Properly set WC for DPP mappingMathias Krause3-6/+35
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche1-4/+4
2025-12-16Merge patch series "Update lpfc to revision 14.4.0.13"Martin K. Petersen10-3/+134
2025-12-16scsi: lpfc: Update lpfc version to 14.4.0.13Justin Tee1-1/+1
2025-12-16scsi: lpfc: Add support for reporting encryption eventsSarah Catania9-2/+133
2025-12-16scsi: lpfc: Rework lpfc_sli4_fcf_rr_next_index_get()Yury Norov (NVIDIA)1-44/+18
2025-12-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-111/+328
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-6/+0
2025-11-12Merge patch series "replace old wq(s), added WQ_PERCPU to alloc_workqueue"Martin K. Petersen1-1/+1
2025-11-12scsi: lpfc: WQ_PERCPU added to alloc_workqueue() usersMarco Crivellari1-1/+1
2025-11-08scsi: lpfc: Update lpfc version to 14.4.0.12Justin Tee1-1/+1
2025-11-08scsi: lpfc: Add capability to register Platform Name ID to fabricJustin Tee7-8/+150
2025-11-08scsi: lpfc: Allow support for BB credit recovery in point-to-point topologyJustin Tee1-2/+4
2025-11-08scsi: lpfc: Fix reusing an ndlp that is marked NLP_DROPPED during FLOGIJustin Tee2-8/+32
2025-11-08scsi: lpfc: Modify kref handling for Fabric Controller ndlpsJustin Tee2-36/+67
2025-11-08scsi: lpfc: Fix leaked ndlp krefs when in point-to-point topologyJustin Tee3-20/+49
2025-11-08scsi: lpfc: Ensure unregistration of rpis for received PLOGIsJustin Tee2-14/+5