aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_els.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-15scsi: lpfc: Add reporting capability for Link Degrade SignalingJames Smart1-43/+111
2022-09-15scsi: lpfc: Fix multiple NVMe remoteport registration calls for the same NPort IDJames Smart1-40/+36
2022-09-15scsi: lpfc: Fix prli_fc4_req checks in PRLI handlingJames Smart1-2/+2
2022-07-07scsi: lpfc: Remove Menlo/Hornet related codeJames Smart1-9/+0
2022-07-07scsi: lpfc: Revert RSCN_MEMENTO workaround for misbehaved configurationJames Smart1-6/+2
2022-07-07scsi: lpfc: Fix lost NVMe paths during LIF bounce stress testJames Smart1-7/+8
2022-06-07scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is abortedJames Smart1-12/+9
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-377/+338
2022-05-10scsi: lpfc: Alter FPIN stat accounting logicJames Smart1-34/+15
2022-05-10scsi: lpfc: Change VMID registration to be based on fabric parametersJames Smart1-1/+2
2022-05-10scsi: lpfc: Use list_for_each_entry_safe() in rscn_recovery_check()James Smart1-2/+2
2022-05-10scsi: lpfc: Inhibit aborts if external loopback plug is insertedJames Smart1-0/+12
2022-05-10scsi: lpfc: Fill in missing ndlp kref puts in error pathsJames Smart1-6/+5
2022-05-10scsi: lpfc: Fix split code for FLOGI on FCoEJames Smart1-1/+1
2022-04-18scsi: lpfc: Refactor cleanup of mailbox commandsJames Smart1-77/+28
2022-04-18scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart1-223/+220
2022-04-18scsi: lpfc: Introduce FC_RSCN_MEMENTO flag for tracking post RSCN completionJames Smart1-2/+6
2022-04-18scsi: lpfc: Remove unnecessary NULL pointer assignment for ELS_RDF pathJames Smart1-1/+0
2022-04-18scsi: lpfc: Transition to NPR state upon LOGO cmpl if link down or abortedJames Smart1-0/+3
2022-04-18scsi: lpfc: Update fc_prli_sent outstanding only after guaranteed IOCB submitJames Smart1-18/+11
2022-04-18scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGIJames Smart1-16/+35
2022-04-18scsi: lpfc: Clear fabric topology flag before initiating a new FLOGIJames Smart1-0/+2
2022-04-18scsi: lpfc: Tweak message log categories for ELS/FDMI/NVMe rescanJames Smart1-1/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-568/+945
2022-03-15scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart1-1/+1
2022-03-15scsi: lpfc: SLI path split: Refactor misc ELS pathsJames Smart1-86/+138
2022-03-15scsi: lpfc: SLI path split: Refactor VMID pathsJames Smart1-6/+8
2022-03-15scsi: lpfc: SLI path split: Refactor FDISC pathsJames Smart1-18/+29
2022-03-15scsi: lpfc: SLI path split: Refactor LS_RJT pathsJames Smart1-5/+15
2022-03-15scsi: lpfc: SLI path split: Refactor LS_ACC pathsJames Smart1-67/+177
2022-03-15scsi: lpfc: SLI path split: Refactor the RSCN/SCR/RDF/EDC/FARPR pathsJames Smart1-34/+81
2022-03-15scsi: lpfc: SLI path split: Refactor PLOGI/PRLI/ADISC/LOGO pathsJames Smart1-80/+198
2022-03-15scsi: lpfc: SLI path split: Refactor base ELS paths and the FLOGI pathJames Smart1-207/+233
2022-03-15scsi: lpfc: SLI path split: Introduce lpfc_prep_wqeJames Smart1-0/+2
2022-03-15scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart1-70/+69
2022-02-14scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loopJames Smart1-1/+19
2021-12-16Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen1-7/+2
2021-12-06scsi: lpfc: Fix NPIV port deletion crashJames Smart1-1/+10
2021-12-06scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalanceJames Smart1-5/+0
2021-12-06scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIVJames Smart1-1/+5
2021-11-23scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGOJames Smart1-7/+2
2021-10-20scsi: lpfc: Allow fabric node recovery if recovery is in progress before devlossJames Smart1-2/+5
2021-10-20scsi: lpfc: Allow PLOGI retry if previous PLOGI was abortedJames Smart1-0/+13
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen1-5/+5
2021-09-22scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn()Dan Carpenter1-1/+1
2021-09-14scsi: lpfc: Fix NVMe I/O failover to non-optimized pathJames Smart1-0/+1
2021-09-14scsi: lpfc: Don't remove ndlp on PRLI errors in P2P modeJames Smart1-0/+7
2021-09-14scsi: lpfc: Fix hang on unload due to stuck fport nodeJames Smart1-0/+14
2021-09-14scsi: lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJTJames Smart1-3/+5
2021-09-14scsi: lpfc: Don't release final kref on Fport node while ABTS outstandingJames Smart1-6/+5