aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-23Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds11-408/+1277
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 Tran4-28/+50
2016-12-14scsi: qla2xxx: Add Block Multi Queue functionality.Michael Hernandez1-5/+42
2016-12-14scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez11-335/+1114
2016-12-14scsi: qla2xxx: Utilize pci_alloc_irq_vectors/pci_free_irq_vectors calls.Michael Hernandez3-57/+36
2016-12-14scsi: qla2xxx: Only allow operational MBX to proceed during RESET.himanshu.madhani@cavium.com1-0/+52
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-229/+306
2016-12-09qla2xxx: Add an #include directiveBart Van Assche1-0/+1
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn1-22/+22
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn6-42/+44
2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn1-2/+2
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn1-27/+27
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn1-22/+44
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn4-136/+189
2016-11-14scsi: qla2xxx: do not abort all commands in the adapter during EEH recoveryMauricio Faria de Oliveira1-8/+13
2016-11-08scsi: qla2xxx: fix invalid DMA access after command aborts in PCI device removeMauricio Faria de Oliveira1-0/+9
2016-11-08scsi: qla2xxx: do not queue commands when unloadingMauricio Faria de Oliveira1-0/+5
2016-11-01scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during initBill Kuzeja1-0/+2
2016-09-15scsi: qla2xxx: Use struct t10_pi_tupleChristoph Hellwig2-11/+1
2016-08-31scsi: qla2xxx: fix spelling mistake "retyring" -> "retrying"Colin Ian King1-3/+3
2016-08-08qla2xxx: small cleanup in qla2x00_wait_for_hba_ready()Dan Carpenter1-6/+6
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2016-07-15qla2xxx: Update driver version to 8.07.00.38-kHimanshu Madhani1-1/+1
2016-07-15qla2xxx: Fix BBCR offsetSawan Chandak1-1/+1
2016-07-15qla2xxx: Fix duplicate message id.Sawan Chandak3-7/+6
2016-07-15qla2xxx: Disable the adapter and skip error recovery in case of register disconnect.Sawan Chandak3-1/+59
2016-07-15qla2xxx: Separate ISP type bits out from device type.Joe Carnuccio2-24/+26
2016-07-15qla2xxx: Correction to function qla26xx_dport_diagnostics().Joe Carnuccio3-11/+4
2016-07-15qla2xxx: Add support to handle Loop Init error Asynchronus event.Joe Carnuccio2-3/+10
2016-07-15qla2xxx: Let DPORT be enabled purely by nvram.Joe Carnuccio3-7/+8
2016-07-15qla2xxx: Add bsg interface to support statistics counter reset.Sawan Chandak2-25/+27
2016-07-15qla2xxx: Add bsg interface to support D_Port Diagnostics.Joe Carnuccio6-5/+122
2016-07-15qla2xxx: Check for device state before unloading the driver.Sawan Chandak4-13/+52
2016-07-15qla2xxx: Properly reset firmware statistics.Joe Carnuccio5-17/+35
2016-07-15qla2xxx: Properly initialize IO statistics.Joe Carnuccio4-34/+36
2016-07-15qla2xxx: Make debug buffer log easier to view.Joe Carnuccio1-19/+14
2016-07-15qla2xxx: Add module parameter alternate/short names.Joe Carnuccio1-0/+3
2016-07-15qla2xxx: Set FLOGI retry in additional firmware options for P2P (N2N) mode.Giridhar Malavali2-1/+25
2016-07-15qla2xxx: Shutdown board on thermal shutdown aen.Joe Carnuccio4-1/+19
2016-07-15qla2xxx: Add ram area DDR for fwdump template entry T262.Joe Carnuccio3-3/+15
2016-07-15qla2xxx: Remove sysfs node fw_dump_template.Joe Carnuccio2-89/+1
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-06-21scsi/qla2xxx: Remove erroneous unused macro qla82xx_get_temp_val1()Thomas Huth1-1/+0
2016-05-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds5-64/+65
2016-05-18Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+3
2016-05-10tcm_qla2xxx Add SCSI command jammer/discard capabilityLaurence Oberman3-0/+30
2016-05-10tcm_qla2xxx: introduce a private sess_krefChristoph Hellwig3-64/+35