aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-23scsi: qla4xxx: shut up warning for rd_reg_indirectArnd Bergmann1-2/+4
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+0
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-8/+0
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig1-1/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2015-05-27qla4xxx: add a missing includeEric Dumazet1-0/+1
2015-05-26qla4xxx: Fix printk() in qla4_83xx_read_reset_template() and qla4_83xx_pre_loopback_config()Masanari Iida2-2/+2
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-2/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-12/+4
2014-11-12scsi: don't force tagged_supported in driversChristoph Hellwig1-9/+0
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-8/+2
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig1-10/+0
2014-08-01qla4xxx: fix get_host_stats error propagationMike Christie1-0/+2
2014-07-30qla4xxx: check the return value of dma_alloc_coherent()Maurizio Lombardi1-0/+6
2014-07-30scsi: qla4xxx: ql4_mbx.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-7/+7
2014-07-30scsi: qla4xxx: ql4_os.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-7/+7
2014-07-30qla4xxx: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke5-27/+27
2014-05-28qla4xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-4/+3
2014-05-19qla4xxx: Update driver version to 5.04.00-k6Vikas Chaudhary1-1/+1
2014-05-19qla4xxx: Fix smatch warning in func qla4xxx_conn_get_paramAdheer Chandravanshi1-4/+0
2014-05-19qla4xxx: Fix smatch warning in func qla4xxx_get_ep_paramAdheer Chandravanshi1-3/+3
2014-05-19qla4xxx: Fix memory leak for ha->saved_acbNilesh Javali1-2/+4
2014-05-19qla4xxx: Export sysfs DDBs from DPC handlerNilesh Javali3-6/+11
2014-05-19qla4xxx: Disable INTx interrupt for ISP82XXTej Parkash1-7/+5
2014-05-19qla4xxx: Update driver version to 5.04.00-k5Vikas Chaudhary1-1/+1
2014-05-19qla4xxx: Fix memory leak in func qla4_84xx_config_acb()Vikas Chaudhary1-1/+1
2014-05-19qla4xxx: Initialize hardware queue for ISP40XXVikas Chaudhary1-0/+2
2014-05-19qla4xxx: Check for correct return statusVikas Chaudhary1-1/+1
2014-05-19qla4xxx: qla4xxx: Move qla4_8xxx_ms_mem_write_128b to ql4_nx.cVikas Chaudhary2-106/+106
2014-05-19qla4xxx: Added PEX DMA Support for ISP8022 AdapterTej Parkash3-33/+28
2014-05-19qla4xxx: Added new opcodes for 84XX Minidump templateTej Parkash3-0/+382
2014-05-19qla4xxx: Add support of 0xFF capture mask for minidumpTej Parkash3-3/+33
2014-05-19qla4xxx: Change default capture to firmware defined capture maskTej Parkash1-2/+2
2014-05-19qla4xxx: Do not wait for IO completion, after issuing stop_firmwareTej Parkash1-3/+0
2014-03-15[SCSI] libiscsi: Reduce locking contention in fast pathShlomo Pongratz1-2/+2
2014-03-15[SCSI] qla4xxx: Update driver version to 5.04.00-k4Vikas Chaudhary1-1/+1
2014-03-15[SCSI] qla4xxx: Fix sparse warningsVikas Chaudhary1-2/+4
2014-03-15[SCSI] qla4xxx: Handle IPv6 AEN notificationsNilesh Javali2-3/+33
2014-03-15[SCSI] qla4xxx: Update print statements in func qla4xxx_do_dpc()Vikas Chaudhary1-3/+3
2014-03-15[SCSI] qla4xxx: Update print statements in func qla4xxx_eh_abort()Vikas Chaudhary1-3/+4
2014-03-15[SCSI] qla4xxx: Update print statements in qla4xxx_mailbox_command()Vikas Chaudhary1-8/+8
2014-03-15[SCSI] qla4xxx: Updated print for device login, logout pathVikas Chaudhary1-16/+43
2014-03-15[SCSI] qla4xxx: Remove unused code from qla4xxx_set_ifcb()Vikas Chaudhary1-1/+0
2014-03-15[SCSI] qla4xxx: Fix failure of mbox 0x31Vikas Chaudhary1-8/+48
2014-03-15[SCSI] qla4xxx: Reduce rom-lock contention during reset recovery.Vikas Chaudhary1-21/+12
2014-03-15[SCSI] qla4xxx: Driver not able to collect minidump for ISP84xxTej Parkash2-1/+8
2014-03-15[SCSI] qla4xxx: Fix pending IO completion in reset path before initiating chip resetTej Parkash2-5/+13