summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2018-11-13scsi: lpfc: Correct soft lockup when running mds diagnosticsJames Smart1-0/+7
2018-05-25scsi: lpfc: Fix frequency of Release WQE CQEsJames Smart1-0/+2
2018-05-25scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testingJames Smart1-2/+3
2018-05-25scsi: lpfc: Fix issue_lip if link is disabledJames Smart1-0/+5
2018-03-24Fix Express lane queue creation.James Smart1-1/+5
2018-03-24Fix driver usage of 128B WQEs when WQ_CREATE is V1.James Smart1-0/+3
2017-12-25scsi: lpfc: PLOGI failures during NPIV testingDick Kennedy1-1/+2
2017-12-25scsi: lpfc: Fix secure firmware updatesDick Kennedy1-1/+1
2017-12-25scsi: lpfc: Fix PT2PT PRLI rejectDick Kennedy1-1/+2
2017-12-14scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart1-4/+10
2017-11-21scsi: lpfc: Clear the VendorVersion in the PLOGI/PLOGI ACC payloadJames Smart2-0/+12
2017-11-21scsi: lpfc: Correct issue leading to oops during link resetJames Smart1-0/+1
2017-11-21scsi: lpfc: Correct host name in symbolic_name fieldJames Smart1-0/+17
2017-11-21scsi: lpfc: FCoE VPort enable-disable does not bring up the VPortJames Smart1-0/+8
2017-11-21scsi: lpfc: Add missing memory barrierJames Smart1-0/+2
2017-07-05scsi: lpfc: avoid double free of resource identifiersRoberto Sassu1-0/+7
2017-07-05scsi: lpfc: Set elsiocb contexts to NULL after freeing itJohannes Thumshirn1-0/+2
2017-03-26scsi: lpfc: Add shutdown method for kexecAnton Blanchard1-0/+1
2017-03-12scsi: lpfc: Correct WQ creation for pagesizeJames Smart2-4/+7
2016-11-25scsi: lpfc: fix oops/BUG in lpfc_sli_ringtxcmpl_put()Mauricio Faria de Oliveira1-6/+8
2016-09-27scsi: lpfc: Mark symbols static where possibleBaoyou Xie4-62/+62
2016-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-10/+7
2016-08-03Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+4
2016-08-02lpfc: Fix possible NULL pointer dereferenceJohannes Thumshirn1-9/+6
2016-07-27lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from lpfc_send_taskmgmt()Mauricio Faria de Oliveira1-1/+1
2016-07-21scsi: lpfc: avoid harmless comparison warningArnd Bergmann1-4/+9
2016-07-21lpfc: call lpfc_sli_validate_fcp_iocb() with the hbalock heldJohannes Thumshirn1-0/+2
2016-07-15lpfc: Update lpfc version to 11.2.0.0James Smart1-1/+1
2016-07-15lpfc: Copyright updatesJames Smart5-5/+5
2016-07-15lpfc: Disable FDMI probing if not connected to a fabricJames Smart1-0/+4
2016-07-15lpfc: Correct issue with ioremap() call on 32bit kernelJames Smart1-3/+3
2016-07-15lpfc: Re-organize source for easier driver attribute managementJames Smart2-96/+117
2016-07-15lpfc: Remove global lpfc_sli_mode attribute in leiu of per-hba lpfc_sli_modeJames Smart4-13/+13
2016-07-15lpfc: Remove global lpfc_delay_discovery attribute in leiu of per-hba lpfc_de...James Smart4-7/+6
2016-07-15lpfc: Remove global lpfc_enable_npiv attribute in leiu of per-hba lpfc_enable...James Smart3-22/+11
2016-07-15lpfc: Correct Port reset resulting in FC port going offlineJames Smart1-1/+2
2016-07-15lpfc: Add support for XLane LUN priorityJames Smart7-20/+104
2016-07-15lpfc: Correct RDP response Revision locationJames Smart1-1/+1
2016-07-15lpfc: Re-organize source for easier device-id managementJames Smart2-100/+123
2016-07-15lpfc: Correct FCOE discovery to avoid loss of storage devices after system re...James Smart1-1/+2
2016-07-15lpfc: Fix SLI mode 2 config failureJames Smart1-0/+2
2016-07-15lpfc: Add MDS Diagnostics SupportJames Smart6-25/+103
2016-07-15lpfc: Add sysfs proc_name supportJames Smart1-0/+3
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 Smart2-44/+32
2016-07-15lpfc: Add recovery from adapter parity errors on some SLI4 adaptersJames Smart5-35/+155
2016-07-15lpfc: Correct RDP response sizing issueJames Smart2-58/+81
2016-07-15lpfc: Fix Transgression Flag of Optical Element descriptor for RDP on LinuxJames Smart5-26/+101
2016-06-22lpfc: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-11/+4
2016-05-18Merge branch 'fixes' into miscJames Bottomley1-2/+4