summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_init.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-08scsi: lpfc: Fix memory leak in lpfc_sli4_driver_resource_setup()Abdun Nihaal1-2/+1
2026-06-08scsi: lpfc: Fix spelling mistakes in commentsWilliam Theesfeld1-6/+6
2026-04-02Merge patch series "Update lpfc to revision 15.0.0.0"Martin K. Petersen1-13/+40
2026-04-02scsi: lpfc: Add PCI ID support for LPe42100 series adaptersJustin Tee1-0/+3
2026-04-02scsi: lpfc: Introduce 128G link speed selection and supportJustin Tee1-2/+10
2026-04-02scsi: lpfc: Check ASIC_ID register to aid diagnostics during failed fw updatesJustin Tee1-1/+18
2026-04-02scsi: lpfc: Remove deprecated PBDE featureJustin Tee1-8/+1
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. Petersen1-0/+2
2026-03-19scsi: lpfc: Use the crc32c() functionEric Biggers1-50/+8
2026-02-24scsi: lpfc: Add clean up of aborted NVMe commands during PCI fcn resetJustin Tee1-1/+1
2026-02-24scsi: lpfc: Use min_t() instead of min() in lpfc_sli4_driver_resource_setupJustin Tee1-2/+2
2026-02-23Merge branch '7.0/scsi-queue' into 7.0/scsi-fixesMartin K. Petersen1-0/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-18/+9
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-47/+42
2026-02-17scsi: lpfc: Properly set WC for DPP mappingMathias Krause1-0/+2
2025-12-16scsi: lpfc: Add support for reporting encryption eventsSarah Catania1-0/+5
2025-12-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+4
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: Modify kref handling for Fabric Controller ndlpsJustin Tee1-6/+0
2025-11-08scsi: lpfc: Update various NPIV diagnostic log messagingJustin Tee1-3/+3
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-16Merge patch series "Update lpfc to revision 14.4.0.11"Martin K. Petersen1-7/+0
2025-09-16scsi: lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl in lpfc_cleanupJustin Tee1-7/+0
2025-08-19scsi: lpfc: use min() to improve codeQianfeng Rong1-4/+1
2025-08-13PCI/ERR: Remove remnants of .link_reset() callbackLukas Wunner1-1/+1
2025-06-23scsi: lpfc: Modify end-of-life adapters' model descriptionsJustin Tee1-19/+36
2025-06-23scsi: lpfc: Simplify error handling for failed lpfc_get_sli4_parameters cmdJustin Tee1-24/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-4/+5
2025-04-28scsi: lpfc: Notify FC transport of rport disappearance during PCI fcn resetJustin Tee1-0/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-10/+10
2025-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+8
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2025-03-03scsi: lpfc: Convert timeouts to secs_to_jiffies()Easwar Hariharan1-5/+5
2025-02-24scsi: lpfc: switch lpfc_irq_rebalance() to using cpumask_next_wrap()Yury Norov1-1/+1
2025-02-24cpumask: deprecate cpumask_next_wrap()Yury Norov1-1/+1
2025-02-18scsi: Switch to use hrtimer_setup()Nam Cao1-4/+3
2025-02-03scsi: lpfc: Copyright updates for 14.4.0.8 patchesJustin Tee1-1/+1
2025-02-03scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() failsJustin Tee1-0/+2
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-9/+9
2025-01-12scsi: lpfc: convert timeouts to secs_to_jiffies()Easwar Hariharan1-9/+9
2025-01-02scsi: lpfc: Update definition of firmware configuration mbox cmdsJustin Tee1-5/+2
2025-01-02scsi: lpfc: Change lpfc_nodelist save_flags member into a bitmaskJustin Tee1-2/+2
2024-11-02scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmaskJustin Tee1-14/+10
2024-11-02scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structureJustin Tee1-25/+11