summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_init.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-2/+1
2016-11-09scsi: lpfc: Use %zd format string for size_tArnd Bergmann1-1/+1
2016-11-09scsi: lpfc: Fix fw download on SLI-4 FC adaptersJames Smart1-9/+11
2016-11-09scsi: lpfc: Synchronize link speed with boot driverJames Smart1-0/+54
2016-11-09scsi: lpfc: Make lpfc_prot_xxx params per hba parametersJames Smart1-13/+15
2016-11-09scsi: lpfc: Correct embedded io wq element sizeJames Smart1-9/+5
2016-08-03Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+4
2016-07-15lpfc: Remove global lpfc_enable_npiv attribute in leiu of per-hba lpfc_enable...James 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 re...James 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-22lpfc: 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-22lpfc: Add logging for misconfigured optics.James Smart1-20/+47
2015-12-22lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.James Smart1-65/+30
2015-12-22lpfc: Modularize and cleanup FDMI code in driverJames Smart1-6/+21
2015-12-22lpfc: 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
2015-10-27lpfc: in sli3 use configured sg_seg_cnt for sg_tablesizeBodo Stroesser1-1/+1
2015-10-27lpfc: Remove unnessary castFiro Yang1-2/+1
2015-10-27lpfc: fix model descriptionSebastian Herbszt1-1/+1
2015-06-13lpfc: Add support for using block multi-queueJames Smart1-1/+3
2015-06-06lpfc: Fix crash in vport_delete.James Smart1-1/+7
2015-06-06lpfc: Fix to remove IRQF_SHARED flag for MSI/MSI-X vectors.James Smart1-6/+6
2015-06-06lpfc: Add support for ELS LCB.James Smart1-0/+2
2015-04-10lpfc: Update copyright to 2015James Smart1-1/+1
2015-04-10lpfc: Fix premature release of rpi bit in bitmaskJames Smart1-2/+22
2015-04-10lpfc: Parse the new 20G, 25G and 40G link speeds in the lpfc driverJames Smart1-12/+26
2015-04-10lpfc: Fix setting of EQ (interrupt) delay MultiplierJames Smart1-0/+8
2015-04-10lpfc: Fix host reset escalation killing all IOs.James Smart1-3/+8
2015-04-10lpfc: Add Lancer Temperature Event support to the lpfc driverJames Smart1-55/+124
2015-04-10lpfc: Fix the iteration count to match the 30 sec comment in the routine lpfc...James Smart1-1/+1
2014-09-16lpfc: fix low priority issues from fortify source code scanJames Smart1-2/+0
2014-09-16lpfc: fix high priority issues from fortify source code scanJames Smart1-13/+19
2014-09-16lpfc: fix IP Reset processing - wait for RDY before proceedingJames Smart1-62/+47
2014-09-16lpfc: fix discovery timeout during nameserver loginJames Smart1-0/+15
2014-09-16lpfc: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-22/+17
2014-09-16lpfc: use dma_zalloc_coherentJoe Perches1-15/+7
2014-09-16lpfc: mark functions as static in lpfc/lpfc_init.cRashika Kheria1-3/+3
2014-07-29lpfc: Remove superfluous call to pci_disable_msix()Alexander Gordeev1-3/+6
2014-06-02lpfc: mark old devices as obsoleteJames Smart1-34/+49