aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_els.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-13scsi: lpfc: Fix CPU to/from endian warnings introduced by ELS processingJames Smart1-4/+4
2021-08-24scsi: lpfc: Add cmf_info sysfs entryJames Smart1-1/+1
2021-08-24scsi: lpfc: Add support for maintaining the cm statistics bufferJames Smart1-0/+10
2021-08-24scsi: lpfc: Add support for the CM frameworkJames Smart1-4/+69
2021-08-24scsi: lpfc: Add EDC ELS supportJames Smart1-4/+633
2021-08-24scsi: lpfc: Expand FPIN and RDF receive loggingJames Smart1-41/+308
2021-07-27scsi: lpfc: Add 256 Gb link speed supportJames Smart1-0/+8
2021-07-18scsi: lpfc: Skip reg_vpi when link is down for SLI3 in ADISC cmpl pathJames Smart1-0/+8
2021-07-18scsi: lpfc: Call discovery state machine when handling PLOGI/ADISC completionsJames Smart1-11/+4
2021-07-18scsi: lpfc: Delay unregistering from transport until GIDFT or ADISC completesJames Smart1-26/+40
2021-07-18scsi: lpfc: Remove REG_LOGIN check requirement to issue an ELS RDFJames Smart1-12/+0
2021-07-18scsi: lpfc: Fix memory leaks in error paths while issuing ELS RDF/SCR requestJames Smart1-0/+2
2021-07-18scsi: lpfc: Fix NULL ptr dereference with NPIV ports for RDF handlingJames Smart1-5/+2
2021-07-18scsi: lpfc: Discovery state machine fixes for LOGO handlingJames Smart1-0/+12
2021-06-10scsi: lpfc: vmid: Implement ELS commands for appidGaurav Srivastava1-4/+362
2021-05-21scsi: lpfc: Reregister FPIN types if ELS_RDF is received from fabric controllerJames Smart1-0/+75
2021-05-21scsi: lpfc: Fix node handling for Fabric Controller and Domain ControllerJames Smart1-13/+124
2021-05-21scsi: lpfc: Fix Node recovery when driver is handling simultaneous PLOGIsJames Smart1-3/+18
2021-05-21scsi: lpfc: Fix "Unexpected timeout" error in direct attach topologyJames Smart1-0/+9
2021-05-21scsi: lpfc: Fix unreleased RPIs when NPIV ports are createdJames Smart1-16/+63
2021-04-13scsi: lpfc: Fix various trivial errors in comments and log messagesJames Smart1-2/+2
2021-04-13scsi: lpfc: Fix use-after-free on unused nodes after port swapJames Smart1-0/+18
2021-04-13scsi: lpfc: Fix lack of device removal on port swaps with PRLIsJames Smart1-3/+1
2021-04-13scsi: lpfc: Fix NMI crash during rmmod due to circular hbalock dependencyJames Smart1-15/+9
2021-04-13scsi: lpfc: Fix reference counting errors in lpfc_cmpl_els_rsp()James Smart1-63/+1
2021-03-24scsi: lpfc: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-04scsi: lpfc: Correct function header comments related to ndlp reference countingJames Smart1-88/+71
2021-03-04scsi: lpfc: Fix ADISC handling that never frees nodesJames Smart1-26/+7
2021-03-04scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recoveryJames Smart1-2/+8
2021-03-04scsi: lpfc: Fix status returned in lpfc_els_retry() error exit pathJames Smart1-1/+1
2021-03-04scsi: lpfc: Fix use after free in lpfc_els_free_iocbJames Smart1-171/+177
2021-03-04scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb()James Smart1-26/+24
2021-03-04scsi: lpfc: Fix lpfc_els_retry() possible null pointer dereferenceJames Smart1-1/+1
2021-03-04scsi: lpfc: Fix FLOGI failure due to accessing a freed nodeJames Smart1-1/+2
2021-03-04scsi: lpfc: Fix stale node accesses on stale RRQ requestJames Smart1-24/+8
2021-01-29scsi: lpfc: Fix 'physical' typosBjorn Helgaas1-1/+1
2021-01-07scsi: lpfc: Implement health checking when aborting I/OJames Smart1-0/+9
2021-01-07scsi: lpfc: Fix target reset failingJames Smart1-0/+7
2021-01-07scsi: lpfc: Fix PLOGI S_ID of 0 on pt2pt configJames Smart1-26/+5
2020-12-01scsi: lpfc: Correct null ndlp reference on routine exitJames Smart1-1/+2
2020-11-19scsi: lpfc: Fix set but not used warnings from Rework remote port lock handlingJames Smart1-6/+0