summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c
Commit message (Expand)AuthorAgeFilesLines
* lpfc: fix low priority issues from fortify source code scanJames Smart2014-09-161-2/+0Star
* 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/+47Star
* 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/+17Star
* lpfc: use dma_zalloc_coherentJoe Perches2014-09-161-15/+7Star
* 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
* lpfc: Update Copyright on changed filesJames Smart2014-06-021-1/+1
* lpfc: Convert runtime references to old xlane cfg param to fof cfg paramJames Smart2014-06-021-5/+4Star
* lpfc: Fix SLI4 s abort loop to process all FCP rings and under ring_lockJames Smart2014-06-021-18/+5Star
* lpfc: Fixed kernel panic in lpfc_abort_handlerJames Smart2014-06-021-1/+4
* lpfc: Fix locking for postbufq when freeingJames Smart2014-06-021-3/+12
* lpfc: Fix locking for lpfc_hba_down_postJames Smart2014-06-021-19/+60
* [SCSI] lpfc 8.3.45: Fixed crash during driver unload.James Smart2014-03-151-2/+7
* [SCSI] lpfc 8.3.45: Fixed driver error messages after firmware downloadJames Smart2014-03-151-8/+14
* [SCSI] lpfc 8.3.45: Fix sysfs buffer overrun in read of lpfc_fcp_cpu_map for ...James Smart2014-03-151-0/+2
* [SCSI] lpfc 8.3.45: Incorporated support of a low-latency io pathJames Smart2014-03-151-6/+235
* [SCSI] lpfc 8.3.44: Fix kernel panics from corrupted ndlp listJames Smart2014-03-151-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-3/+0Star
|\
| * SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-3/+0Star
* | [SCSI] lpfc: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2013-10-251-1/+1
* | [SCSI] lpfc 8.3.42: Fixed inconsistent spin lock usage.James Smart2013-09-111-4/+4
* | [SCSI] lpfc 8.3.42: Fix WARN_ON when driver unloadsJames Smart2013-09-111-2/+8
* | [SCSI] lpfc 8.3.42: Avoided making pci bar ioremap call during dual-chute WQ/...James Smart2013-09-111-22/+12Star
* | [SCSI] lpfc 8.3.42: Fix crash on driver load due to cpu affinity logicJames Smart2013-09-111-5/+23
* | [SCSI] lpfc 8.3.42: Fixed not able to log informational messages at early sta...James Smart2013-09-111-9/+3Star
|/
* [SCSI] lpfc: Removed obsolete fcp_eq_count and fcp_wq_count driver attributesJames Smart2013-08-261-7/+0Star
* [SCSI] lpfc 8.3.41: Fixed support for 128 byte WQEsJames Smart2013-08-231-0/+1
* [SCSI] lpfc 8.3.41: Fixed max value of lpfc_lun_queue_depthJames Smart2013-08-231-10/+24
* [SCSI] lpfc 8.3.40: Update Copyrights to 2013 for 8.3.38, 8.3.39, and 8.3.40 ...James Smart2013-06-261-1/+1
* [SCSI] lpfc 8.3.40: Fixed a race condition between SLI host and port failed F...James Smart2013-06-261-62/+35Star
* [SCSI] lpfc 8.3.40: Fix lpfc_used_cpu to be more dynamicJames Smart2013-06-261-7/+23
* Merge branch 'misc' into for-linusJames Bottomley2013-05-101-99/+508
|\
| * [SCSI] lpfc 8.3.39: Fixed driver vector mapping to CPU affinityJames Smart2013-05-021-7/+315
| * [SCSI] lpfc 8.3.39: Fixed system panic during EEH recovery due to midlayer ac...James Smart2013-05-021-6/+6
| * [SCSI] lpfc 8.3.39: Fixed not returning FAILED status when SCSI invoking host...James Smart2013-05-021-1/+1
| * [SCSI] lpfc 8.3.39: Reduced spinlock contention on SCSI buffer listJames Smart2013-05-021-16/+38
| * [SCSI] lpfc 8.3.39: Fix driver issues with SCSI Host resetJames Smart2013-05-021-1/+6
| * [SCSI] lpfc 8.3.39: Fix driver issues with large s/g lists for BlockGuardJames Smart2013-05-021-37/+93
| * [SCSI] lpfc 8.3.39: Fix driver issues with large lpfc_sg_seg_cnt valuesJames Smart2013-05-021-18/+13Star
| * [SCSI] lpfc 8.3.39: Remove driver dependency on HZJames Smart2013-05-021-16/+29
| * [SCSI] lpfc 8.3.39: Fixed VPI allocation issues after firmware dump is performedJames Smart2013-05-021-1/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-32/+1Star
|\ \ | |/ |/|
| * lpfc: fix races for miscdevice open vs. rmmodAl Viro2013-04-291-32/+1Star
* | [SCSI] lpfc 8.3.38: Fixed circular locking dependency and inconsistent lock s...James Smart2013-04-101-4/+4
* | [SCSI] lpfc 8.3.38: Fixed async FCF modified event to in-use FCF failure to t...James Smart2013-04-101-35/+62
* | [SCSI] lpfc 8.3.38: Fixed NMI watch dog panic's when resetting the hba.James Smart2013-04-091-1/+0Star
|/