summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-12-2311-408/+1277
|\
| * scsi: qla2xxx: Fix Target mode handling with Multiqueue changes.Quinn Tran2016-12-144-28/+50
| * scsi: qla2xxx: Add Block Multi Queue functionality.Michael Hernandez2016-12-141-5/+42
| * scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez2016-12-1411-335/+1114
| * scsi: qla2xxx: Utilize pci_alloc_irq_vectors/pci_free_irq_vectors calls.Michael Hernandez2016-12-143-57/+36Star
| * scsi: qla2xxx: Only allow operational MBX to proceed during RESET.himanshu.madhani@cavium.com2016-12-141-0/+52
* | Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-211-0/+1
|\ \ | |/ |/|
| * qla2xxx: Add an #include directiveBart Van Assche2016-12-091-0/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-146-229/+306
|\ \ | |/ |/|
| * scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-181-22/+22
| * scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-186-42/+44
| * scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-181-2/+2
| * scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn2016-11-181-27/+27
| * scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn2016-11-181-22/+44
| * scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn2016-11-184-136/+189
* | scsi: qla2xxx: do not abort all commands in the adapter during EEH recoveryMauricio Faria de Oliveira2016-11-151-8/+13
* | scsi: qla2xxx: fix invalid DMA access after command aborts in PCI device removeMauricio Faria de Oliveira2016-11-091-0/+9
* | scsi: qla2xxx: do not queue commands when unloadingMauricio Faria de Oliveira2016-11-091-0/+5
* | scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during initBill Kuzeja2016-11-011-0/+2
|/
* scsi: qla2xxx: Use struct t10_pi_tupleChristoph Hellwig2016-09-152-11/+1Star
* scsi: qla2xxx: fix spelling mistake "retyring" -> "retrying"Colin Ian King2016-08-311-3/+3
* qla2xxx: small cleanup in qla2x00_wait_for_hba_ready()Dan Carpenter2016-08-091-6/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-07-281-1/+0Star
|\
| * scsi/qla2xxx: Remove erroneous unused macro qla82xx_get_temp_val1()Thomas Huth2016-06-211-1/+0Star
* | qla2xxx: Update driver version to 8.07.00.38-kHimanshu Madhani2016-07-151-1/+1
* | qla2xxx: Fix BBCR offsetSawan Chandak2016-07-151-1/+1
* | qla2xxx: Fix duplicate message id.Sawan Chandak2016-07-153-7/+6Star
* | qla2xxx: Disable the adapter and skip error recovery in case of register disc...Sawan Chandak2016-07-153-1/+59
* | qla2xxx: Separate ISP type bits out from device type.Joe Carnuccio2016-07-152-24/+26
* | qla2xxx: Correction to function qla26xx_dport_diagnostics().Joe Carnuccio2016-07-153-11/+4Star
* | qla2xxx: Add support to handle Loop Init error Asynchronus event.Joe Carnuccio2016-07-152-3/+10
* | qla2xxx: Let DPORT be enabled purely by nvram.Joe Carnuccio2016-07-153-7/+8
* | qla2xxx: Add bsg interface to support statistics counter reset.Sawan Chandak2016-07-152-25/+27
* | qla2xxx: Add bsg interface to support D_Port Diagnostics.Joe Carnuccio2016-07-156-5/+122
* | qla2xxx: Check for device state before unloading the driver.Sawan Chandak2016-07-154-13/+52
* | qla2xxx: Properly reset firmware statistics.Joe Carnuccio2016-07-155-17/+35
* | qla2xxx: Properly initialize IO statistics.Joe Carnuccio2016-07-154-34/+36
* | qla2xxx: Make debug buffer log easier to view.Joe Carnuccio2016-07-151-19/+14Star
* | qla2xxx: Add module parameter alternate/short names.Joe Carnuccio2016-07-151-0/+3
* | qla2xxx: Set FLOGI retry in additional firmware options for P2P (N2N) mode.Giridhar Malavali2016-07-152-1/+25
* | qla2xxx: Shutdown board on thermal shutdown aen.Joe Carnuccio2016-07-154-1/+19
* | qla2xxx: Add ram area DDR for fwdump template entry T262.Joe Carnuccio2016-07-153-3/+15
* | qla2xxx: Remove sysfs node fw_dump_template.Joe Carnuccio2016-07-152-89/+1Star
* | qla2xxx: setup data needed in ISR before setting up the ISRJohannes Thumshirn2016-07-151-4/+4
* | qla2xxx: Fix NULL pointer deref in QLA interruptBruno Prémont2016-07-051-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-285-64/+65
|\ \
| * | tcm_qla2xxx Add SCSI command jammer/discard capabilityLaurence Oberman2016-05-103-0/+30
| * | tcm_qla2xxx: introduce a private sess_krefChristoph Hellwig2016-05-103-64/+35Star
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-05-192-4/+3Star
|\ \ \ | |_|/ |/| |