| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] qla2xxx: negative error return in qla2x00_change_queue_depth() | Roel Kluin | 2010-02-17 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Update version number to 8.03.02-k0. | Giridhar Malavali | 2010-01-18 | 1 | -2/+2 |
* | [SCSI] qla2xxx: Remove firmware hint for 81xx parts. | Giridhar Malavali | 2010-01-18 | 1 | -1/+0 |
* | [SCSI] qla2xxx: Add BSG support for FC ELS/CT passthrough and vendor commands. | Giridhar Malavali | 2010-01-18 | 9 | -4/+1326 |
* | [SCSI] qla2xxx: Enhance EEH support and enable AER support. | Joe Carnuccio | 2010-01-18 | 2 | -18/+27 |
* | [SCSI] qla2xxx: Update version number to 8.03.01-k10. | Giridhar Malavali | 2010-01-17 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Perform fast mailbox read of flash regardless of size nor add... | Andrew Vasquez | 2010-01-17 | 1 | -0/+3 |
* | [SCSI] qla2xxx: Correct FCP2 recovery handling. | Andrew Vasquez | 2010-01-17 | 3 | -14/+13 |
* | [SCSI] qla2xxx: Update version number to 8.03.01-k9. | Giridhar Malavali | 2009-12-30 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Added to EEH support. | Duane Grigsby | 2009-12-30 | 1 | -0/+7 |
* | [SCSI] qla2xxx: Extend base EEH support in qla2xxx. | Andrew Vasquez | 2009-12-30 | 7 | -21/+165 |
* | [SCSI] qla2xxx: Fix for a multiqueue bug in CPU affinity mode | Anirban Chakraborty | 2009-12-30 | 1 | -0/+2 |
* | [SCSI] qla2xxx: Get the link data rate explicitly during device resync. | Michael Hernandez | 2009-12-30 | 3 | -0/+36 |
* | [SCSI] qla2xxx: Update version number to 8.03.01-k8. | Giridhar Malavali | 2009-12-10 | 1 | -1/+1 |
* | [SCSI] qla2xxx: fix for multiqueue in MISX disabled case | Anirban Chakraborty | 2009-12-10 | 4 | -2/+27 |
* | [SCSI] qla2xxx: Queue depth ramp up/down modification changes. | Giridhar Malavali | 2009-12-10 | 4 | -115/+51 |
* | [SCSI] qla2xxx: dpc thread can execute before scsi host has been added | Michael Reed | 2009-12-10 | 1 | -3/+3 |
* | [SCSI] scsi_lib_dma: fix bug with dma maps on nested scsi objects | James Bottomley | 2009-12-04 | 1 | -1/+2 |
* | [SCSI] scsi_transport_fc: Introduce helper function for blocking scsi_eh | Christof Schmitt | 2009-12-04 | 1 | -21/+4 |
* | [SCSI] modify change_queue_depth to take in reason why it is being called | Mike Christie | 2009-12-04 | 1 | -2/+5 |
* | [SCSI] qla2xxx: Update version number to 8.03.01-k7 | Giridhar Malavali | 2009-12-04 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Properly handle UNDERRUN completion statuses. | Lalit Chandivade | 2009-12-04 | 1 | -63/+57 |
* | [SCSI] qla2xxx: Properly re-register FC4/FDMI after physical and logical link... | Andrew Vasquez | 2009-12-04 | 3 | -6/+8 |
* | [SCSI] qla2xxx: Properly check FCP_RSP response-info field after TMF completion. | Andrew Vasquez | 2009-12-04 | 1 | -4/+22 |
* | [SCSI] qla2xxx: Retrieve firmware's maximum number of supported FCFs. | Andrew Vasquez | 2009-12-04 | 3 | -6/+11 |
* | [SCSI] qla2xxx: Set the size of the host buffer used to fetch DCBX and XGMAC ... | Giridhar Malavali | 2009-12-04 | 1 | -2/+2 |
* | [SCSI] qla2xxx: Reread firmware versions information after an ISP abort. | Lalit Chandivade | 2009-12-04 | 1 | -0/+9 |
* | [SCSI] qla2xxx: Display additional mailbox registers during AEN handling. | Andrew Vasquez | 2009-12-04 | 1 | -9/+15 |
* | [SCSI] qla2xxx: Add firmware-dump kobject uevent notification. | Andrew Vasquez | 2009-12-04 | 4 | -55/+64 |
* | [SCSI] qla2xxx: Fix NULL ptr deref bug in fail path during queue create | Anirban Chakraborty | 2009-10-02 | 1 | -2/+4 |
* | [SCSI] qla2xxx: Update version number to 8.03.01-k6. | Giridhar Malavali | 2009-09-12 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Properly delete rports attached to a vport. | Andrew Vasquez | 2009-09-12 | 2 | -7/+11 |
* | [SCSI] qla2xxx: Correct various NPIV issues. | Andrew Vasquez | 2009-09-12 | 5 | -29/+32 |
* | [SCSI] qla2xxx: Correct qla2x00_eh_wait_on_command() to wait correctly. | Lalit Chandivade | 2009-09-12 | 1 | -4/+1 |
* | [SCSI] qla2xxx: Further limit device-table (qla_devtbl) lookup to non-24xx. | Andrew Vasquez | 2009-09-12 | 1 | -1/+2 |
* | [SCSI] qla2xxx: Correctly set FCF_TAPE_PRESENT flag based on scsi-device. | Santosh Vernekar | 2009-09-12 | 4 | -3/+7 |
* | [SCSI] qla2xxx: Add asynchronous-login support. | Andrew Vasquez | 2009-09-05 | 7 | -9/+784 |
* | [SCSI] qla2xxx: Generalize srb structure usage. | Andrew Vasquez | 2009-09-05 | 3 | -2/+14 |
* | [SCSI] qla2xxx: Update version number to 8.03.01-k5 | Giridhar Malavali | 2009-08-22 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Fix to ensure driver works in sinlge queue mode if multiqueue... | Anirban Chakraborty | 2009-08-22 | 6 | -12/+27 |
* | [SCSI] qla2xxx: Correct display of vp_count in debug printk. | Andrew Vasquez | 2009-08-22 | 1 | -1/+2 |
* | [SCSI] qla2xxx: Fix a bug that clears the interrupt status register for the b... | Anirban Chakraborty | 2009-08-22 | 1 | -2/+4 |
* | [SCSI] qla2xxx: ISP21xx/22xx do not support FDMI registrations. | Andrew Vasquez | 2009-08-22 | 1 | -0/+4 |
* | [SCSI] qla2xxx: Pad IOCB structure for size requirements. | Shyam Sundar | 2009-08-22 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Handle RSCN's per master/slave vn-port basis. | Santosh Vernekar | 2009-08-22 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Process DPC requests within valid Fabric topologies. | Lalit Chandivade | 2009-08-22 | 1 | -0/+3 |
* | [SCSI] qla2xxx: Mark all devices lost on loss of fc port. | Santosh Vernekar | 2009-08-22 | 1 | -0/+1 |
* | [SCSI] qla2xxx: Skip RSCN processing on vha if event is global. | Santosh Vernekar | 2009-08-22 | 1 | -4/+20 |
* | [SCSI] qla2xxx: Correctly handle 'global port-unavailable' AEN. | Andrew Vasquez | 2009-08-22 | 1 | -1/+29 |
* | [SCSI] qla2xxx: Pass the command's data residual to upper-layer callers. | Ravi Anand | 2009-08-22 | 1 | -0/+1 |