aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-05lpfc: Fix crash in vport_delete.James Smart1-1/+7
2015-06-05lpfc: Fix to remove IRQF_SHARED flag for MSI/MSI-X vectors.James Smart1-6/+6
2015-06-05lpfc: 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_pci_function_resetJames 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
2014-06-02lpfc: Fix for cleaning up stale ring flag and sp_queue_event entriesJames Smart1-0/+48
2014-06-02lpfc: Update Copyright on changed filesJames Smart1-1/+1
2014-06-02lpfc: Convert runtime references to old xlane cfg param to fof cfg paramJames Smart1-5/+4
2014-06-02lpfc: Fix SLI4 s abort loop to process all FCP rings and under ring_lockJames Smart1-18/+5
2014-06-02lpfc: Fixed kernel panic in lpfc_abort_handlerJames Smart1-1/+4
2014-06-02lpfc: Fix locking for postbufq when freeingJames Smart1-3/+12
2014-06-02lpfc: Fix locking for lpfc_hba_down_postJames Smart1-19/+60
2014-03-15[SCSI] lpfc 8.3.45: Fixed crash during driver unload.James Smart1-2/+7
2014-03-15[SCSI] lpfc 8.3.45: Fixed driver error messages after firmware downloadJames Smart1-8/+14
2014-03-15[SCSI] lpfc 8.3.45: Fix sysfs buffer overrun in read of lpfc_fcp_cpu_map for 128 CPUs.James Smart1-0/+2
2014-03-15[SCSI] lpfc 8.3.45: Incorporated support of a low-latency io pathJames Smart1-6/+235
2014-03-15[SCSI] lpfc 8.3.44: Fix kernel panics from corrupted ndlp listJames Smart1-0/+3
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+0
2013-10-25[SCSI] lpfc: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-1/+1
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-09-10[SCSI] lpfc 8.3.42: Fixed inconsistent spin lock usage.James Smart1-4/+4
2013-09-10[SCSI] lpfc 8.3.42: Fix WARN_ON when driver unloadsJames Smart1-2/+8
2013-09-10[SCSI] lpfc 8.3.42: Avoided making pci bar ioremap call during dual-chute WQ/RQ pci bar selectionJames Smart1-22/+12