aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_isr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-23Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-117/+106
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linuxLinus Torvalds1-0/+1
2016-12-14scsi: qla2xxx: Fix Target mode handling with Multiqueue changes.Quinn Tran1-12/+8
2016-12-14scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez1-55/+69
2016-12-14scsi: qla2xxx: Utilize pci_alloc_irq_vectors/pci_free_irq_vectors calls.Michael Hernandez1-55/+34
2016-12-09qla2xxx: Add an #include directiveBart Van Assche1-0/+1
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-3/+3
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-19/+27
2016-09-15scsi: qla2xxx: Use struct t10_pi_tupleChristoph Hellwig1-1/+1
2016-07-15qla2xxx: Fix duplicate message id.Sawan Chandak1-1/+1
2016-07-15qla2xxx: Correction to function qla26xx_dport_diagnostics().Joe Carnuccio1-5/+3
2016-07-15qla2xxx: Add support to handle Loop Init error Asynchronus event.Joe Carnuccio1-2/+9
2016-07-15qla2xxx: Add bsg interface to support D_Port Diagnostics.Joe Carnuccio1-2/+5
2016-07-15qla2xxx: Shutdown board on thermal shutdown aen.Joe Carnuccio1-0/+7
2016-07-15qla2xxx: setup data needed in ISR before setting up the ISRJohannes Thumshirn1-4/+4
2016-07-05qla2xxx: Fix NULL pointer deref in QLA interruptBruno Prémont1-1/+1
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