summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-08[SCSI] lpfc 8.3.35: Fix FCP2 Retries for non-r/w commands.James Smart1-0/+2
2012-10-08[SCSI] lpfc 8.3.35: Correct missing queue destroy on function resetJames Smart1-2/+2
2012-10-08[SCSI] lpfc 8.3.35: Added checking BMBX register for RDY bit before writing t...James Smart1-28/+47
2012-10-08[SCSI] lpfc 8.3.35: Fix interrupt delay multipler conversion for eq_createJames Smart1-4/+11
2012-10-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-296/+325
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2012-09-14[SCSI] lpfc 8.3.34: Fix parameter field in CQE to mask for LOCAL_REJECT statusJames Smart1-7/+10
2012-09-14[SCSI] lpfc 8.3.34: Add LOGO support after ABTS complianceJames Smart1-50/+0
2012-09-14[SCSI] lpfc 8.3.33: Fixed incomplete list of SLI4 commands with extended time...James Smart1-0/+1
2012-09-14[SCSI] lpfc 8.3.33: Add lpfc_fcp_look_ahead module parameterJames Smart1-4/+84
2012-09-14[SCSI] lpfc 8.3.33: Make I/O to hw queue distribution algorithm a module para...James Smart1-1/+5
2012-09-14[SCSI] lpfc 8.3.33: Allow per-hba interrupt rate tuningJames Smart1-1/+2
2012-09-14[SCSI] lpfc 8.3.33: Tie parallel I/O queues into separate MSIX vectorsJames Smart1-138/+46
2012-09-14[SCSI] lpfc 8.3.33: Add Interrupts per second stats via debugfsJames Smart1-1/+17
2012-09-14[SCSI] lpfc 8.3.33: Parallelize SLI-4 Q distributionJames Smart1-25/+27
2012-09-14[SCSI] lpfc 8.3.33: Misc changes to optimize critical pathJames Smart1-8/+13
2012-09-14[SCSI] lpfc 8.3.33: Formally separate lpfc_sli_ring SLI-3 and SLI-4 variantionsJames Smart1-78/+104
2012-09-14[SCSI] lpfc 8.3.33: Add debugfs interface to display SLI queue informationJames Smart1-1/+34
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-2/+2
2012-07-20[SCSI] lpfc 8.3.32: Fix ability to change FCP EQ delay multiplierJames Smart1-0/+77
2012-07-20[SCSI] lpfc 8.3.32: Correct provisioning change failure on local functionJames Smart1-2/+8
2012-07-20[SCSI] lpfc 8.3.32: Correct null pointer Error in lpfc_sli.cJames Smart1-13/+7
2012-07-20[SCSI] lpfc 8.3.32: lpfc_sli.c: add missing jumps to mempool_freeJames Smart1-8/+16
2012-05-17[SCSI] lpfc 8.3.31: Fixed system crash due to not providing SCSI error-handli...James Smart1-4/+6
2012-05-17[SCSI] lpfc 8.3.31: Fix bug with driver using the wrong xritag when sending a...James Smart1-1/+7
2012-05-17[SCSI] lpfc 8.3.31: Fix unsol abts xri lookupJames Smart1-7/+15
2012-05-17[SCSI] lpfc 8.3.31: Correct point-to-point mode discovery errors on LPe16xxxJames Smart1-9/+61
2012-05-17[SCSI] lpfc 8.3.31: Fix log message for Mailbox command when no error is dete...James Smart1-8/+17
2012-05-17[SCSI] lpfc 8.3.31: Fix error message displayed even when not an errorJames Smart1-10/+8
2012-05-17[SCSI] lpfc 8.3.31: Fixed system panic due to midlayer abort and driver compl...James Smart1-9/+14
2012-05-17[SCSI] lpfc 8.3.31: Fix unable to create vports on FCoE SLI4 adapterJames Smart1-1/+1
2012-05-17[SCSI] lpfc 8.3.31: Correct handling of SLI4-port XRI resource-provisioning p...James Smart1-411/+196
2012-03-27[SCSI] lpfc 8.3.30: Fixed panic with extents and small blocksJames Smart1-6/+8
2012-03-27[SCSI] lpfc 8.3.30: Fixed the system panic during EEH recoveryJames Smart1-8/+11
2012-03-27[SCSI] lpfc 8.3.30: Fixed missing CVL event causing FCF failoverJames Smart1-0/+1
2012-03-27[SCSI] lpfc 8.3.30: Fix RPI registered multiple times after HBA resetJames Smart1-2/+1
2012-03-27[SCSI] lpfc 8.3.30: Fix driver handling of XRI Aborted CQE responseJames Smart1-3/+12
2012-03-27[SCSI] lpfc 8.3.30: Fix port and system failure in SLI4 FC function resetJames Smart1-0/+2
2012-03-27[SCSI] lpfc 8.3.30: Fix lack of LOGO with vport delete.James Smart1-1/+2
2012-03-27[SCSI] lpfc 8.3.30: Make BA_ACC work on a fully qualified exchangeJames Smart1-3/+2
2012-02-19[SCSI] lpfc 8.3.29: Remove GFP_KERNEL allocation while lock is heldJames Smart1-79/+57
2012-02-19[SCSI] lpfc 8.3.29: Locking fix and Memory leak FixesJames Smart1-1/+2
2012-02-19[SCSI] lpfc 8.3.29: T10 Diff fixes and enhancementsJames Smart1-3/+51
2012-02-19[SCSI] lpfc 8.3.29: SLI related fixesJames Smart1-7/+40
2012-02-19[SCSI] lpfc 8.3.29: BSG and User interface fixesJames Smart1-1/+1
2011-12-15[SCSI] lpfc 8.3.28: Add Loopback support for SLI4 adaptersJames Smart1-8/+20
2011-12-15[SCSI] lpfc 8.3.28: Critical Miscellaneous fixesJames Smart1-28/+107
2011-12-15[SCSI] lpfc 8.3.28: Add support for ABTS failure handlingJames Smart1-37/+177
2011-12-15[SCSI] lpfc 8.3.28: SLI fixes and added SLI4 supportJames Smart1-105/+79
2011-12-15[SCSI] lpfc 8.3.28: Miscellaneous fixes in sysfs and mgmt interfacesJames Smart1-27/+122