aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-15[SCSI] lpfc 8.3.3 : Fix a couple of spin_lock and memory issues and a crashJames Smart1-0/+1
2009-06-15[SCSI] lpfc 8.3.3 : Fix various SLI-3 vs SLI-4 differencesJames Smart1-18/+15
2009-06-08[SCSI] lpfc 8.3.2 : Persistent Vport SupportJames Smart1-0/+1
2009-06-08[SCSI] lpfc 8.3.2 : Miscellaneous ChangesJames Smart1-4/+16
2009-06-08[SCSI] lpfc 8.3.2 : Update of copyrightsJames Smart1-1/+1
2009-06-08[SCSI] lpfc 8.3.2 : Addition of SLI4 Interface - Mailbox handlingJames Smart1-8/+14
2009-06-08[SCSI] lpfc 8.3.2 : Addition of SLI4 Interface - Base SupportJames Smart1-155/+3645
2009-06-08[SCSI] lpfc 8.3.2 : Reorganization for SLI4James Smart1-471/+1436
2009-04-27[SCSI] lpfc 8.3.1: misc fixes/changesJames Smart1-19/+85
2009-04-27[SCSI] lpfc 8.3.1 : Fix up kernel-doc function commentsJames Smart1-51/+50
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-01-02[SCSI] lpfc: Move a dereference below a NULL testJulia Lawall1-1/+2
2008-12-29[SCSI] lpfc 8.3.0 : Add BlockGuard support (T10-DIF) structs and defsJames Smart1-0/+89
2008-12-29[SCSI] lpfc 8.3.0 : Fix some memory handling issuesJames Smart1-1/+6
2008-12-29[SCSI] lpfc 8.3.0 : Add active interrupt test for enabling MSI/MSI-X/INTxJames Smart1-136/+274
2008-12-29[SCSI] lpfc 8.3.0 : Fix several minor issuesJames Smart1-7/+0
2008-12-29[SCSI] lpfc 8.3.0 : Added 3 small features and improve PCI EEH supportJames Smart1-1/+60
2008-12-29[SCSI] lpfc 8.3.0 : Fix multiple NPIV issuesJames Smart1-3/+10
2008-12-29[SCSI] lpfc 8.3.0 : Add support for Power Management Suspend/Resume operationsJames Smart1-1/+108
2008-12-29[SCSI] lpfc 8.3.0 : Rework RSCN netlink event to send entire RSCN payloadJames Smart1-3/+2
2008-10-13[SCSI] lpfc 8.2.8 v2 : Add statistical reporting control and additional fc vendor eventsJames Smart1-0/+22
2008-10-13[SCSI] lpfc 8.2.8 : Add MSI-X supportJames Smart1-45/+185
2008-10-13[SCSI] lpfc 8.2.8 : Add support for PCI-EEH permanent disablingJames Smart1-1/+8
2008-10-13[SCSI] lpfc 8.2.8 : Add new FCOE hardware supportJames Smart1-2/+28
2008-10-13[SCSI] lpfc 8.2.8 : Miscellaneous Bug FixesJames Smart1-17/+13
2008-10-13[SCSI] lpfc 8.2.8 : Update driver for new SLI-3 featuresJames Smart1-11/+17
2008-10-13[SCSI] lpfc 8.2.8 : Miscellaneous Discovery FixesJames Smart1-8/+0
2008-10-13[SCSI] lpfc 8.2.8 : Add kernel-doc function headersJames Smart1-122/+453
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-07-12[SCSI] lpfc 8.2.7 : Miscellaneous FixesJames Smart1-4/+14
2008-07-12[SCSI] lpfc 8.2.7 : Rework the worker threadJames Smart1-5/+8
2008-07-12[SCSI] lpfc 8.2.7 : Discovery FixesJames Smart1-0/+3
2008-04-10[SCSI] lpfc 8.2.6 : Miscellaneous FixesJames Smart1-2/+1
2008-04-10[SCSI] lpfc 8.2.6 : PCI Parity and EEH handling fixesJames Smart1-0/+31
2008-04-10[SCSI] lpfc 8.2.6 : Multiple discovery fixesJames Smart1-53/+11
2008-02-11[SCSI] lpfc 8.2.5 : Fix buffer leaksJames Smart1-0/+2
2008-02-11[SCSI] lpfc 8.2.5 : Miscellaneous discovery FixesJames Smart1-2/+3
2008-02-11[SCSI] lpfc 8.2.5 : Add MSI-X single message supportJames Smart1-19/+78
2008-02-11[SCSI] lpfc 8.2.5 : Miscellaneous FixesJames Smart1-2/+11
2008-02-11[SCSI] lpfc 8.2.5 : Correct ndlp referencing issuesJames Smart1-1/+40
2008-02-02pci: pci_enable_device_bars() fix for lpfc driverGreg Kroah-Hartman1-1/+1
2008-02-01PCI: Remove users of pci_enable_device_bars()Benjamin Herrenschmidt1-2/+1
2008-01-23[SCSI] lpfc 8.2.4 : Make lpfc legacy I/O port freeTomohiro Kusumi1-4/+7
2008-01-23[SCSI] lpfc 8.2.4 : Miscellaneous FixesJames Smart1-39/+80
2008-01-23[SCSI] lpfc 8.2.4 : Add parameters to enable and disable heartbeat and hba resetsJames Smart1-37/+41
2008-01-23[SCSI] lpfc 8.2.4 : Miscellaneous Discovery/ELS FixesJames Smart1-0/+23
2008-01-11[SCSI] lpfc: minor cleanupsAdrian Bunk1-11/+11
2008-01-11[SCSI] lpfc 8.2.3 : Temperature handling fixJames Smart1-0/+12
2008-01-11[SCSI] lpfc 8.2.3 : Miscellaneous Small Fixes - part 2James Smart1-7/+15