Age | Commit message (Expand) | Author | Files | Lines |
2012-11-30 | [SCSI] qla2xxx: Fix for warnings reported by sparse. | Saurav Kashyap | 1 | -2/+2 |
2012-11-30 | [SCSI] qla2xxx: Honor status value of 2 for report-id acquisition. | Saurav Kashyap | 1 | -1/+1 |
2012-09-24 | [SCSI] qla2xxx: Enable fw attributes for ISP24xx and above. | Saurav Kashyap | 1 | -1/+1 |
2012-09-24 | [SCSI] qla2xxx: Update the driver copyright. | Chad Dupuis | 1 | -1/+1 |
2012-09-24 | [SCSI] qla2xxx: Add bit to identify adapters for thermal temp. | Joe Carnuccio | 1 | -2/+4 |
2012-09-24 | [SCSI] qla2xxx: Implemetation of mctp. | Saurav Kashyap | 1 | -13/+57 |
2012-09-24 | [SCSI] qla2xxx: IDC implementation for ISP83xx. | Santosh Vernekar | 1 | -3/+139 |
2012-09-14 | [SCSI] qla2xxx: Display mailbox failure by default. | Saurav Kashyap | 1 | -1/+1 |
2012-05-22 | [SCSI] qla2xxx: Add LLD target-mode infrastructure for >= 24xx series | Nicholas Bellinger | 1 | -7/+105 |
2012-05-22 | [SCSI] qla2xxx: Remove mirrored field vp_idx from struct fc_port. | Joe Carnuccio | 1 | -2/+2 |
2012-05-22 | [SCSI] qla2xxx: Add ql_dbg_verbose logging level. | Saurav Kashyap | 1 | -174/+321 |
2012-05-22 | [SCSI] qla2xxx: Change "Done" to "Entering" in the debug print statement in q... | Chad Dupuis | 1 | -1/+1 |
2012-05-22 | [SCSI] qla2xxx: Fix typo in qla_mbx.c | Masanari Iida | 1 | -2/+2 |
2012-02-19 | [SCSI] qla2xxx: Handle device mapping changes due to device logout. | Arun Easi | 1 | -0/+19 |
2012-02-19 | [SCSI] qla2xxx: Perform firmware dump procedure on mailbox command timeout. | Chad Dupuis | 1 | -0/+6 |
2012-02-19 | [SCSI] qla2xxx: Log messages to use correct vha. | Arun Easi | 1 | -30/+30 |
2012-02-19 | [SCSI] qla2xxx: Print mailbox command opcode and return code when a command t... | Chad Dupuis | 1 | -7/+9 |
2012-02-19 | [SCSI] qla2xxx: Reduce mbx-command timeout for Login/Logout requests. | Andrew Vasquez | 1 | -3/+4 |
2012-02-19 | [SCSI] qla2xxx: Perform implicit logout during rport tear-down. | Andrew Vasquez | 1 | -0/+37 |
2012-02-19 | [SCSI] qla2xxx: Consolidation of SRB processing. | Giridhar Malavali | 1 | -1/+2 |
2012-02-19 | [SCSI] qla2xxx: Enhancements to support ISP83xx. | Giridhar Malavali | 1 | -47/+215 |
2012-02-18 | [SCSI] qla2xxx: Complete mailbox command timedout to avoid initialization fai... | Giridhar Malavali | 1 | -0/+4 |
2012-02-18 | [SCSI] qla2xxx: Clear options-flags while issuing stop-firmware mbx command. | Andrew Vasquez | 1 | -1/+2 |
2011-12-15 | [SCSI] qla2xxx: Correct report-id acquisition check | Giridhar Malavali | 1 | -1/+1 |
2011-12-12 | [SCSI] qla2xxx: Disable generating pause frames when firmware hang detected f... | Giridhar Malavali | 1 | -2/+18 |
2011-12-12 | [SCSI] qla2xxx: Clear mailbox busy flag during premature mailbox completion f... | Giridhar Malavali | 1 | -0/+2 |
2011-12-12 | [SCSI] qla2xxx: Return the correct value for a mailbox command if 82xx is in ... | Andrew Vasquez | 1 | -2/+1 |
2011-08-29 | [SCSI] qla2xxx: Implemeted beacon on/off for ISP82XX. | Saurav Kashyap | 1 | -0/+38 |
2011-08-29 | [SCSI] qla2xxx: Add support for ISP82xx to capture dump (minidump) on failure. | Giridhar Malavali | 1 | -0/+89 |
2011-07-27 | [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. | Saurav Kashyap | 1 | -574/+517 |
2011-05-17 | [SCSI] qla2xxx: Refactor call to qla2xxx_read_sfp for thermal temperature. | Joe Carnuccio | 1 | -42/+11 |
2011-05-17 | [SCSI] qla2xxx: Unify the read/write sfp mailbox command routines. | Joe Carnuccio | 1 | -49/+23 |
2011-05-17 | [SCSI] qla2xxx: Correctly read sfp single byte mailbox register. | Joe Carnuccio | 1 | -2/+2 |
2011-05-01 | [SCSI] qla2xxx: Verify login-state has transitioned to PRLI-completed. | Andrew Vasquez | 1 | -5/+12 |
2011-05-01 | [SCSI] qla2xxx: Update copyright banner. | Andrew Vasquez | 1 | -1/+1 |
2011-05-01 | [SCSI] qla2xxx: Free firmware PCB on logout request. | Andrew Vasquez | 1 | -1/+2 |
2011-05-01 | [SCSI] qla2xxx: Include request queue ID in the upper 16-bits of the I/O hand... | Mike Hernandez | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -3/+3 |
2011-02-25 | [SCSI] qla2xxx: Adjust FCP_RSP response-info field check after TMF completion. | Andrew Vasquez | 1 | -16/+13 |
2011-02-25 | [SCSI] qla2xxx: Don't wait for active mailbox command completion when firmwar... | Giridhar Malavali | 1 | -7/+7 |
2011-02-25 | [SCSI] qla2xxx: Abort pending commands for faster recovery during ISP reset. | Giridhar Malavali | 1 | -2/+2 |
2010-12-24 | [SCSI] qla2xxx: Add sysfs node for displaying board temperature. | Andrew Vasquez | 1 | -0/+65 |
2010-12-24 | [SCSI] qla2xxx: Update FCP priority information to firmware before sending IOs | Madhuranath Iyengar | 1 | -1/+1 |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -3/+63 |
2010-09-05 | [SCSI] qla2xxx: Handle MPI timeout indicated by AE8002 | Madhuranath Iyengar | 1 | -0/+61 |
2010-09-05 | [SCSI] qla2xxx: Pass first 64 bytes of MBX information when vendor commands f... | Giridhar Malavali | 1 | -3/+2 |
2010-09-05 | [SCSI] qla2xxx: Fix vport delete issues | Arun Easi | 1 | -2/+5 |
2010-07-28 | [SCSI] qla2xxx: Update copyright banner. | Giridhar Malavali | 1 | -1/+1 |
2010-07-28 | [SCSI] qla2xxx: Updates for ISP82xx. | Giridhar Malavali | 1 | -2/+2 |
2010-07-27 | [SCSI] qla2xxx: Handle outstanding mbx cmds on hung f/w scenarios. | Santosh Vernekar | 1 | -22/+56 |