aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAge
...
| * | [SCSI] qla2xxx: Properly handle 32 bit mailbox register for ISPFX00.Saurav Kashyap2014-03-15
| * | [SCSI] qla2xxx: Enable the Flash Access Control (FAC) mailbox command.Joe Carnuccio2014-03-15
| * | [SCSI] qla2xxx: Select correct request queue for error type IOCB for ISPFX00.Saurav Kashyap2014-03-15
| * | [SCSI] qla2xxx: Remove init control block related dead code for ISPFX00.Saurav Kashyap2014-03-15
| * | [SCSI] qla2xxx: Use proper message for Non owner reset ACK Timeout.Atul Deshmukh2014-03-15
| * | [SCSI] qla2xxx: Replace constant value for IOCTL IOCB abort execution status ...Armen Baloyan2014-03-15
| * | [SCSI] qla2xxx: Add handling for boot indication progress AENs for ISPFX00.Armen Baloyan2014-03-15
| * | [SCSI] qla2xxx: Add mutex around optrom calls to serialize accesses.Chad Dupuis2014-03-15
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2014-03-15
|\| | | |/ |/|
| * [SCSI] qla2xxx: Poll during initialization for ISP25xx and ISP83xxGiridhar Malavali2014-03-10
| * [SCSI] qla2xxx: Fix multiqueue MSI-X registration.Chad Dupuis2014-03-10
* | qla2xxx: Fix kernel panic on selective retransmission requestDr. Greg Wettstein2014-02-24
* | tcm_qla2xxx: Fix NAA formatted name for NPIV WWPNsNicholas Bellinger2014-02-20
* | tcm_qla2xxx: Perform configfs depend/undepend for base_tpgNicholas Bellinger2014-02-20
* | tcm_qla2xxx: Add NPIV specific enable/disable attribute logicNicholas Bellinger2014-02-20
* | qla2xxx: Check + fail when npiv_vports_inuse exists in shutdownNicholas Bellinger2014-02-20
* | qla2xxx: Fix qlt_lport_register base_vha callback raceNicholas Bellinger2014-02-20
|/
* qla2xxx: Remove last vestiges of qla_tgt_cmd.cmd_listRoland Dreier2014-02-12
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-01-31
|\
| * qla2xxx: Configure NPIV fc_vport via tcm_qla2xxx_npiv_make_lportNicholas Bellinger2014-01-18
| * qla2xxx: Enhancements to enable NPIV support for QLOGIC ISPs with TCM/LIO.Saurav Kashyap2014-01-18
| * qla2xxx: Fix scsi_host leak on qlt_lport_register callback failureNicholas Bellinger2014-01-18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-23
|\ \
| * | treewide: fix comments and printk msgsMasanari Iida2014-01-07
| |/
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-01-22
|\ \
| * | [SCSI] qla2xxx: Fix warning reported by smatch.Saurav Kashyap2013-12-19
| * | [SCSI] qla2xxx: Update the driver version to 8.06.00.12-k.Saurav Kashyap2013-12-19
| * | [SCSI] qla2xxx: Replace a constant with a macro definition for host->canqueue...Armen Baloyan2013-12-19
| * | [SCSI] qla2xxx: Reset nic_core_reset_owner on moving from COLD to READY for I...Sawan Chandak2013-12-19
| * | [SCSI] qla2xxx: Only complete dcbx_comp and lb_portup_comp for virtual port i...Chad Dupuis2013-12-19
| * | [SCSI] qla2xxx: Use scnprintf() instead of snprintf() in the sysfs handlers.Sawan Chandak2013-12-19
| * | [SCSI] qla2xxx: Use the correct mailbox registers when acknowledging an IDC r...Chad Dupuis2013-12-19
| * | [SCSI] qla2xxx: Add changes to obtain ISPFX00 adapters product information in...Armen Baloyan2013-12-19
| * | [SCSI] qla2xxx: Add logic to abort BSG commands for ISPFX00.Armen Baloyan2013-12-19
| * | [SCSI] qla2xxx: Clear RISC INT reg only for an event and not always while pol...Atul Deshmukh2013-12-19
| * | [SCSI] qla2xxx: Fix undefined behavior in call to snprintf().Joe Carnuccio2013-12-19
| * | [SCSI] qla2xxx: Add BSG interface for read/write serdes register.Joe Carnuccio2013-12-19
| * | [SCSI] qla2xxx: Fix issue with not displaying node name after system reboot.Armen Baloyan2013-12-19
| * | [SCSI] qla2xxx: Disable adapter when we encounter a PCI disconnect.Chad Dupuis2013-12-19
| * | [SCSI] qla2xxx: Refactor shutdown code so some functionality can be reused.Chad Dupuis2013-12-19
| * | [SCSI] Revert "qla2xxx: Ramp down queue depth for attached SCSI devices when ...Chad Dupuis2013-12-19
| * | [SCSI] qla2xxx: Don't consider the drivers knocked out of IDC participation f...Saurav Kashyap2013-12-19
| * | [SCSI] qla2xxx: Add BPM support for ISP25xx.Chad Dupuis2013-12-19
| * | [SCSI] qla2xxx: Correctly set mailboxes for extended init control block.Joe Carnuccio2013-12-19
| * | [SCSI] qla2xxx: Disable INTx interrupt for ISP82XXSawan Chandak2013-12-19
| * | [SCSI] qla2xxx: Honor execute firmware failures.Chad Dupuis2013-12-19
| * | [SCSI] qla2xxx: Print proper QLAFX00 product name at probe.Armen Baloyan2013-12-19
| |/
* | qla2xxx: Fix scsi_host leak on qlt_lport_register callback failureNicholas Bellinger2013-12-19
* | qla2xxx: Fix schedule_delayed_work() for target timeout calculationsShivaram Upadhyayula2013-12-11
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-22
|\