summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_gbl.h
Commit message (Expand)AuthorAgeFilesLines
* qla2xxx: T10-Dif: add T10-PI supportQuinn Tran2014-05-191-0/+7
* qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan2014-05-191-1/+1
* qla2xxx: Add ISP8044 serdes bsg interface.Joe Carnuccio2014-05-191-0/+5
* [SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.Armen Baloyan2014-03-151-1/+1
* [SCSI] qla2xxx: Read capture firmware dump on mailbox timeout for ISP8044 and...Chad Dupuis2014-03-151-0/+2
* [SCSI] qla2xxx: Add support for ISP2071.Chad Dupuis2014-03-151-0/+8
* [SCSI] qla2xxx: Fix warning reported by smatch.Saurav Kashyap2013-12-191-1/+1
* [SCSI] qla2xxx: Add BSG interface for read/write serdes register.Joe Carnuccio2013-12-191-0/+5
* [SCSI] qla2xxx: Disable adapter when we encounter a PCI disconnect.Chad Dupuis2013-12-191-0/+4
* [SCSI] qla2xxx: Refactor shutdown code so some functionality can be reused.Chad Dupuis2013-12-191-2/+1
* [SCSI] Revert "qla2xxx: Ramp down queue depth for attached SCSI devices when ...Chad Dupuis2013-12-191-1/+0
* [SCSI] qla2xxx: Notify ISPFX00 firmware when driver is unloaded or system is ...Armen Baloyan2013-09-031-0/+1
* [SCSI] qla2xxx: Reconfigure thermal temperature.Joe Carnuccio2013-09-031-0/+2
* [SCSI] qla2xxx: Add setting of driver version string for vendor application.Joe Carnuccio2013-09-031-0/+6
* [SCSI] qla2xxx: Add ISPFX00 specific bus reset routine.Armen Baloyan2013-09-031-0/+1
* [SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh2013-09-031-17/+47
* [SCSI] qla2xxx: Fix sparse warning from qla_mr.c and qla_iocb.c.Saurav Kashyap2013-07-081-1/+1
* [SCSI] qla2xxx: Enhancements to support ISPFx00.Giridhar Malavali2013-04-111-3/+44
* [SCSI] Revert "qla2xxx: Add setting of driver version string for vendor appli...Joe Carnuccio2013-04-061-3/+0
* [SCSI] qla2xxx: Integrate generic card temperature with mezz card temperature.Joe Carnuccio2013-02-221-1/+1
* [SCSI] qla2xxx: Don't process RSCNs for a vport on the same physical adapter.Chad Dupuis2013-02-221-0/+1
* [SCSI] qla2xxx: Add setting of driver version string for vendor application.Joe Carnuccio2013-02-221-0/+3
* [SCSI] qla2xxx: Update the copyright information.Saurav Kashyap2013-02-221-1/+1
* [SCSI] qla2xxx: Do link initialization on get loop id failure.Joe Carnuccio2013-02-221-0/+3
* [SCSI] qla2xxx: Ramp down queue depth for attached SCSI devices when driver r...Chad Dupuis2013-02-221-0/+1
* [SCSI] qla2xxx: Determine the number of outstanding commands based on availab...Chad Dupuis2013-02-221-0/+3
* [SCSI] qla2xxx: Parameterize the link speed of hba rather than fcport.Joe Carnuccio2012-11-301-1/+1
* [SCSI] qla2xxx: Fix for warnings reported by sparse.Saurav Kashyap2012-11-301-1/+0
* [SCSI] qla2xxx: Wrong PCIe(2.5Gb/s x8) speed in the kerenel message for ISP82xx.Atul Deshmukh2012-09-241-1/+0
* [SCSI] qla2xxx: Update the driver copyright.Chad Dupuis2012-09-241-1/+1
* [SCSI] qla2xxx: Changes for ISP83xx loopback support.Chad Dupuis2012-09-241-1/+1
* [SCSI] qla2xxx: Implemetation of mctp.Saurav Kashyap2012-09-241-0/+4
* [SCSI] qla2xxx: IDC implementation for ISP83xx.Santosh Vernekar2012-09-241-1/+27
* [SCSI] qla2xxx: Implementation of bidirectional.Saurav Kashyap2012-09-241-0/+2
* [SCSI] qla2xxx: Add LLD target-mode infrastructure for >= 24xx seriesNicholas Bellinger2012-05-221-0/+7
* [SCSI] qla2xxx: Log link up and link down messages to track link flops.Chad Dupuis2012-05-221-0/+2
* [SCSI] qla2xxx: Perform implicit logout during rport tear-down.Andrew Vasquez2012-02-191-0/+3
* [SCSI] qla2xxx: Consolidation of SRB processing.Giridhar Malavali2012-02-191-4/+5
* [SCSI] qla2xxx: Enhancements to support ISP83xx.Giridhar Malavali2012-02-191-2/+8
* [SCSI] qla2xxx: Consolidated IOCB processing routines.Giridhar Malavali2011-12-151-1/+1
* [SCSI] qla2xxx: Encapsulate prematurely completing mailbox commands during IS...Chad Dupuis2011-12-121-0/+1
* [SCSI] qla2xxx: Issue mailbox command only when firmware hung bit is reset fo...Giridhar Malavali2011-08-291-0/+1
* [SCSI] qla2xxx: Implemeted beacon on/off for ISP82XX.Saurav Kashyap2011-08-291-0/+3
* [SCSI] qla2xxx: Add support for ISP82xx to capture dump (minidump) on failure.Giridhar Malavali2011-08-291-0/+14
* [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.Saurav Kashyap2011-07-271-2/+3
* [SCSI] qla2xxx: Basic infrastructure for dynamic logging.Saurav Kashyap2011-07-271-0/+3
* [SCSI] qla2xxx: Unify the read/write sfp mailbox command routines.Joe Carnuccio2011-05-171-7/+4
* [SCSI] qla2xxx: Allow an override of the registered maximum LUN.Andrew Vasquez2011-05-171-0/+1
* [SCSI] qla2xxx: Add qla82xx_rom_unlock() function.Chad Dupuis2011-05-171-1/+0
* [SCSI] qla2xxx: Add the ql2xdontresethba module_param.Giridhar Malavali2011-05-011-0/+1
OpenPOWER on IntegriCloud