aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-21asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake1-21/+2
2012-01-16[SCSI] qla4xxx: Update driver version to 5.02.00-k12Vikas Chaudhary1-1/+1
2012-01-16[SCSI] qla4xxx: Cleanup modinfo displayKaren Higgins1-16/+17
2012-01-16[SCSI] qla4xxx: Clear the RISC interrupt bit during FW initSarang Radke2-0/+8
2012-01-16[SCSI] qla4xxx: Added error logging for firmware abortNilesh Javali2-0/+9
2012-01-16[SCSI] qla4xxx: Disable generating pause frames in case of FW hungGiridhar Malavali3-0/+20
2012-01-16[SCSI] qla4xxx: Temperature monitoring for ISP82XX core.Mike Hernandez3-4/+58
2012-01-10[SCSI] qla4xxx: Update driver version to 5.02.00-k11Vikas Chaudhary1-1/+1
2012-01-10[SCSI] qla4xxx: Fixed BFS with sendtargets as boot index.Manish Rangankar1-3/+0
2012-01-10[SCSI] qla4xxx: Break the loop if the sendtargets list was emptyNilesh Javali1-0/+3
2012-01-10[SCSI] qla4xxx: Limit the ACB Default Timeout value to 12sNilesh Javali1-4/+12
2012-01-10[SCSI] qla4xxx: cleanup, make qla4xxx_build_ddb_list shortLalit Chandivade1-162/+237
2012-01-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds6-48/+141
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-5/+5
2011-12-15[SCSI] qla4xxx: Update driver version to 5.02.00-k10Vikas Chaudhary1-1/+1
2011-12-15[SCSI] qla4xxx: check for FW alive before calling chip_resetShyam Sunder2-24/+52
2011-12-15[SCSI] qla4xxx: Fix qla4xxx_dump_buffer to dump buffer correctlyVikas Chaudhary1-3/+3
2011-12-15[SCSI] qla4xxx: Fix the IDC locking mechanismNilesh Javali1-8/+11
2011-12-15[SCSI] qla4xxx: Wait for disable_acb before doing set_acbVikas Chaudhary1-1/+10
2011-12-15[SCSI] qla4xxx: Don't recover adapter if device state is FAILEDSarang Radke1-0/+21
2011-12-15[SCSI] qla4xxx: fix call trace on rmmod with ql4xdontresethba=1Sarang Radke1-0/+20
2011-12-15[SCSI] qla4xxx: Fix CPU lockups when ql4xdontresethba setMike Hernandez1-0/+4
2011-12-15[SCSI] qla4xxx: Perform context resets in case of context failures.Vikas Chaudhary1-11/+19
2011-12-14[SCSI] qla4xxx: check for failed conn setupMike Christie1-0/+3
2011-12-14[SCSI] qla4xxx: a small loop fixTomas Henzl1-1/+3
2011-12-14[SCSI] qla4xxx: fix flash/ddb supportMike Christie7-97/+1315
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds16-1207/+4075
2011-10-20[SCSI] qla4xxx: export address/port of connection (fix udev disk names)Mike Christie1-0/+2
2011-10-20[SCSI] iscsi class: fix vlan configurationMike Christie1-2/+2
2011-10-20[SCSI] qla4xxx: fix data alignment and use nl helpersMike Christie1-14/+7
2011-10-16[SCSI] qla4xxx: Update driver version to 5.02.00-k8Vikas Chaudhary1-1/+1
2011-10-16[SCSI] qla4xxx: updated device id check for BFS.Manish Rangankar1-5/+3
2011-10-16[SCSI] qla4xxx: Fixed target discovery failed issue.Manish Rangankar3-5/+7
2011-10-16[SCSI] qla4xxx: Fixed active session re-open issue.Manish Rangankar1-1/+5
2011-10-16[SCSI] qla4xxx: Fixed device blocked issue on link up-down.Manish Rangankar2-1/+2
2011-10-16[SCSI] qla4xxx: Fixed session destroy issue on link up-down.Manish Rangankar2-1/+21
2011-10-16[SCSI] qla4xxx: Clear DDB map index on the basis of AEN.Manish Rangankar2-9/+14
2011-10-16[SCSI] qla4xxx: Free Device Database (DDB) reserved by FWLalit Chandivade1-0/+40
2011-10-16[SCSI] qla4xxx: Fix getting BIDI CHAP for boot targetsLalit Chandivade1-4/+58
2011-10-16[SCSI] qla4xxx: Fix exporting boot targets to sysfsLalit Chandivade1-16/+21
2011-10-16[SCSI] qla4xxx: Do not add duplicate CHAP entry in FLASHLalit Chandivade5-35/+195
2011-10-16[SCSI] qla4xxx: Fix bidirectional CHAP.Lalit Chandivade2-3/+6
2011-10-16[SCSI] qla4xxx: Add new FLT firmware regionNilesh Javali2-0/+2
2011-09-18[SCSI] qla4xxx: select iscsi boot sysfs attrsMike Christie1-0/+1
2011-09-10scsi: qla4xxx driver depends on NETRandy Dunlap1-1/+1
2011-08-27[SCSI] qla4xxx: export iface nameMike Christie1-0/+1
2011-08-27[SCSI] qla4xxx: Added support for adapter and firmware resetVikas Chaudhary4-0/+114
2011-08-27[SCSI] qla4xxx: Added Get ACB support using BSGHarish Zunjarrao4-8/+80