summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_def.h
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] qla2xxx: Wait for IDC complete event to finish loopback operation.Chad Dupuis2013-02-221-0/+6
* [SCSI] qla2xxx: Integrate generic card temperature with mezz card temperature.Joe Carnuccio2013-02-221-1/+4
* [SCSI] qla2xxx: Add setting of driver version string for vendor application.Joe Carnuccio2013-02-221-0/+2
* [SCSI] qla2xxx: Correction of comment in MBC opcode defines.Joe Carnuccio2013-02-221-2/+2
* [SCSI] Revert "[SCSI] qla2xxx: Optimize existing port name server query match...Joe Carnuccio2013-02-221-3/+0
* [SCSI] qla2xxx: silence two GCC warnings.Paul Bolle2013-02-221-0/+1
* [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/+1
* [SCSI] qla2xxx: Prevent enabling target mode for unsupported HBAs.Arun Easi2013-02-221-0/+1
* [SCSI] qla2xxx: Enable target mode support for ISP83xx.Arun Easi2013-02-221-0/+8
* [SCSI] qla2xxx: Ramp down queue depth for attached SCSI devices when driver r...Chad Dupuis2013-02-221-0/+9
* [SCSI] qla2xxx: Determine the number of outstanding commands based on availab...Chad Dupuis2013-02-221-6/+6
* [SCSI] qla2xxx: Fix for warnings reported by sparse.Saurav Kashyap2012-11-301-2/+2
* [SCSI] qla2xxx: T10 DIF - ISP83xx changes.Arun Easi2012-09-241-3/+10
* [SCSI] qla2xxx: Fix for handling some error conditions in loopback.Chad Dupuis2012-09-241-1/+2
* [SCSI] qla2xxx: Use #defines instead of hardcoded values for intr status.Arun Easi2012-09-241-0/+11
* [SCSI] qla2xxx: Update the driver copyright.Chad Dupuis2012-09-241-1/+1
* [SCSI] qla2xxx: Changes for ISP83xx loopback support.Chad Dupuis2012-09-241-0/+1
* [SCSI] qla2xxx: Implemetation of mctp.Saurav Kashyap2012-09-241-1/+9
* [SCSI] qla2xxx: IDC implementation for ISP83xx.Santosh Vernekar2012-09-241-4/+97
* [SCSI] qla2xxx: Implementation of bidirectional.Saurav Kashyap2012-09-241-0/+23
* [SCSI] qla2xxx: Use bitmap to store loop_id's for fcports.Chad Dupuis2012-09-241-0/+2
* [SCSI] qla2xxx: Add LLD target-mode infrastructure for >= 24xx seriesNicholas Bellinger2012-05-221-2/+67
* [SCSI] qla2xxx: Don't capture minidump for ISP82xx on flash update from appli...Giridhar Malavali2012-05-221-0/+1
* [SCSI] qla2xxx: Optimize existing port name server query matching.Joe Carnuccio2012-05-221-0/+3
* [SCSI] qla2xxx: Remove mirrored field vp_idx from struct fc_port.Joe Carnuccio2012-05-221-1/+0
* [SCSI] qla2xxx: Stats should be different from physical and virtual portsSaurav Kashyap2012-05-221-2/+2
* [SCSI] qla2xxx: Add ha->max_fibre_devices to keep track of the maximum number...Chad Dupuis2012-02-191-7/+13
* [SCSI] qla2xxx: Cache swl during fabric discovery.Andrew Vasquez2012-02-191-0/+2
* [SCSI] qla2xxx: Remove EDC sysfs interface.Joe Carnuccio2012-02-191-4/+0
* [SCSI] qla2xxx: Perform implicit logout during rport tear-down.Andrew Vasquez2012-02-191-0/+1
* [SCSI] qla2xxx: Handle change notifications based on switch scan results.Arun Easi2012-02-191-8/+1
* [SCSI] qla2xxx: Consolidation of SRB processing.Giridhar Malavali2012-02-191-17/+27
* [SCSI] qla2xxx: Enhancements to support ISP83xx.Giridhar Malavali2012-02-191-10/+27
* [SCSI] qla2xxx: Correct out of bounds read of ISP2200 mailbox registers.Andrew Vasquez2012-02-181-0/+1
* [SCSI] qla2xxx: Ensure there's enough request-queue space for passthru IOCBs.Andrew Vasquez2011-12-151-0/+1
* [SCSI] qla2xxx: Added a new entry to ISP specific function pointers structure.Giridhar Malavali2011-12-151-0/+1
* [SCSI] qla2xxx: Update to dynamic logging.Chad Dupuis2011-12-151-4/+0
* [SCSI] qla2xxx: Add support for ISP82xx to capture dump (minidump) on failure.Giridhar Malavali2011-08-291-1/+8
* [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting.Arun Easi2011-08-271-0/+2
* [SCSI] qla2xxx: Log fcport state transitions when debug messages are enabled.Chad Dupuis2011-05-011-0/+8
* [SCSI] qla2xxx: Update copyright banner.Andrew Vasquez2011-05-011-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* [SCSI] qla2xxx: Abort pending commands for faster recovery during ISP reset.Giridhar Malavali2011-02-251-3/+6
* [SCSI] qla2xxx: Add sysfs node for displaying board temperature.Andrew Vasquez2010-12-231-1/+2
* [SCSI] qla2xxx: Added support for quiescence mode for ISP82xx.Saurav Kashyap2010-12-231-0/+3
* [SCSI] qla2xxx: Change MSI initialization from using incorrect request_irq pa...Mike Hernandez2010-12-091-1/+0
* [SCSI] qla2xxx: Remove port down retry count.Chad Dupuis2010-10-251-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-221-0/+8
|\
| * [SCSI] qla2xxx: Increase SG table size to support large IO size per scsi comm...Giridhar Malavali2010-09-051-0/+2