| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] qla2xxx: Update version number to 8.02.00-k3. | Andrew Vasquez | 2007-08-15 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Correct mailbox register dump for FWI2 capable ISPs. | Andrew Vasquez | 2007-08-15 | 1 | -12/+9 |
* | [SCSI] qla2xxx: Correct 8GB iIDMA support. | Andrew Vasquez | 2007-08-15 | 3 | -44/+30 |
* | [SCSI] qla2xxx: Correct management-server login-state synchronization issue. | Andrew Vasquez | 2007-08-15 | 1 | -0/+1 |
* | [SCSI] qla2xxx: Don't modify parity bits during ISP25XX restart. | Andrew Vasquez | 2007-08-15 | 1 | -2/+4 |
* | [SCSI] qla2xxx: Allocate enough space for the full PCI descriptor. | Andrew Vasquez | 2007-08-15 | 1 | -1/+1 |
* | [SCSI] qla2xxx: fix panic caused by previous patch | Seokmann Ju | 2007-07-31 | 1 | -0/+14 |
* | [SCSI] qla2xxx: fix to honor ignored parameters in sysfs attributes | Seokmann Ju | 2007-07-27 | 3 | -24/+38 |
* | [SCSI] qla2xxx: Data accessors Cleanup of last merge | Boaz Harrosh | 2007-07-23 | 1 | -2/+2 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-07-22 | 15 | -508/+1503 |
|\ |
|
| * | [SCSI] qla2xxx: Update version number to 8.02.00-k2. | Andrew Vasquez | 2007-07-20 | 1 | -1/+1 |
| * | [SCSI] qla2xxx: Add ISP25XX support. | Andrew Vasquez | 2007-07-20 | 11 | -218/+1137 |
| * | [SCSI] qla2xxx: Use pci_try_set_mwi(). | Andrew Vasquez | 2007-07-20 | 1 | -6/+3 |
| * | [SCSI] qla2xxx: Use PCI-X/PCI-Express read control interfaces. | Andrew Vasquez | 2007-07-20 | 1 | -21/+4 |
| * | [SCSI] qla2xxx: Re-factor isp_operations to static structures. | Andrew Vasquez | 2007-07-20 | 9 | -196/+244 |
| * | [SCSI] qla2xxx: Validate mid-layer 'underflow' during check-condition handling. | Shyam Sundar | 2007-07-20 | 1 | -0/+19 |
| * | [SCSI] qla2xxx: Correct setting of 'current' and 'supported' speeds during FD... | Andrew Vasquez | 2007-07-20 | 2 | -9/+28 |
| * | [SCSI] qla2xxx: Generalize iIDMA support. | Andrew Vasquez | 2007-07-20 | 5 | -5/+9 |
| * | [SCSI] qla2xxx: Generalize FW-Interface-2 support. | Andrew Vasquez | 2007-07-20 | 9 | -54/+60 |
* | | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -1/+1 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-07-15 | 15 | -330/+1695 |
|\ |
|
| * | [SCSI] qla2xxx: update version to 8.02.00-k1. | Seokmann Ju | 2007-07-14 | 1 | -3/+3 |
| * | [SCSI] qla2xxx: add support for NPIV | Seokmann Ju | 2007-07-14 | 13 | -154/+1593 |
| * | [SCSI] qla2xxx: convert to use the data buffer accessors | FUJITA Tomonori | 2007-05-31 | 4 | -181/+107 |
| * | [SCSI] aacraid,qla2xxx: use irq_handler_t where appropriate | Jeff Garzik | 2007-05-24 | 1 | -1/+1 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2007-07-12 | 1 | -1/+1 |
|\ \ |
|
| * | | PCI: Change all drivers to use pci_device->revision | Auke Kok | 2007-07-11 | 1 | -1/+1 |
* | | | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys... | Zhang Rui | 2007-07-11 | 1 | -20/+30 |
* | | | sysfs: kill unnecessary attribute->owner | Tejun Heo | 2007-07-11 | 1 | -6/+0 |
|/ / |
|
* | | [SCSI] qla2xxx: fix timeout in qla2x00_down_timeout | Bill Nottingham | 2007-05-30 | 1 | -1/+1 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2007-05-08 | 1 | -7/+4 |
|\ |
|
| * | [QLA2XXX]: Fix build on sparc. | David S. Miller | 2007-05-08 | 1 | -7/+4 |
* | | [SCSI] qla2xxx: Update version number to 8.01.07-k7. | Andrew Vasquez | 2007-05-08 | 1 | -1/+1 |
* | | [SCSI] qla2xxx: Add MSI support. | Andrew Vasquez | 2007-05-08 | 1 | -1/+14 |
* | | [SCSI] qla2xxx: Correct pci_set_msi() usage semantics. | Andrew Vasquez | 2007-05-08 | 1 | -17/+14 |
* | | [SCSI] qla2xxx: Attempt to stop firmware only if it had been previously execu... | Andrew Vasquez | 2007-05-08 | 1 | -0/+2 |
* | | [SCSI] qla2xxx: Honor NVRAM port-down-retry-count settings. | Andrew Vasquez | 2007-05-08 | 1 | -1/+1 |
* | | [SCSI] qla2xxx: Error-out during probe() if we're unable to complete HBA init... | Andrew Vasquez | 2007-05-08 | 1 | -3/+1 |
|/ |
|
* | [SCSI] qla2xxx: fix regression on sparc64 | David Miller | 2007-04-30 | 1 | -14/+163 |
* | [SCSI] qla2xxx: Remove duplicate pci_disable_device() call | Bernhard Walle | 2007-04-01 | 1 | -2/+1 |
* | [SCSI] qla2xxx: fix for byteswap in fc_host fabric_name | Richard Lary | 2007-04-01 | 1 | -8/+8 |
* | [SCSI] qla2xxx: Update version number to 8.01.07-k6. | Andrew Vasquez | 2007-03-20 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Allow the extended-error-logging flag to be dynamic. | Andrew Vasquez | 2007-03-20 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Drop acquisition of hardware_lock during flash manipulations. | Andrew Vasquez | 2007-03-20 | 1 | -6/+0 |
* | [SCSI] qla2xxx: Add cond_resched() calls during HBA flash manipulation. | Andrew Vasquez | 2007-03-20 | 1 | -0/+5 |
* | [SCSI] qla2xxx: Add scan_[start|finish]() callbacks for ISP24xx HBAs. | Andrew Vasquez | 2007-03-20 | 1 | -0/+2 |
* | [SCSI] qla2xxx: fix RSCN handling on big-endian systems | Malahal Naineni | 2007-03-20 | 1 | -5/+8 |
* | [SCSI] qla2xxx: Update version number to 8.01.07-k5. | Andrew Vasquez | 2007-01-31 | 1 | -1/+1 |
* | Merge branch 'linus' | James Bottomley | 2007-01-31 | 8 | -84/+107 |
|\ |
|
| * | [SCSI] qla2xxx: Update version number to 8.01.07-k4. | Andrew Vasquez | 2007-01-03 | 1 | -1/+1 |