aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-24Fix Express lane queue creation.James Smart1-1/+5
2017-04-24Update ABORT processing for NVMET.James Smart1-19/+33
2017-04-24Add Fabric assigned WWN support.James Smart1-3/+28
2017-04-24Fix crash after issuing lip resetJames Smart1-23/+26
2017-04-24Fix driver load issues when MRQ=8James Smart1-4/+8
2017-04-24Fix driver unload/reload operation.James Smart1-21/+25
2017-04-24Add debug messages for nvme/fcp resource allocation.James Smart1-0/+6
2017-03-15scsi: lpfc: Finalize Kconfig options for nvmeJames Smart1-0/+7
2017-03-07scsi: lpfc: Add shutdown method for kexecAnton Blanchard1-0/+1
2017-03-06scsi: lpfc: remove dead sli3 nvme codeJames Smart1-5/+0
2017-03-06scsi: lpfc: Rename LPFC_MAX_EQ_DELAY to LPFC_MAX_EQ_DELAY_EQID_CNTJames Smart1-5/+2
2017-03-06scsi: lpfc: Fix eh_deadline setting for sli3 adapters.James Smart1-3/+58
2017-03-06scsi: lpfc: add NVME exchange abortsJames Smart1-0/+7
2017-03-06scsi: lpfc: replace init_timer by setup_timerTomas Jasek1-30/+17
2017-02-22scsi: lpfc: Update copyrightsJames Smart1-2/+4
2017-02-22scsi: lpfc: NVME Target: bind to nvmet_fc apiJames Smart1-4/+10
2017-02-22scsi: lpfc: NVME Target: Receive buffer updatesJames Smart1-7/+226
2017-02-22scsi: lpfc: NVME Target: Base modificationsJames Smart1-7/+237
2017-02-22scsi: lpfc: NVME Initiator: bind to nvme_fc apiJames Smart1-20/+19
2017-02-22scsi: lpfc: NVME Initiator: Merge into FC discoveryJames Smart1-0/+7
2017-02-22scsi: lpfc: NVME Initiator: Base modificationsJames Smart1-950/+1185
2017-02-22scsi: lpfc: minor code cleanupsJames Smart1-8/+11
2017-02-22scsi: lpfc: use pci_irq_alloc_vectors and pci_irq_free_vectorsChristoph Hellwig1-186/+54
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-2/+1
2016-11-08scsi: lpfc: Use %zd format string for size_tArnd Bergmann1-1/+1
2016-11-08scsi: lpfc: Fix fw download on SLI-4 FC adaptersJames Smart1-9/+11
2016-11-08scsi: lpfc: Synchronize link speed with boot driverJames Smart1-0/+54
2016-11-08scsi: lpfc: Make lpfc_prot_xxx params per hba parametersJames Smart1-13/+15
2016-11-08scsi: lpfc: Correct embedded io wq element sizeJames Smart1-9/+5
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-11/+4
2016-07-15lpfc: Remove global lpfc_enable_npiv attribute in leiu of per-hba lpfc_enable_npivJames Smart1-15/+9
2016-07-15lpfc: Correct Port reset resulting in FC port going offlineJames Smart1-1/+2
2016-07-15lpfc: Re-organize source for easier device-id managementJames Smart1-100/+1
2016-07-15lpfc: Correct FCOE discovery to avoid loss of storage devices after system rebootJames Smart1-1/+2
2016-07-15lpfc: Add MDS Diagnostics SupportJames Smart1-0/+28
2016-07-15lpfc: Add recovery from adapter parity errors on some SLI4 adaptersJames Smart1-31/+87
2016-07-15lpfc: Fix Transgression Flag of Optical Element descriptor for RDP on LinuxJames Smart1-0/+2
2016-06-21lpfc: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-11/+4
2016-04-11lpfc: Update modified file copyrightsJames Smart1-1/+1
2016-04-11lpfc: Fix interaction between fdmi_on and enable_SmartSANJames Smart1-2/+3
2016-04-11lpfc: Utilize embedded CDB logic to minimize IO latencyJames Smart1-2/+18
2016-03-18lpfc: fix misleading indentationArnd Bergmann1-2/+3
2015-12-21lpfc: Add logging for misconfigured optics.James Smart1-20/+47
2015-12-21lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.James Smart1-65/+30
2015-12-21lpfc: Modularize and cleanup FDMI code in driverJames Smart1-6/+21
2015-12-21lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16James Smart1-3/+6
2015-10-27lpfc: Add support for Lancer G6 and 32G FC linksJames Smart1-2/+16
2015-10-27lpfc: remove set but not used variablesSebastian Herbszt1-2/+2
2015-10-27Fix kmalloc overflow in LPFC driver at large core countIan Mitchell1-5/+1
2015-10-27lpfc: Destroy lpfc_hba_index IDR on module exitJohannes Thumshirn1-0/+1