summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_isr.c
AgeCommit message (Expand)Author
2017-01-17qla2xxx: Fix erroneous invalid handle messageQuinn Tran
2017-01-13Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley
2017-01-11scsi: qla2xxx: remove irq_affinity_notifierChristoph Hellwig
2017-01-11scsi: qla2xxx: fix MSI-X vector affinityChristoph Hellwig
2017-01-09scsi: qla2xxx: make msix_entries constNicolas Iooss
2017-01-09scsi: qla2xxx: silence -Wformat-security warningNicolas Iooss
2016-12-23Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-14scsi: qla2xxx: Fix Target mode handling with Multiqueue changes.Quinn Tran
2016-12-14scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez
2016-12-14scsi: qla2xxx: Utilize pci_alloc_irq_vectors/pci_free_irq_vectors calls.Michael Hernandez
2016-12-09qla2xxx: Add an #include directiveBart Van Assche
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn
2016-09-15scsi: qla2xxx: Use struct t10_pi_tupleChristoph Hellwig
2016-07-15qla2xxx: Fix duplicate message id.Sawan Chandak
2016-07-15qla2xxx: Correction to function qla26xx_dport_diagnostics().Joe Carnuccio
2016-07-15qla2xxx: Add support to handle Loop Init error Asynchronus event.Joe Carnuccio
2016-07-15qla2xxx: Add bsg interface to support D_Port Diagnostics.Joe Carnuccio
2016-07-15qla2xxx: Shutdown board on thermal shutdown aen.Joe Carnuccio
2016-07-15qla2xxx: setup data needed in ISR before setting up the ISRJohannes Thumshirn
2016-07-05qla2xxx: Fix NULL pointer deref in QLA interruptBruno Prémont
2016-02-23qla2xxx: Remove unneeded link offline message.Chad Dupuis
2016-02-06qla2xxx: Fix stale pointer access.Quinn Tran
2016-01-07qla2xxx: Move atioq to a different lock to reduce lock contentionQuinn Tran
2016-01-07qla2xxx: Add selective command queuingQuinn Tran
2016-01-07qla2xxx: Add irq affinity notificationQuinn Tran
2016-01-07qla2xxx: Added interface to send explicit LOGO.Himanshu Madhani
2015-08-26qla2xxx: Do not reset ISP for error entry with an out of range handle.Chad Dupuis
2015-08-26qla2xxx: Do not reset adapter if SRB handle is in range.Chad Dupuis
2015-08-26qla2xxx: Handle AEN8014 incoming port logout.Joe Carnuccio
2015-08-26qla2xxx: Remove __constant_ prefixBart Van Assche
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche
2015-08-12qla2xxx: prevent board_disable from running during EEHThadeu Lima de Souza Cascardo
2015-06-13qla2xxx: Fix indentationBart Van Assche
2015-04-10qla2xxx: Restore physical port WWPN only, when port down detected for FA-WWPN...Sawan Chandak
2015-04-10qla2xxx: Fix virtual port configuration, when switch port is disabled/enabled.Sawan Chandak
2014-09-25qla2xxx: Mark port lost when we receive an RSCN for it.Chad Dupuis
2014-09-25qla2xxx: Restore WWPN in case of Loop Dead.Himanshu Madhani
2014-09-25qla2xxx: Honor FCP_RSP retry delay timer field.Chad Dupuis
2014-09-25qla2xxx: Add diagnostic port functionality.Joe Carnuccio
2014-09-25qla2xxx: ISPFX00 avoid writing semaphore register in request_irqs().Joe Carnuccio
2014-09-16qla2xxx: Prevent probe and board_disable raceJoe Lawrence
2014-09-16qla2xxx: Prevent removal and board_disable raceJoe Lawrence
2014-09-16qla2xxx: Schedule board_disable only onceJoe Lawrence
2014-09-16qla2xxx: Collect PCI register checks and board_disable schedulingJoe Lawrence
2014-09-16qla2xxx: Remove restriction on starting remote device discovery on port update.Chad Dupuis
2014-09-16qla2xxx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-07-17scsi: use 64-bit LUNsHannes Reinecke
2014-05-19qla2xxx: T10-Dif: add T10-PI supportQuinn Tran