summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2023-09-13scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback pathJustin Tee1-4/+4
2023-09-13scsi: lpfc: Remove reftag check in DIF pathsJustin Tee1-17/+3
2023-07-23scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_no...Justin Tee3-45/+10
2023-07-19scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_stateJustin Tee1-2/+12
2023-05-24scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recoveryJustin Tee1-11/+13
2023-05-24scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflowJustin Tee1-2/+5
2023-05-11scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()Shuchang Li1-4/+6
2023-03-30scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel1-4/+4
2023-03-30scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee2-4/+2
2023-03-10scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware writeJustin Tee1-6/+13
2022-12-31scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfsJustin Tee1-3/+3
2022-10-21Merge branch '6.1/scsi-queue' into 6.1/scsi-fixesMartin K. Petersen2-3/+3
2022-10-18scsi: lpfc: Fix memory leak in lpfc_create_port()Rafael Mendonca1-3/+4
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-3/+3
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds23-1648/+1178
2022-10-01scsi: lpfc: Fix spelling mistake "unsolicted" -> "unsolicited"Colin Ian King2-3/+3
2022-09-16scsi: lpfc: Update lpfc version to 14.2.0.7James Smart1-1/+1
2022-09-16scsi: lpfc: Fix various issues reported by toolsJames Smart6-118/+148
2022-09-16scsi: lpfc: Add reporting capability for Link Degrade SignalingJames Smart8-68/+224
2022-09-16scsi: lpfc: Rework FDMI attribute registration for unintential paddingJames Smart2-669/+350
2022-09-16scsi: lpfc: Rework lpfc_fdmi_cmd() routine for cleanup and consistencyJames Smart1-23/+30
2022-09-16scsi: lpfc: Rename mp/bmp dma buffers to rq/rsp in lpfc_fdmi_cmdJames Smart1-31/+32
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 Smart4-34/+48
2022-09-16scsi: lpfc: Fix multiple NVMe remoteport registration calls for the same NPor...James Smart3-41/+37
2022-09-16scsi: lpfc: Add missing free iocb and nlp kref put for early return VMID casesJames Smart1-3/+7
2022-09-16scsi: lpfc: Fix mbuf pool resource detected as busy at driver unloadJames Smart1-0/+7
2022-09-16scsi: lpfc: Fix FLOGI ACC with wrong SID in PT2PT topologyJames Smart1-2/+7
2022-09-16scsi: lpfc: Fix prli_fc4_req checks in PRLI handlingJames Smart1-2/+2
2022-09-01scsi: lpfc: Add missing destroy_workqueue() in error pathYang Yingliang1-1/+4
2022-09-01scsi: lpfc: Remove unneeded result variableye xingchen1-4/+1
2022-09-01scsi: lpfc: Remove the unneeded result variableye xingchen1-3/+1
2022-09-01scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUEHannes Reinecke1-2/+2
2022-09-01scsi: lpfc: Copyright updates for 14.2.0.6 patchesJames Smart5-5/+5
2022-09-01scsi: lpfc: Update lpfc version to 14.2.0.6James Smart1-1/+1
2022-09-01scsi: lpfc: Remove SANDiags related codeJames Smart8-507/+4
2022-09-01scsi: lpfc: Add warning notification period to CMF_SYNC_WQEJames Smart3-1/+11
2022-09-01scsi: lpfc: Rework MIB Rx Monitor debug info logicJames Smart7-125/+240
2022-09-01scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_IDJames Smart1-5/+2
2022-09-01scsi: lpfc: Fix unsolicited FLOGI receive handling during PT2PT discoveryJames Smart1-1/+0
2022-08-02scsi: lpfc: Check the return value of alloc_workqueue()William Dean1-0/+2
2022-07-08scsi: lpfc: Copyright updates for 14.2.0.5 patchesJames Smart3-3/+3
2022-07-08scsi: lpfc: Update lpfc version to 14.2.0.5James Smart1-1/+1
2022-07-08scsi: lpfc: Remove Menlo/Hornet related codeJames Smart11-465/+7
2022-07-08scsi: lpfc: Refactor lpfc_nvmet_prep_abort_wqe() into lpfc_sli_prep_abort_xri()James Smart5-52/+18
2022-07-08scsi: lpfc: Revert RSCN_MEMENTO workaround for misbehaved configurationJames Smart3-9/+3
2022-07-08scsi: lpfc: Fix lost NVMe paths during LIF bounce stress testJames Smart1-7/+8
2022-07-08scsi: lpfc: Fix attempted FA-PWWN usage after feature disableJames Smart2-2/+11
2022-07-08scsi: lpfc: Fix possible memory leak when failing to issue CMF WQEJames Smart1-1/+3
2022-07-08scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMIDJames Smart1-1/+0