aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_isr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-23qla2xxx: Remove unneeded link offline message.Chad Dupuis1-4/+0
2016-02-06qla2xxx: Fix stale pointer access.Quinn Tran1-2/+2
2016-01-07qla2xxx: Move atioq to a different lock to reduce lock contentionQuinn Tran1-10/+34
2016-01-07qla2xxx: Add selective command queuingQuinn Tran1-1/+1
2016-01-07qla2xxx: Add irq affinity notificationQuinn Tran1-1/+75
2016-01-07qla2xxx: Added interface to send explicit LOGO.Himanshu Madhani1-0/+6
2015-08-26qla2xxx: Do not reset ISP for error entry with an out of range handle.Chad Dupuis1-7/+1
2015-08-26qla2xxx: Do not reset adapter if SRB handle is in range.Chad Dupuis1-8/+12
2015-08-26qla2xxx: Handle AEN8014 incoming port logout.Joe Carnuccio1-3/+32
2015-08-26qla2xxx: Remove __constant_ prefixBart Van Assche1-1/+1
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche1-2/+1
2015-08-12qla2xxx: prevent board_disable from running during EEHThadeu Lima de Souza Cascardo1-1/+1
2015-06-13qla2xxx: Fix indentationBart Van Assche1-2/+2
2015-04-10qla2xxx: Restore physical port WWPN only, when port down detected for FA-WWPN port.Sawan Chandak1-4/+13
2015-04-10qla2xxx: Fix virtual port configuration, when switch port is disabled/enabled.Sawan Chandak1-0/+2
2014-09-25qla2xxx: Mark port lost when we receive an RSCN for it.Chad Dupuis1-1/+16
2014-09-25qla2xxx: Restore WWPN in case of Loop Dead.Himanshu Madhani1-0/+10
2014-09-25qla2xxx: Honor FCP_RSP retry delay timer field.Chad Dupuis1-0/+12
2014-09-25qla2xxx: Add diagnostic port functionality.Joe Carnuccio1-0/+8
2014-09-25qla2xxx: ISPFX00 avoid writing semaphore register in request_irqs().Joe Carnuccio1-2/+3
2014-09-16qla2xxx: Prevent probe and board_disable raceJoe Lawrence1-1/+2
2014-09-16qla2xxx: Prevent removal and board_disable raceJoe Lawrence1-1/+2
2014-09-16qla2xxx: Schedule board_disable only onceJoe Lawrence1-6/+8
2014-09-16qla2xxx: Collect PCI register checks and board_disable schedulingJoe Lawrence1-15/+13
2014-09-16qla2xxx: Remove restriction on starting remote device discovery on port update.Chad Dupuis1-6/+4
2014-09-16qla2xxx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-16/+11
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-2/+2
2014-05-19qla2xxx: T10-Dif: add T10-PI supportQuinn Tran1-3/+6
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan1-1/+1
2014-05-19qla2xxx: Do not schedule reset when one is already active when receiving an invalid status handle.Chad Dupuis1-5/+7
2014-03-15[SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.Armen Baloyan1-0/+21
2014-03-15[SCSI] qla2xxx: Fix Task Management command asynchronous handlingArmen Baloyan1-24/+22
2014-03-15[SCSI] qla2xxx: Add support for ISP2071.Chad Dupuis1-11/+15
2014-03-10[SCSI] qla2xxx: Fix multiqueue MSI-X registration.Chad Dupuis1-16/+30
2013-12-19[SCSI] qla2xxx: Only complete dcbx_comp and lb_portup_comp for virtual port index 0.Chad Dupuis1-3/+3
2013-12-19[SCSI] qla2xxx: Use the correct mailbox registers when acknowledging an IDC request on ISP8044.Chad Dupuis1-1/+8
2013-12-19[SCSI] qla2xxx: Disable adapter when we encounter a PCI disconnect.Chad Dupuis1-1/+49
2013-12-19[SCSI] Revert "qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low."Chad Dupuis1-4/+0
2013-12-19[SCSI] qla2xxx: Disable INTx interrupt for ISP82XXSawan Chandak1-6/+7
2013-10-23[SCSI] qla2xxx: Fix request queue null dereference.Chad Dupuis1-0/+9
2013-09-03[SCSI] qla2xxx: Add loopback IDC-TIME-EXTEND aen handling support.Santosh Vernekar1-17/+30
2013-09-03[SCSI] qla2xxx: Add missing FCP statistics to sysfs interface.Joe Carnuccio1-0/+3
2013-09-03[SCSI] qla2xxx: Make log message that prints when a completion status requires a port down more readable.Chad Dupuis1-2/+4
2013-09-03[SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh1-12/+14
2013-09-03[SCSI] qla2xxx: Print some variables to hexadecimal string via %*phN formatOleksandr Khoshaba1-6/+3
2013-07-08[SCSI] qla2xxx: Fix qla2xxx_check_risc_status().Bart Van Assche1-0/+1
2013-05-12[SCSI] qla2xxx: Fix for locking issue between driver ISR and mailbox routinesgurinder.shergill@hp.com1-23/+4
2013-04-11[SCSI] qla2xxx: Remove duplicated include form qla_isr.cWei Yongjun1-2/+0
2013-04-11[SCSI] qla2xxx: Enhancements to support ISPFx00.Giridhar Malavali1-9/+9
2013-02-22[SCSI] qla2xxx: Wait for IDC complete event to finish loopback operation.Chad Dupuis1-0/+3