aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_els.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-24Fix implicit logo and RSCN handling for NVMETJames Smart1-13/+10
2017-04-24Add Fabric assigned WWN support.James Smart1-3/+5
2017-04-24Fix crash after issuing lip resetJames Smart1-25/+10
2017-04-24Fix PRLI ACC rsp for NVMEJames Smart1-1/+1
2017-03-23scsi: lpfc: Fix PT2PT PRLI rejectDick Kennedy1-1/+2
2017-03-06scsi: lpfc: correct rdp diag portnamesJames Smart1-4/+4
2017-03-06scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart1-4/+10
2017-02-22scsi: lpfc: Update copyrightsJames Smart1-1/+3
2017-02-22scsi: lpfc: NVME Target: bind to nvmet_fc apiJames Smart1-2/+3
2017-02-22scsi: lpfc: NVME Target: Merge into FC discoveryJames Smart1-5/+56
2017-02-22scsi: lpfc: NVME Initiator: bind to nvme_fc apiJames Smart1-1/+3
2017-02-22scsi: lpfc: NVME Initiator: Merge into FC discoveryJames Smart1-77/+203
2017-02-22scsi: lpfc: NVME Initiator: Base modificationsJames Smart1-17/+21
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+7
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-01-20scsi: lpfc: Replace BUG() with BUG_ON()Shyam Saini1-2/+1
2017-01-17scsi: lpfc: Set elsiocb contexts to NULL after freeing itJohannes Thumshirn1-0/+2
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-05scsi: lpfc: Clear the VendorVersion in the PLOGI/PLOGI ACC payloadJames Smart1-0/+6
2016-11-08scsi: lpfc: Fix lost target in pt-to-pt connectJames Smart1-1/+1
2016-09-26scsi: lpfc: Mark symbols static where possibleBaoyou Xie1-17/+17
2016-07-15lpfc: Remove global lpfc_delay_discovery attribute in leiu of per-hba lpfc_delay_discoveryJames Smart1-1/+2
2016-07-15lpfc: Add MDS Diagnostics SupportJames Smart1-0/+7
2016-07-15lpfc: Reject RDP ELS if port has no loginJames Smart1-0/+6
2016-07-15lpfc: Correct Buffer credit descriptor values in RDP responseJames Smart1-43/+31
2016-07-15lpfc: Correct RDP response sizing issueJames Smart1-40/+73
2016-07-15lpfc: Fix Transgression Flag of Optical Element descriptor for RDP on LinuxJames Smart1-22/+79