summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds17-613/+566
2023-06-15scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback pathJustin Tee1-4/+4
2023-06-08scsi: lpfc: Avoid -Wstringop-overflow warningGustavo A. R. Silva1-2/+6
2023-06-08scsi: lpfc: Use struct_size() helperJustin Tee1-4/+2
2023-06-01scsi: lpfc: Fix incorrect big endian type assignments in FDMI and VMID pathsJustin Tee2-52/+52
2023-06-01Merge patch series "lpfc: Update lpfc to revision 14.2.0.13"Martin K. Petersen11-320/+195
2023-06-01scsi: lpfc: Copyright updates for 14.2.0.13 patchesJustin Tee2-2/+2
2023-06-01scsi: lpfc: Update lpfc version to 14.2.0.13Justin Tee1-1/+1
2023-06-01scsi: lpfc: Enhance congestion statistics collectionJustin Tee2-208/+81
2023-06-01scsi: lpfc: Clean up SLI-4 CQE status handlingJustin Tee5-50/+41
2023-06-01scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...Justin Tee3-41/+41
2023-06-01scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_stateJustin Tee1-2/+12
2023-06-01scsi: lpfc: Account for fabric domain ctlr device loss recoveryJustin Tee1-5/+14
2023-06-01scsi: lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscoveryJustin Tee1-3/+3
2023-06-01scsi: lpfc: Fix use-after-free rport memory access in lpfc_register_remote_po...Justin Tee1-8/+0
2023-06-01scsi: lpfc: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-05-23scsi: lpfc: Replace one-element array with flexible-array memberGustavo A. R. Silva2-4/+6
2023-05-08scsi: lpfc: Update lpfc version to 14.2.0.12Justin Tee1-1/+1
2023-05-08scsi: lpfc: Replace blk_irq_poll intr handler with threaded IRQJustin Tee4-157/+200
2023-05-08scsi: lpfc: Add new RCQE status for handling DMA failuresJustin Tee2-3/+68
2023-05-08scsi: lpfc: Update congestion warning notification periodJustin Tee4-6/+6
2023-05-08scsi: lpfc: Match lock ordering of lpfc_cmd->buf_lock and hbalock for abort p...Justin Tee1-22/+22
2023-05-08scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_no...Justin Tee3-45/+10
2023-05-08scsi: lpfc: Fix verbose logging for SCSI commands issued to SES devicesJustin Tee1-1/+2
2023-04-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds14-189/+168
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. Petersen2-8/+6
2023-03-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-8/+6
2023-03-10Merge patch series "PCI/AER: Remove redundant Device Control Error Reporting ...Martin K. Petersen4-127/+27
2023-03-10scsi: lpfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas4-127/+27
2023-03-10scsi: lpfc: Copyright updates for 14.2.0.11 patchesJustin Tee5-5/+5
2023-03-10scsi: lpfc: Update lpfc version to 14.2.0.11Justin Tee1-1/+1
2023-03-10scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logicJustin Tee5-21/+46
2023-03-10scsi: lpfc: Skip waiting for register ready bits when in unrecoverable stateJustin Tee5-5/+49
2023-03-10scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recoveryJustin Tee1-11/+13
2023-03-10scsi: lpfc: Defer issuing new PLOGI if received RSCN before completing REG_LOGINJustin Tee2-5/+6
2023-03-10scsi: lpfc: Record LOGO state with discovery engine even if abortedJustin Tee1-3/+4
2023-03-10scsi: lpfc: Fix lockdep warning for rx_monitor lock when unloading driverJustin Tee1-2/+2
2023-03-10scsi: lpfc: Reorder freeing of various DMA buffers and their list removalJustin Tee3-4/+4
2023-03-10scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflowJustin Tee1-2/+5
2023-03-07scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel1-4/+4
2023-03-07scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee2-4/+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 Torvalds7-14/+14
2023-02-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds13-143/+238
2023-02-22scsi: lpfc: Fix double word in commentsBo Liu7-13/+13
2023-02-22scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Muneendra1-1/+1
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 Tee13-14/+14