summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_init.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] qla2xxx: Addition of shutdown callback handler.Madhuranath Iyengar2010-10-251-0/+7
* [SCSI] qla2xxx: Change del_timer_sync() to del_timer() in qla2x00_ctx_sp_free().Chad Dupuis2010-10-251-1/+1
* [SCSI] qla2xxx: Add module parameter to enable/disable GFF_ID device type check.Chad Dupuis2010-10-251-2/+3
* [SCSI] qla2xxx: Remove port down retry count.Chad Dupuis2010-10-251-8/+0
* [SCSI] qla2xxx: locking problem in qla2x00_init_rings()Dan Carpenter2010-10-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-221-9/+45
|\
| * [SCSI] qla2xxx: Handle MPI timeout indicated by AE8002Madhuranath Iyengar2010-09-051-0/+31
| * [SCSI] qla2xxx: Update to AER support, do early abort commands.Lalit Chandivade2010-09-051-9/+11
| * [SCSI] qla2xxx: Don't issue set or get port param MBC if port is not online.Giridhar Malavali2010-09-051-0/+3
* | [SCSI] qla2xxx: Fix vport delete issuesArun Easi2010-09-051-13/+81
|/
* [SCSI] qla2xxx: Cleanup some dead-code and make some functions static.Andrew Vasquez2010-07-281-1/+1
* [SCSI] qla2xxx: Update copyright banner.Giridhar Malavali2010-07-281-1/+1
* [SCSI] qla2xxx: Rearranged and cleaned up the code for processing the pending...Giridhar Malavali2010-07-281-2/+7
* [SCSI] qla2xxx: Stop firmware before doing init firmware.Andrew Vasquez2010-07-281-2/+3
* [SCSI] qla2xxx: Use GFF_ID to check FCP-SCSI FC4 type before logging into Nx_...Chad Dupuis2010-07-281-1/+10
* [SCSI] qla2xxx: Appropriately log FCP priority data messagesMadhuranath Iyengar2010-07-281-5/+2
* [SCSI] qla2xxx: Removed dependency for SRB structure for Marker processingGiridhar Malavali2010-07-281-71/+2
* [SCSI] qla2xxx: For ISP 23xx, select user specified login timeout value if gr...Andrew Vasquez2010-07-271-10/+22
* [SCSI] qla2xxx: Handle outstanding mbx cmds on hung f/w scenarios.Santosh Vernekar2010-07-271-1/+2
* [SCSI] qla2xxx: Limit rport-flaps during link-disruptions.Giridhar Malavali2010-07-271-3/+5
* [SCSI] qla2xxx: Correct async-srb issues.Andrew Vasquez2010-07-271-6/+14
* [SCSI] qla2xxx: Add portid to async-request messages.Andrew Vasquez2010-07-271-2/+4
* [SCSI] qla2xxx: Clear drive active CRB register when not in use.Giridhar Malavali2010-07-271-0/+2
* [SCSI] qla2xxx: Updates to ISP82xx support.Giridhar Malavali2010-05-161-33/+0
* [SCSI] qla2xxx: Silence bogus warning by gcc for wrap and did.Mike Waychison2010-05-161-2/+2
* [SCSI] qla2xxx: Support for asynchronous TM and Marker IOCBs.Madhuranath Iyengar2010-05-161-4/+152
* [SCSI] qla2xxx: Provide common framework for BSG and IOCB commands.Madhuranath Iyengar2010-05-161-57/+78
* [SCSI] qla2xxx: Limit mailbox command contention for ADISC requests.Andrew Vasquez2010-05-161-6/+82
* [SCSI] qla2xxx: Further generalization of SRB CTX infrastructure.Andrew Vasquez2010-05-161-10/+33
* [SCSI] qla2xxx: Add ISP82XX support.Giridhar Malavali2010-05-011-26/+207
* [SCSI] qla2xxx: General checkpatch corrections.Andrew Vasquez2010-04-111-2/+2
* [SCSI] qla2xxx: Add APEX support.Sarang Radke2010-04-111-0/+168
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] qla2xxx: Add firmware ETS burst support.Andrew Vasquez2010-02-191-1/+10
* [SCSI] qla2xxx: Correct loop-resync issues during SNS scans.Andrew Vasquez2010-02-191-1/+6
* [SCSI] qla2xxx: Add BSG support for FC ELS/CT passthrough and vendor commands.Giridhar Malavali2010-01-181-2/+12
* [SCSI] qla2xxx: Correct FCP2 recovery handling.Andrew Vasquez2010-01-171-6/+6
* [SCSI] qla2xxx: Extend base EEH support in qla2xxx.Andrew Vasquez2009-12-301-0/+20
* [SCSI] qla2xxx: Get the link data rate explicitly during device resync.Michael Hernandez2009-12-301-0/+2
* [SCSI] qla2xxx: fix for multiqueue in MISX disabled caseAnirban Chakraborty2009-12-101-1/+11
* [SCSI] qla2xxx: Properly re-register FC4/FDMI after physical and logical link...Andrew Vasquez2009-12-041-1/+0
* [SCSI] qla2xxx: Retrieve firmware's maximum number of supported FCFs.Andrew Vasquez2009-12-041-1/+1
* [SCSI] qla2xxx: Reread firmware versions information after an ISP abort.Lalit Chandivade2009-12-041-0/+9
* [SCSI] qla2xxx: Properly delete rports attached to a vport.Andrew Vasquez2009-09-121-5/+7
* [SCSI] qla2xxx: Correct various NPIV issues.Andrew Vasquez2009-09-121-2/+0
* [SCSI] qla2xxx: Further limit device-table (qla_devtbl) lookup to non-24xx.Andrew Vasquez2009-09-121-1/+2
* [SCSI] qla2xxx: Correctly set FCF_TAPE_PRESENT flag based on scsi-device.Santosh Vernekar2009-09-121-1/+1
* [SCSI] qla2xxx: Add asynchronous-login support.Andrew Vasquez2009-09-051-3/+212
* [SCSI] qla2xxx: Fix to ensure driver works in sinlge queue mode if multiqueue...Anirban Chakraborty2009-08-221-3/+2
* qla2xxx: Correct iiDMA-update calling conventions.Harish Zunjarrao2009-06-211-1/+1
OpenPOWER on IntegriCloud