summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Use %zd format string for size_tArnd Bergmann2016-11-081-1/+1
* scsi: lpfc: Fix fw download on SLI-4 FC adaptersJames Smart2016-11-081-9/+11
* scsi: lpfc: Synchronize link speed with boot driverJames Smart2016-11-081-0/+54
* scsi: lpfc: Make lpfc_prot_xxx params per hba parametersJames Smart2016-11-081-13/+15
* scsi: lpfc: Correct embedded io wq element sizeJames Smart2016-11-081-9/+5
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-11/+4
|\
| * lpfc: Use pci_(request|release)_mem_regionsJohannes Thumshirn2016-06-211-11/+4
* | lpfc: Remove global lpfc_enable_npiv attribute in leiu of per-hba lpfc_enable...James Smart2016-07-151-15/+9
* | lpfc: Correct Port reset resulting in FC port going offlineJames Smart2016-07-151-1/+2
* | lpfc: Re-organize source for easier device-id managementJames Smart2016-07-151-100/+1
* | lpfc: Correct FCOE discovery to avoid loss of storage devices after system re...James Smart2016-07-151-1/+2
* | lpfc: Add MDS Diagnostics SupportJames Smart2016-07-151-0/+28
* | lpfc: Add recovery from adapter parity errors on some SLI4 adaptersJames Smart2016-07-151-31/+87
* | lpfc: Fix Transgression Flag of Optical Element descriptor for RDP on LinuxJames Smart2016-07-151-0/+2
|/
* lpfc: Update modified file copyrightsJames Smart2016-04-111-1/+1
* lpfc: Fix interaction between fdmi_on and enable_SmartSANJames Smart2016-04-111-2/+3
* lpfc: Utilize embedded CDB logic to minimize IO latencyJames Smart2016-04-111-2/+18
* lpfc: fix misleading indentationArnd Bergmann2016-03-181-2/+3
* lpfc: Add logging for misconfigured optics.James Smart2015-12-211-20/+47
* lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.James Smart2015-12-211-65/+30
* lpfc: Modularize and cleanup FDMI code in driverJames Smart2015-12-211-6/+21
* lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16James Smart2015-12-211-3/+6
* lpfc: Add support for Lancer G6 and 32G FC linksJames Smart2015-10-271-2/+16
* lpfc: remove set but not used variablesSebastian Herbszt2015-10-271-2/+2
* Fix kmalloc overflow in LPFC driver at large core countIan Mitchell2015-10-271-5/+1
* lpfc: Destroy lpfc_hba_index IDR on module exitJohannes Thumshirn2015-10-271-0/+1
* lpfc: in sli3 use configured sg_seg_cnt for sg_tablesizeBodo Stroesser2015-10-271-1/+1
* lpfc: Remove unnessary castFiro Yang2015-10-271-2/+1
* lpfc: fix model descriptionSebastian Herbszt2015-10-271-1/+1
* lpfc: Add support for using block multi-queueJames Smart2015-06-131-1/+3
* lpfc: Fix crash in vport_delete.James Smart2015-06-051-1/+7
* lpfc: Fix to remove IRQF_SHARED flag for MSI/MSI-X vectors.James Smart2015-06-051-6/+6
* lpfc: Add support for ELS LCB.James Smart2015-06-051-0/+2
* lpfc: Update copyright to 2015James Smart2015-04-101-1/+1
* lpfc: Fix premature release of rpi bit in bitmaskJames Smart2015-04-101-2/+22
* lpfc: Parse the new 20G, 25G and 40G link speeds in the lpfc driverJames Smart2015-04-101-12/+26
* lpfc: Fix setting of EQ (interrupt) delay MultiplierJames Smart2015-04-101-0/+8
* lpfc: Fix host reset escalation killing all IOs.James Smart2015-04-101-3/+8
* lpfc: Add Lancer Temperature Event support to the lpfc driverJames Smart2015-04-101-55/+124
* lpfc: Fix the iteration count to match the 30 sec comment in the routine lpfc...James Smart2015-04-101-1/+1
* lpfc: fix low priority issues from fortify source code scanJames Smart2014-09-161-2/+0
* lpfc: fix high priority issues from fortify source code scanJames Smart2014-09-161-13/+19
* lpfc: fix IP Reset processing - wait for RDY before proceedingJames Smart2014-09-161-62/+47
* lpfc: fix discovery timeout during nameserver loginJames Smart2014-09-161-0/+15
* lpfc: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-09-161-22/+17
* lpfc: use dma_zalloc_coherentJoe Perches2014-09-161-15/+7
* lpfc: mark functions as static in lpfc/lpfc_init.cRashika Kheria2014-09-161-3/+3
* lpfc: Remove superfluous call to pci_disable_msix()Alexander Gordeev2014-07-291-3/+6
* lpfc: mark old devices as obsoleteJames Smart2014-06-021-34/+49
* lpfc: Fix for cleaning up stale ring flag and sp_queue_event entriesJames Smart2014-06-021-0/+48
OpenPOWER on IntegriCloud