summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_els.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: vmid: Implement ELS commands for appidGaurav Srivastava2021-06-101-4/+362
* scsi: lpfc: Reregister FPIN types if ELS_RDF is received from fabric controllerJames Smart2021-05-211-0/+75
* scsi: lpfc: Fix node handling for Fabric Controller and Domain ControllerJames Smart2021-05-211-13/+124
* scsi: lpfc: Fix Node recovery when driver is handling simultaneous PLOGIsJames Smart2021-05-211-3/+18
* scsi: lpfc: Fix "Unexpected timeout" error in direct attach topologyJames Smart2021-05-211-0/+9
* scsi: lpfc: Fix unreleased RPIs when NPIV ports are createdJames Smart2021-05-211-16/+63
* scsi: lpfc: Fix various trivial errors in comments and log messagesJames Smart2021-04-131-2/+2
* scsi: lpfc: Fix use-after-free on unused nodes after port swapJames Smart2021-04-131-0/+18
* scsi: lpfc: Fix lack of device removal on port swaps with PRLIsJames Smart2021-04-131-3/+1
* scsi: lpfc: Fix NMI crash during rmmod due to circular hbalock dependencyJames Smart2021-04-131-15/+9
* scsi: lpfc: Fix reference counting errors in lpfc_cmpl_els_rsp()James Smart2021-04-131-63/+1
* scsi: lpfc: Fix a typoBhaskar Chowdhury2021-03-241-1/+1
* scsi: lpfc: Correct function header comments related to ndlp reference countingJames Smart2021-03-041-88/+71
* scsi: lpfc: Fix ADISC handling that never frees nodesJames Smart2021-03-041-26/+7
* scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recoveryJames Smart2021-03-041-2/+8
* scsi: lpfc: Fix status returned in lpfc_els_retry() error exit pathJames Smart2021-03-041-1/+1
* scsi: lpfc: Fix use after free in lpfc_els_free_iocbJames Smart2021-03-041-171/+177
* scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb()James Smart2021-03-041-26/+24
* scsi: lpfc: Fix lpfc_els_retry() possible null pointer dereferenceJames Smart2021-03-041-1/+1
* scsi: lpfc: Fix FLOGI failure due to accessing a freed nodeJames Smart2021-03-041-1/+2
* scsi: lpfc: Fix stale node accesses on stale RRQ requestJames Smart2021-03-041-24/+8
* scsi: lpfc: Fix 'physical' typosBjorn Helgaas2021-01-291-1/+1
* scsi: lpfc: Implement health checking when aborting I/OJames Smart2021-01-071-0/+9
* scsi: lpfc: Fix target reset failingJames Smart2021-01-071-0/+7
* scsi: lpfc: Fix PLOGI S_ID of 0 on pt2pt configJames Smart2021-01-071-26/+5
* scsi: lpfc: Correct null ndlp reference on routine exitJames Smart2020-12-011-1/+2
* scsi: lpfc: Fix set but not used warnings from Rework remote port lock handlingJames Smart2020-11-191-6/+0
* scsi: lpfc: Fix memory leak on lcb_contextColin Ian King2020-11-191-3/+5
* scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlersJames Smart2020-11-171-3/+4
* scsi: lpfc: Fix NPIV Fabric Node reference countingJames Smart2020-11-171-22/+25
* scsi: lpfc: Fix NPIV discovery and Fabric Node detectionJames Smart2020-11-171-0/+4
* scsi: lpfc: Unsolicited ELS leaves node in incorrect state while dropping itJames Smart2020-11-171-11/+22
* scsi: lpfc: Remove ndlp when a PLOGI/ADISC/PRLI/REG_RPI ultimately failsJames Smart2020-11-171-5/+61
* scsi: lpfc: Rework remote port lock handlingJames Smart2020-11-171-88/+80
* scsi: lpfc: Fix refcounting around SCSI and NVMe transport APIsJames Smart2020-11-171-60/+29
* scsi: lpfc: Fix removal of SCSI transport device get and put on dev structureJames Smart2020-11-171-4/+0
* scsi: lpfc: Rework locations of ndlp reference takingJames Smart2020-11-171-240/+453
* scsi: lpfc: Rework remote port ref counting and node freeingJames Smart2020-11-171-157/+53
* scsi: lpfc: Add FDMI Vendor MIB supportJames Smart2020-10-261-0/+6
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-081-1/+6
|\
| * scsi: lpfc: Extend the RDF FPIN Registration descriptor for additional eventsJames Smart2020-08-311-0/+3
| * scsi: lpfc: Fix FLOGI/PLOGI receive race condition in pt2pt discoveryJames Smart2020-08-311-1/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* scsi: lpfc: Fix retry of PRLI when status indicates its unsupportedDick Kennedy2020-08-041-3/+7
* scsi: lpfc: Fix some function parameter descriptionsLee Jones2020-07-241-6/+6
* scsi: lpfc: Add an internal trace log bufferDick Kennedy2020-07-021-62/+69
* scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited eventXiyu Yang2020-05-261-0/+2
* scsi: lpfc: remove duplicate unloading checksJames Smart2020-04-221-8/+2
* scsi: lpfc: fix spelling mistake "Notication" -> "Notification"Colin Ian King2020-02-241-1/+1
* scsi: lpfc: add RDF registration and Link Integrity FPIN loggingJames Smart2020-02-181-20/+304