aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-01[SCSI] lpfc 8.2.2 : Style cleanupsJames Smart1-2/+2
2007-08-01[SCSI] lpfc 8.2.2 : Miscellaneous Bug FixesJames Smart1-49/+79
2007-08-01[SCSI] lpfc 8.2.2 : Miscellaneous management and logging modsJames Smart1-3/+3
2007-08-01[SCSI] lpfc 8.2.2 : Rework the lpfc_printf_log() macroJames Smart1-146/+102
2007-08-01[SCSI] lpfc 8.2.2 : Error messages and debugfs updatesJames Smart1-0/+37
2007-06-17[SCSI] lpfc: bug fixesJames Smart1-55/+153
2007-06-17[SCSI] lpfc: NPIV: add NPIV support on top of SLI-3James Smart1-444/+590
2007-06-17[SCSI] lpfc: NPIV: add SLI-3 interfaceJames Smart1-128/+570
2007-06-17[SCSI] lpfc: NPIV: split portsJames Smart1-361/+366
2007-05-06[SCSI] lpfc 8.1.12 : Update copyright year to 2007James Smart1-1/+1
2007-05-06[SCSI] lpfc 8.1.12 : Don't process ERATT interrupts when issuing KILL_BOARD mbx commandJames Smart1-0/+12
2007-05-06[SCSI] lpfc 8.1.12 : Improve handling of failed ELS abortsJames Smart1-1/+54
2007-05-06[SCSI] lpfc 8.1.12 : Improve diagnostic messages and change local loopback message to KERN_INFOJames Smart1-0/+6
2007-05-06[SCSI] lpfc 8.1.12 : Round 2 of Miscellaneous fixesJames Smart1-23/+43
2007-05-06[SCSI] lpfc 8.1.12 : Fix unlock inside list traversalJames Smart1-46/+26
2007-05-06[SCSI] lpfc 8.1.12 : Modify ELS abort handling to prevent double completionJames Smart1-59/+63
2007-05-06[SCSI] lpfc 8.1.12 : Misc bug fixes and code cleanupJames Smart1-69/+29
2007-02-16[SCSI] lpfc: add PCI error recovery supportLinas Vepstas1-0/+12
2006-12-03[SCSI] lpfc 8.1.11 : Misc FixesJames Smart1-0/+7
2006-12-03[SCSI] lpfc 8.1.11 : Fix lpfc_multi_ring_supportJames Smart1-5/+30
2006-10-30[PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEADPeter Zijlstra1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-08-06[SCSI] lpfc 8.1.7 : ID String and Message fixesJames Smart1-12/+16
2006-08-06[SCSI] lpfc 8.1.7 : Short bug fixesJames Smart1-2/+3
2006-08-06[SCSI] lpfc 8.1.7 : Fix race condition between lpfc_sli_issue_mbox and lpfc_onlineJames Smart1-3/+7
2006-08-06[SCSI] lpfc 8.1.7 : Fix failing firmware download due to mailbox delays needing to be longerJames Smart1-4/+7
2006-08-06[SCSI] lpfc 8.1.7 : Add statistics reset callback for FC transportJames Smart1-0/+3
2006-07-09[SCSI] lpfc 8.1.7: Misc FixesJames Smart1-5/+5
2006-07-09[SCSI] lpfc 8.1.7: Add lpfc_sli_flush_mbox_queue() functionJames Smart1-1/+19
2006-07-09[SCSI] lpfc 8.1.7: Fix memory leak and cleanup code related to per ring lookup arrayJames Smart1-25/+0
2006-03-12[SCSI] lpfc 8.1.4 : Introduce lpfc_reset_barrier() function for resets on dual channel adaptersJames Smart1-6/+93
2006-03-06[PATCH] lpfc 8.1.3: Fix polling mode panicJamie Wellnitz1-6/+11
2006-03-06[PATCH] lpfc 8.1.3: Fix performance when using multiple SLI ringsJamie Wellnitz1-3/+39
2006-02-28[SCSI] lpfc 8.1.2: Add ERROR and WARM_START modes for diagnostic purposes.Jamie Wellnitz1-107/+204
2006-02-28[SCSI] lpfc 8.1.2: Fixed a double insertion of mail box object to the SLI mailbox list.Jamie Wellnitz1-3/+2
2006-02-28[SCSI] lpfc 8.1.2: Explicitly initialize the skip_post argument to lpfc_sli_send_resetJamie Wellnitz1-1/+1
2006-02-28[SCSI] lpfc 8.1.2: Remove unused SLI_IOCB_HIGH_PRIORITYJamie Wellnitz1-10/+0
2005-12-13[SCSI] lpfc 8.1.1 : Add polled-mode supportJames.Smart@Emulex.Com1-21/+196
2005-11-07[PATCH] kfree cleanup: drivers/scsiJesper Juhl1-5/+2
2005-10-29[SCSI] lpfc: Fix eh_ return codes for commandsJames.Smart@Emulex.Com1-56/+47
2005-10-29[SCSI] lpfc: Remove unneeded IOCB_t * castJames.Smart@Emulex.Com1-1/+1
2005-10-29[SCSI] lpfc: Replace lpfc_sli_issue_iocb_wait_high_priorityJames.Smart@Emulex.Com1-62/+75
2005-10-29[SCSI] lpfc: Fix for "command completion for iotax x?? not found"James Bottomley1-159/+122
2005-10-29[SCSI] lpfc: Fix for "Unknown IOCB command Data: x0 x3 x0 x0"James.Smart@Emulex.Com1-3/+3
2005-08-12[SCSI] lpfc driver 8.0.30 : convert to use of int_to_scsilun()James.Smart@Emulex.Com1-0/+1
2005-08-12[SCSI] lpfc driver 8.0.30 : fix get_stats panicJames.Smart@Emulex.Com1-0/+1
2005-07-02[SCSI] lpfc: Update copyright noticesJames.Smart@Emulex.Com1-13/+14
2005-07-02[SCSI] lpfc: Remove $Id$ keyword strings.James.Smart@Emulex.Com1-4/+0
2005-07-02[SCSI] lpfc: Add completion handler to the abort iocbsJames.Smart@Emulex.Com1-2/+12
2005-07-02[SCSI] lpfc: Fix error loading on sparcJames.Smart@Emulex.Com1-5/+12