aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_els.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-12scsi: lpfc: Enable Management features for IF_TYPE=6James Smart1-1/+1
2018-12-12Revert "scsi: lpfc: ls_rjt erroneus FLOGIs"Martin K. Petersen1-20/+0
2018-12-07scsi: lpfc: Defer LS_ACC to FLOGI on point to point loginsJames Smart1-3/+53
2018-12-07scsi: lpfc: ls_rjt erroneus FLOGIsJames Smart1-0/+20
2018-12-07scsi: lpfc: rport port swap discovery issue.James Smart1-8/+35
2018-12-07scsi: lpfc: Fix kernel Oops due to null pring pointersJames Smart1-0/+2
2018-12-07scsi: lpfc: Fix discovery failures during port failovers with lots of vportsJames Smart1-11/+58
2018-12-07scsi: lpfc: refactor mailbox structure context fieldsJames Smart1-32/+32
2018-11-06scsi: lpfc: add Trunking supportJames Smart1-0/+2
2018-11-06scsi: lpfc: Implement GID_PT on Nameserver query to support faster failoverJames Smart1-1/+9
2018-11-06scsi: lpfc: Correct loss of fc4 type on remote port address changeJames Smart1-4/+23
2018-11-06scsi: lpfc: Fix odd recovery in duplicate FLOGIs in point-to-pointJames Smart1-12/+54
2018-11-06scsi: lpfc: Correct LCB RJT handlingJames Smart1-0/+3
2018-11-06scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart1-0/+2
2018-11-06scsi: lpfc: Reset link or adapter instead of doing infinite nameserver PLOGI retryJames Smart1-1/+82
2018-11-06scsi: lpfc: Fix LOGO/PLOGI handling when triggerd by ABTS Timeout eventJames Smart1-28/+21
2018-09-11scsi: lpfc: Correct irq handling via locks when taking adapter offlineJames Smart1-0/+3
2018-08-02scsi: lpfc: Correct LCB ACCept payloadJames Smart1-0/+2
2018-07-10scsi: lpfc: Revise copyright for new company languageJames Smart1-1/+1
2018-07-10scsi: lpfc: Support duration field in Link Cable Beacon V1 commandJames Smart1-17/+47
2018-04-18scsi: lpfc: Fix driver not recovering NVME rports during target link faultsJames Smart1-1/+0
2018-03-12scsi: lpfc: Fix SCSI lun discovery when port configured for both SCSI and NVMEJames Smart1-0/+1
2018-02-22scsi: lpfc: Add 64G link speed supportJames Smart1-0/+5
2018-02-12scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart1-1/+1
2018-02-12scsi: lpfc: Indicate CONF support in NVMe PRLIJames Smart1-1/+2
2018-01-03scsi: lpfc: fix a couple of minor indentation issuesColin Ian King1-4/+4
2017-12-20scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabledJames Smart1-10/+20
2017-12-20scsi: lpfc: Fix receive PRLI handlingJames Smart1-7/+0
2017-12-04scsi: lpfc: Linux LPFC driver does not process all RSCNsJames Smart1-3/+1
2017-12-04scsi: lpfc: Fix ndlp ref count for pt2pt mode issue RSCNJames Smart1-2/+2
2017-12-04scsi: lpfc: Driver fails to detect direct attach storage arrayJames Smart1-16/+20
2017-12-04scsi: lpfc: FLOGI failures are reported when connected to a private loop.James Smart1-13/+14
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-13/+6
2017-11-01scsi: lpfc: Convert timers to use timer_setup()Kees Cook1-6/+6
2017-10-02scsi: lpfc: Extend RDP supportDick Kennedy1-12/+0
2017-10-02scsi: lpfc: Fix crash receiving ELS while detaching driverDick Kennedy1-1/+6
2017-08-24scsi: lpfc: Add Buffer to Buffer credit recovery supportJames Smart1-1/+13
2017-08-24scsi: lpfc: Correct issues with FAWWN and FDISCsDick Kennedy1-0/+1
2017-08-24scsi: lpfc: Fix NVME PRLI handling during RSCNDick Kennedy1-0/+10
2017-08-24scsi: lpfc: Fix duplicate NVME rport entries and namespaces.Dick Kennedy1-0/+20
2017-08-24scsi: lpfc: Fix handling of FCP and NVME FC4 types in Pt2Pt topologyDick Kennedy1-0/+28
2017-08-24scsi: lpfc: Fix plogi collision that causes illegal state transitionDick Kennedy1-1/+19
2017-06-19scsi: lpfc: Driver responds LS_RJT to Beacon Off ELS - LinuxJames Smart1-18/+4
2017-06-19scsi: lpfc: Fix SLI3 drivers attempting NVME ELS commands.James Smart1-1/+15
2017-06-12scsi: lpfc: Fix PRLI retry handling when target rejects it.James Smart1-3/+14
2017-05-17scsi: lpfc: Fix NULL pointer dereference during PCI error recoveryGuilherme G. Piccoli1-0/+7
2017-05-16scsi: lpfc: Add MDS Diagnostic support.James Smart1-0/+7
2017-05-16scsi: lpfc: Fix NVMEI driver not decrementing counter causing bad rport state.James Smart1-3/+6
2017-05-16scsi: lpfc: Fix used-RPI accounting problem.James Smart1-1/+2
2017-04-27Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-mergeJens Axboe1-42/+26