summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_els.c
AgeCommit message (Expand)Author
2022-03-15scsi: lpfc: SLI path split: Refactor VMID pathsJames Smart
2022-03-15scsi: lpfc: SLI path split: Refactor FDISC pathsJames Smart
2022-03-15scsi: lpfc: SLI path split: Refactor LS_RJT pathsJames Smart
2022-03-15scsi: lpfc: SLI path split: Refactor LS_ACC pathsJames Smart
2022-03-15scsi: lpfc: SLI path split: Refactor the RSCN/SCR/RDF/EDC/FARPR pathsJames Smart
2022-03-15scsi: lpfc: SLI path split: Refactor PLOGI/PRLI/ADISC/LOGO pathsJames Smart
2022-03-15scsi: lpfc: SLI path split: Refactor base ELS paths and the FLOGI pathJames Smart
2022-03-15scsi: lpfc: SLI path split: Introduce lpfc_prep_wqeJames Smart
2022-03-15scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart
2022-02-14scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loopJames Smart
2021-12-16Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen
2021-12-06scsi: lpfc: Fix NPIV port deletion crashJames Smart
2021-12-06scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalanceJames Smart
2021-12-06scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIVJames Smart
2021-11-23scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGOJames Smart
2021-10-20scsi: lpfc: Allow fabric node recovery if recovery is in progress before devlossJames Smart
2021-10-20scsi: lpfc: Allow PLOGI retry if previous PLOGI was abortedJames Smart
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen
2021-09-22scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn()Dan Carpenter
2021-09-14scsi: lpfc: Fix NVMe I/O failover to non-optimized pathJames Smart
2021-09-14scsi: lpfc: Don't remove ndlp on PRLI errors in P2P modeJames Smart
2021-09-14scsi: lpfc: Fix hang on unload due to stuck fport nodeJames Smart
2021-09-14scsi: lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJTJames Smart
2021-09-14scsi: lpfc: Don't release final kref on Fport node while ABTS outstandingJames Smart
2021-09-13scsi: lpfc: Fix CPU to/from endian warnings introduced by ELS processingJames Smart
2021-08-24scsi: lpfc: Add cmf_info sysfs entryJames Smart
2021-08-24scsi: lpfc: Add support for maintaining the cm statistics bufferJames Smart
2021-08-24scsi: lpfc: Add support for the CM frameworkJames Smart
2021-08-24scsi: lpfc: Add EDC ELS supportJames Smart
2021-08-24scsi: lpfc: Expand FPIN and RDF receive loggingJames Smart
2021-07-27scsi: lpfc: Add 256 Gb link speed supportJames Smart
2021-07-18scsi: lpfc: Skip reg_vpi when link is down for SLI3 in ADISC cmpl pathJames Smart
2021-07-18scsi: lpfc: Call discovery state machine when handling PLOGI/ADISC completionsJames Smart
2021-07-18scsi: lpfc: Delay unregistering from transport until GIDFT or ADISC completesJames Smart
2021-07-18scsi: lpfc: Remove REG_LOGIN check requirement to issue an ELS RDFJames Smart
2021-07-18scsi: lpfc: Fix memory leaks in error paths while issuing ELS RDF/SCR requestJames Smart
2021-07-18scsi: lpfc: Fix NULL ptr dereference with NPIV ports for RDF handlingJames Smart
2021-07-18scsi: lpfc: Discovery state machine fixes for LOGO handlingJames Smart
2021-06-10scsi: lpfc: vmid: Implement ELS commands for appidGaurav Srivastava
2021-05-21scsi: lpfc: Reregister FPIN types if ELS_RDF is received from fabric controllerJames Smart
2021-05-21scsi: lpfc: Fix node handling for Fabric Controller and Domain ControllerJames Smart
2021-05-21scsi: lpfc: Fix Node recovery when driver is handling simultaneous PLOGIsJames Smart
2021-05-21scsi: lpfc: Fix "Unexpected timeout" error in direct attach topologyJames Smart
2021-05-21scsi: lpfc: Fix unreleased RPIs when NPIV ports are createdJames Smart
2021-04-13scsi: lpfc: Fix various trivial errors in comments and log messagesJames Smart
2021-04-13scsi: lpfc: Fix use-after-free on unused nodes after port swapJames Smart
2021-04-13scsi: lpfc: Fix lack of device removal on port swaps with PRLIsJames Smart
2021-04-13scsi: lpfc: Fix NMI crash during rmmod due to circular hbalock dependencyJames Smart
2021-04-13scsi: lpfc: Fix reference counting errors in lpfc_cmpl_els_rsp()James Smart
2021-03-24scsi: lpfc: Fix a typoBhaskar Chowdhury