| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] qla2xxx: Update version number to 8.02.00-k9. | Andrew Vasquez | 2008-03-03 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Correct usage of inconsistent timeout values while issuing EL... | Andrew Vasquez | 2008-03-03 | 3 | -10/+10 |
* | [SCSI] qla2xxx: Correct discrepancies during OVERRUN handling on FWI2-capable... | Andrew Vasquez | 2008-03-03 | 1 | -0/+5 |
* | [SCSI] qla2xxx: Correct needless clean-up resets during shutdown. | Andrew Vasquez | 2008-03-03 | 1 | -1/+2 |
* | [SCSI] qla2xxx: fix compile warning for printk format | FUJITA Tomonori | 2008-02-18 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Update version number to 8.02.00-k8. | Andrew Vasquez | 2008-02-07 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Correct issue where incorrect init-fw mailbox command was use... | Andrew Vasquez | 2008-02-07 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Access the proper 'physical' port in FC-transport callbacks. | Seokmann Ju | 2008-02-07 | 3 | -6/+14 |
* | [SCSI] qla2xxx: Correct issue where vport-state was not updated during an ISP... | Seokmann Ju | 2008-02-07 | 1 | -0/+15 |
* | [SCSI] qla2xxx: Move RISC-interrupt-register modifications to qla2x00_request... | Andrew Vasquez | 2008-02-07 | 2 | -23/+22 |
* | [SCSI] qla2xxx: Consolidate RISC-parity enablement codes. | Andrew Vasquez | 2008-02-07 | 2 | -58/+24 |
* | [SCSI] qla2xxx: Cleanse memory allocation logic during probe. | Andrew Vasquez | 2008-02-07 | 2 | -230/+111 |
* | [SCSI] qla2xxx: Clear EFT buffer before firmware reinitialization. | Andrew Vasquez | 2008-02-07 | 1 | -0/+1 |
* | [SCSI] qla2xxx: Cleanup any outstanding SRB resources during shutdown. | Andrew Vasquez | 2008-02-07 | 3 | -19/+28 |
* | [SCSI] qla2xxx: Add MODULE_FIRMWARE hint for ISP25XX firmware. | Andrew Vasquez | 2008-02-07 | 1 | -0/+1 |
* | [SCSI] qla2xxx: Correct resource_size_t usages. | Andrew Vasquez | 2008-02-07 | 1 | -21/+15 |
* | drivers/scsi/: Spelling fixes | Joe Perches | 2008-02-03 | 1 | -1/+1 |
* | PCI: Remove users of pci_enable_device_bars() | Benjamin Herrenschmidt | 2008-02-01 | 2 | -4/+18 |
* | [SCSI] remove use_sg_chaining | James Bottomley | 2008-01-30 | 1 | -2/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-01-25 | 15 | -558/+655 |
|\ |
|
| * | [SCSI] qla2xxx: Update version number to 8.02.00-k7. | Andrew Vasquez | 2008-01-23 | 1 | -1/+1 |
| * | [SCSI] qla2xxx: Issue correct MBC_INITIALIZE_FIRMWARE command. | Seokmann Ju | 2008-01-23 | 2 | -2/+4 |
| * | [SCSI] qla2xxx: Correct late-memset() of EFT buffer. | Andrew Vasquez | 2008-01-23 | 1 | -1/+1 |
| * | [SCSI] qla2xxx: Add Fibre Channel Event (FCE) tracing support. | Andrew Vasquez | 2008-01-23 | 10 | -14/+405 |
| * | [SCSI] qla2xxx: Trace-Control naming cleanups. | Andrew Vasquez | 2008-01-23 | 6 | -20/+50 |
| * | [SCSI] qla2xxx: Code cleanups. | Adrian Bunk | 2008-01-23 | 7 | -238/+19 |
| * | [SCSI] qla2xxx: Add a filter to compare port_name against the physical on vpo... | Seokmann Ju | 2008-01-23 | 1 | -0/+2 |
| * | [SCSI] qla2xxx: Use completion routines. | Marcus Barrow | 2008-01-23 | 6 | -69/+16 |
| * | [SCSI] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request. | Andrew Vasquez | 2008-01-23 | 3 | -3/+4 |
| * | [SCSI] qla2xxx: Restrict MSI/MSI-X enablement on select ISP2432-type HBAs. | Andrew Vasquez | 2008-01-23 | 1 | -0/+12 |
| * | [SCSI] qla2xxx: Wait for FLASH write-protection to complete after a write. | Andrew Vasquez | 2008-01-23 | 1 | -2/+8 |
| * | [SCSI] qla2xxx: Fix for 32-bit platforms with 64-bit resources. | Andrew Vasquez | 2008-01-23 | 2 | -17/+8 |
| * | [SCSI] qla2xxx: Retrieve additional HBA port statistics from recent ISPs. | Andrew Vasquez | 2008-01-23 | 4 | -98/+74 |
| * | [SCSI] qla2xxx: Consolidate duplicate sense-data handling codes. | Andrew Vasquez | 2008-01-23 | 1 | -54/+31 |
| * | [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE | FUJITA Tomonori | 2008-01-23 | 1 | -6/+6 |
| * | [SCSI] qla2xxx: Update version number to 8.02.00-k6. | Andrew Vasquez | 2008-01-11 | 1 | -1/+1 |
| * | [SCSI] qla2xxx: Properly handle Vport state-change-notifications. | Shyam Sundar | 2008-01-11 | 1 | -2/+5 |
| * | [SCSI] qla2xxx: Correct NPIV support for recent ISPs. | Andrew Vasquez | 2008-01-11 | 6 | -51/+33 |
| * | [SCSI] qla2xxx: Don't explicitly read mbx registers while processing a system... | Andrew Vasquez | 2008-01-11 | 1 | -4/+0 |
* | | scsi/qla2xxx/qla_os.c section fix | Adrian Bunk | 2008-01-14 | 1 | -2/+2 |
|/ |
|
* | [SCSI] qla2xxx: Update version number to 8.02.00-k5. | Andrew Vasquez | 2007-10-23 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Correct display of ISP serial-number. | Andrew Vasquez | 2007-10-23 | 1 | -0/+3 |
* | [SCSI] qla2xxx: Correct residual-count handling discrepancies during UNDERRUN... | Andrew Vasquez | 2007-10-23 | 1 | -1/+7 |
* | [SCSI] qla2xxx: Make driver (mostly) legacy I/O port free. | Andrew Vasquez | 2007-10-23 | 2 | -20/+31 |
* | [SCSI] qla2xxx: Fix issue where final flash-segment updates were falling into... | Andrew Vasquez | 2007-10-23 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Handle unaligned sector writes during NVRAM/VPD updates. | Andrew Vasquez | 2007-10-23 | 2 | -8/+21 |
* | [SCSI] qla2xxx: Defer explicit interrupt-polling processing to init-time scen... | Andrew Vasquez | 2007-10-23 | 2 | -2/+2 |
* | [SCSI] qla2xxx: Resync with latest HBA SSID specification -- 2.2u. | Andrew Vasquez | 2007-10-23 | 1 | -1/+6 |
* | [SCSI] qla2xxx: printk fixes | Andrew Morton | 2007-10-18 | 1 | -2/+3 |
* | [SCSI] add use_sg_chaining option to scsi_host_template | FUJITA Tomonori | 2007-10-16 | 1 | -0/+2 |