summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_mbx.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-03[SCSI] qla2xxx: Fix "occured" spelling errors.Bjorn Helgaas1-2/+2
2008-10-03[SCSI] qla2xxx: Change GFP_ATOMIC to GFP_KERNEL for non-atomic allocations.Andrew Vasquez1-1/+1
2008-08-16[SCSI] qla2xxx: Explicitly tear-down vports during PCI remove_one().Andrew Vasquez1-1/+1
2008-07-26[SCSI] qla2xxx: Additional NPIV corrections.Andrew Vasquez1-4/+3
2008-07-26[SCSI] qla2xxx: Verify the RISC is not in ROM code if firmware-load is disabled.Andrew Vasquez1-0/+2
2008-07-26[SCSI] qla2xxx: Always aquire the parent's hardware_lock.Seokmann Ju1-4/+6
2008-05-15[SCSI] qla2xxx: Extend the 'fw_dump' SYSFS node the ability to initiate a fir...Andrew Vasquez1-5/+1
2008-05-15[SCSI] qla2xxx: Don't depend on mailbox return values while enabling FCE trac...Andrew Vasquez1-1/+1
2008-05-15[SCSI] qla2xxx: Convert vport_sem to a mutexmatthias@kaehlcke.net1-2/+2
2008-04-27[SCSI] qla2xxx: Correct misc. endian and byte-ordering issues.Seokmann Ju1-7/+6
2008-04-27[SCSI] qla2xxx: make qla2x00_issue_iocb_timeout() staticAdrian Bunk1-1/+1
2008-04-27[SCSI] qla2xxx: Correct SRB usage-after-completion/free issues.Andrew Vasquez1-2/+0
2008-04-27[SCSI] qla2xxx: Correct ISP84XX verify-chip response handling.Andrew Vasquez1-1/+1
2008-04-07[SCSI] qla2xxx: Add ISP84XX support.Harihara Kadayam1-7/+118
2008-04-07[SCSI] qla2xxx: Assign mailbox command timeout values in a consistent manner.Ravi Anand1-31/+31
2008-04-07[SCSI] qla2xxx: Add midlayer target/device reset support.Andrew Vasquez1-41/+82
2008-04-07[SCSI] qla2xxx: Add hardware trace-logging support.Andrew Vasquez1-0/+8
2008-04-07[SCSI] qla2xxx: Remove unused and obsolete #define's.Andrew Vasquez1-2/+0
2008-04-07[SCSI] qla2xxx: Update copyright banner.Andrew Vasquez1-1/+1
2008-03-03[SCSI] qla2xxx: Correct usage of inconsistent timeout values while issuing EL...Andrew Vasquez1-1/+1
2008-02-08[SCSI] qla2xxx: Correct issue where incorrect init-fw mailbox command was use...Andrew Vasquez1-1/+1
2008-01-23[SCSI] qla2xxx: Issue correct MBC_INITIALIZE_FIRMWARE command.Seokmann Ju1-1/+1
2008-01-23[SCSI] qla2xxx: Add Fibre Channel Event (FCE) tracing support.Andrew Vasquez1-0/+87
2008-01-23[SCSI] qla2xxx: Trace-Control naming cleanups.Andrew Vasquez1-12/+37
2008-01-23[SCSI] qla2xxx: Code cleanups.Adrian Bunk1-174/+3
2008-01-23[SCSI] qla2xxx: Use completion routines.Marcus Barrow1-40/+4
2008-01-23[SCSI] qla2xxx: Retrieve additional HBA port statistics from recent ISPs.Andrew Vasquez1-73/+26
2008-01-12[SCSI] qla2xxx: Correct NPIV support for recent ISPs.Andrew Vasquez1-2/+2
2007-10-23[SCSI] qla2xxx: Defer explicit interrupt-polling processing to init-time scen...Andrew Vasquez1-1/+1
2007-10-12[SCSI] qla2xxx: Clear options-flags while staging firmware-execution.Andrew Vasquez1-1/+2
2007-10-12[SCSI] qla2xxx: Retrieve max-NPIV support capabilities from FW.Seokmann Ju1-4/+7
2007-10-12[SCSI] qla2xxx: Add flash burst-read/write support.Andrew Vasquez1-0/+48
2007-07-20[SCSI] qla2xxx: Generalize iIDMA support.Andrew Vasquez1-2/+2
2007-07-20[SCSI] qla2xxx: Generalize FW-Interface-2 support.Andrew Vasquez1-27/+27
2007-07-15[SCSI] qla2xxx: add support for NPIVSeokmann Ju1-13/+383
2007-04-01[SCSI] qla2xxx: fix for byteswap in fc_host fabric_nameRichard Lary1-8/+8
2007-01-31Merge branch 'linus'James Bottomley1-6/+6
2007-01-31[SCSI] qla2xxx: Remove unnecessary spinlock primitive - mbx_reg_lock.Seokmann Ju1-16/+0
2007-01-31[SCSI] qla2xxx: Perform implicit LOGO during fabric logout request.Lalit Chandivade1-1/+1
2007-01-04[SCSI] qla2xxx: Correct reset handling logic.Andrew Vasquez1-5/+5
2007-01-04[SCSI] qla2xxx: Don't log trace-control async-events.Andrew Vasquez1-1/+1
2006-10-04[SCSI] qla2xxx: Add iIDMA support.Andrew Vasquez1-0/+86
2006-06-27[SCSI] qla2xxx: Cleanup DEBUG macro usage.Andrew Vasquez1-100/+100
2006-06-27[SCSI] qla2xxx: Add DMI (Diagnostics Monitoring Interface) support.Andrew Vasquez1-0/+36
2006-06-27[SCSI] qla2xxx: Honour 'skip process-login' option during fabric-login IOCB.Andrew Vasquez1-0/+2
2006-06-27[SCSI] qla2xxx: Rework firmware-trace facilities.Andrew Vasquez1-0/+42
2006-03-12[SCSI] qla2xxx: Correct FCAL login retry logic for ISP24xx.andrew.vasquez@qlogic.com1-3/+8
2006-03-12[SCSI] qla2xxx: Correct swing/emphasis settings on ISP24xx.andrew.vasquez@qlogic.com1-3/+3
2006-03-12[SCSI] qla2xxx: Add ISP54xx support.andrew.vasquez@qlogic.com1-21/+21
2006-03-03[SCSI] qla2xxx: use kthread_ APIChristoph Hellwig1-3/+1