summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_init.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-23scsi: lpfc: Refactor cpu affinity assignment pathsJustin Tee1-24/+7
2023-07-23scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detectedJustin Tee1-3/+17
2023-07-23scsi: lpfc: Pull out fw diagnostic dump log message from driver's trace bufferJustin Tee1-1/+1
2023-06-01scsi: lpfc: Enhance congestion statistics collectionJustin Tee1-164/+62
2023-06-01scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...Justin Tee1-12/+12
2023-05-08scsi: lpfc: Replace blk_irq_poll intr handler with threaded IRQJustin Tee1-11/+15
2023-04-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+9
2023-04-12scsi: lpfc: Silence an incorrect device outputJun Chen1-0/+1
2023-04-12scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()Shuchang Li1-4/+6
2023-04-01Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen1-0/+2
2023-03-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+2
2023-03-10Merge patch series "PCI/AER: Remove redundant Device Control Error Reporting ...Martin K. Petersen1-1/+0
2023-03-10scsi: lpfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-1/+0
2023-03-10scsi: lpfc: Skip waiting for register ready bits when in unrecoverable stateJustin Tee1-3/+2
2023-03-07scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee1-0/+2
2023-03-06cpumask: fix incorrect cpumask scanning result checksLinus Torvalds1-7/+7
2023-03-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2023-02-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-16/+78
2023-02-22scsi: lpfc: Fix double word in commentsBo Liu1-2/+2
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski1-0/+1
2023-01-12scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee1-1/+1
2023-01-12scsi: lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt() handlerJustin Tee1-15/+70
2023-01-12scsi: lpfc: Set max DMA segment size to HBA supported SGE lengthJustin Tee1-0/+7
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+8
2022-11-24scsi: lpfc: Remove linux/msi.h includeThomas Gleixner1-1/+0
2022-11-17scsi: lpfc: Fix MI capability display in cmf_info sysfs attributeJustin Tee1-0/+3
2022-11-17scsi: lpfc: Fix WQ|CQ|EQ resource checkJustin Tee1-7/+5
2022-10-18scsi: lpfc: Fix memory leak in lpfc_create_port()Rafael Mendonca1-3/+4
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-210/+226
2022-09-16scsi: lpfc: Fix various issues reported by toolsJames Smart1-111/+138
2022-09-16scsi: lpfc: Add reporting capability for Link Degrade SignalingJames Smart1-3/+23
2022-09-16scsi: lpfc: Update congestion mode logging for Emulex SAN Manager applicationJames Smart1-6/+22
2022-09-16scsi: lpfc: Move scsi_host_template outside dynamically allocated/freed phbaJames Smart1-30/+20
2022-09-01scsi: lpfc: Add missing destroy_workqueue() in error pathYang Yingliang1-1/+4
2022-09-01scsi: lpfc: Rework MIB Rx Monitor debug info logicJames Smart1-60/+23
2022-08-02scsi: lpfc: Check the return value of alloc_workqueue()William Dean1-0/+2
2022-07-08scsi: lpfc: Remove Menlo/Hornet related codeJames Smart1-13/+0
2022-07-08scsi: lpfc: Fix attempted FA-PWWN usage after feature disableJames Smart1-1/+5
2022-06-08scsi: lpfc: Resolve some cleanup issues following SLI path refactoringJames Smart1-1/+1
2022-06-02scsi: lpfc: Add support for ATTO Fibre Channel devicesBradley Grove1-0/+89
2022-05-11scsi: lpfc: Alter FPIN stat accounting logicJames Smart1-20/+2
2022-05-11scsi: lpfc: Rework FDMI initialization after link upJames Smart1-11/+32
2022-04-19scsi: lpfc: Change FA-PWWN detection methodologyJames Smart1-17/+55
2022-04-19scsi: lpfc: Refactor cleanup of mailbox commandsJames Smart1-57/+26
2022-04-19scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart1-5/+7
2022-04-19scsi: lpfc: Correct CRC32 calculation for congestion statsJames Smart1-1/+1
2022-04-19scsi: lpfc: Move MI module parameter check to handle dynamic disableJames Smart1-1/+7
2022-04-19scsi: lpfc: Fix diagnostic fw logging after a function resetJames Smart1-3/+0
2022-04-19scsi: lpfc: Move cfg_log_verbose check before calling lpfc_dmp_dbg()James Smart1-28/+1
2022-03-30scsi: lpfc: Fix queue failures when recovering from PCI parity errorJames Smart1-0/+2