aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds15-558/+655
2008-01-23[SCSI] qla2xxx: Update version number to 8.02.00-k7.Andrew Vasquez1-1/+1
2008-01-23[SCSI] qla2xxx: Issue correct MBC_INITIALIZE_FIRMWARE command.Seokmann Ju2-2/+4
2008-01-23[SCSI] qla2xxx: Correct late-memset() of EFT buffer.Andrew Vasquez1-1/+1
2008-01-23[SCSI] qla2xxx: Add Fibre Channel Event (FCE) tracing support.Andrew Vasquez10-14/+405
2008-01-23[SCSI] qla2xxx: Trace-Control naming cleanups.Andrew Vasquez6-20/+50
2008-01-23[SCSI] qla2xxx: Code cleanups.Adrian Bunk7-238/+19
2008-01-23[SCSI] qla2xxx: Add a filter to compare port_name against the physical on vport creation.Seokmann Ju1-0/+2
2008-01-23[SCSI] qla2xxx: Use completion routines.Marcus Barrow6-69/+16
2008-01-23[SCSI] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request.Andrew Vasquez3-3/+4
2008-01-23[SCSI] qla2xxx: Restrict MSI/MSI-X enablement on select ISP2432-type HBAs.Andrew Vasquez1-0/+12
2008-01-23[SCSI] qla2xxx: Wait for FLASH write-protection to complete after a write.Andrew Vasquez1-2/+8
2008-01-23[SCSI] qla2xxx: Fix for 32-bit platforms with 64-bit resources.Andrew Vasquez2-17/+8
2008-01-23[SCSI] qla2xxx: Retrieve additional HBA port statistics from recent ISPs.Andrew Vasquez4-98/+74
2008-01-23[SCSI] qla2xxx: Consolidate duplicate sense-data handling codes.Andrew Vasquez1-54/+31
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori1-6/+6
2008-01-14scsi/qla2xxx/qla_os.c section fixAdrian Bunk1-2/+2
2008-01-11[SCSI] qla2xxx: Update version number to 8.02.00-k6.Andrew Vasquez1-1/+1
2008-01-11[SCSI] qla2xxx: Properly handle Vport state-change-notifications.Shyam Sundar1-2/+5
2008-01-11[SCSI] qla2xxx: Correct NPIV support for recent ISPs.Andrew Vasquez6-51/+33
2008-01-11[SCSI] qla2xxx: Don't explicitly read mbx registers while processing a system-error.Andrew Vasquez1-4/+0
2007-10-23[SCSI] qla2xxx: Update version number to 8.02.00-k5.Andrew Vasquez1-1/+1
2007-10-23[SCSI] qla2xxx: Correct display of ISP serial-number.Andrew Vasquez1-0/+3
2007-10-23[SCSI] qla2xxx: Correct residual-count handling discrepancies during UNDERRUN handling.Andrew Vasquez1-1/+7
2007-10-23[SCSI] qla2xxx: Make driver (mostly) legacy I/O port free.Andrew Vasquez2-20/+31
2007-10-23[SCSI] qla2xxx: Fix issue where final flash-segment updates were falling into the slow-path write handler.Andrew Vasquez1-1/+1
2007-10-23[SCSI] qla2xxx: Handle unaligned sector writes during NVRAM/VPD updates.Andrew Vasquez2-8/+21
2007-10-23[SCSI] qla2xxx: Defer explicit interrupt-polling processing to init-time scenarios.Andrew Vasquez2-2/+2
2007-10-23[SCSI] qla2xxx: Resync with latest HBA SSID specification -- 2.2u.Andrew Vasquez1-1/+6
2007-10-18[SCSI] qla2xxx: printk fixesAndrew Morton1-2/+3
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+2
2007-10-12[SCSI] qla2xxx: Update version number to 8.02.00-k4.Andrew Vasquez1-1/+1
2007-10-12[SCSI] qla2xxx: Limit iIDMA speed adjustments.Andrew Vasquez1-8/+2
2007-10-12[SCSI] qla2xxx: Rework MSI-X handlers.Andrew Vasquez1-5/+2
2007-10-12[SCSI] qla2xxx: Clear options-flags while staging firmware-execution.Andrew Vasquez1-1/+2
2007-10-12[SCSI] qla2xxx: Sparse cleanups in qla_mid.cAndrew Vasquez1-32/+2
2007-10-12[SCSI] qla2xxx: Cleanup several 'sparse' warnings.Andrew Vasquez1-2/+2
2007-10-12[SCSI] qla2xxx: Use shost_priv().Andrew Vasquez5-60/+58
2007-10-12[SCSI] qla2xxx: Remove unused member (list) from srb_t structure.Andrew Vasquez1-2/+0
2007-10-12[SCSI] qla2xxx: Retrieve max-NPIV support capabilities from FW.Seokmann Ju5-13/+22
2007-10-12[SCSI] qla2xxx: Use the correct pointer-address during NVRAM writes.Andrew Vasquez1-1/+1
2007-10-12[SCSI] qla2xxx: Set correct attribute count during FDMI RPA.Andrew Vasquez2-3/+5
2007-10-12[SCSI] qla2xxx: Correct infinite-login-retry issue.Ravi Anand1-1/+3
2007-10-12[SCSI] qla2xxx: Query additional RISC registers during ISP25XX firmware dump.Andrew Vasquez3-1/+21
2007-10-12[SCSI] qla2xxx: Correct staging of RISC while attempting to pause.Andrew Vasquez1-13/+10
2007-10-12[SCSI] qla2xxx: Query additional RISC information during a pause.Andrew Vasquez2-1/+56
2007-10-12[SCSI] qla2xxx: Add PCI error recovery support.Seokmann Ju3-1/+142
2007-10-12[SCSI] qla2xxx: Allow region-based flash-part accesses.Joe Carnuccio4-20/+96
2007-10-12[SCSI] qla2xxx: Add flash burst-read/write support.Andrew Vasquez4-56/+220
2007-10-12[SCSI] qla2xxx: Collapse and simplify ISP2XXX firmware dump routines.Andrew Vasquez2-1273/+560