summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* qla2xxx: Update driver version to 8.07.00.26-kHimanshu Madhani2015-08-271-1/+1
* qla2xxx: Add pci device id 0x2261.Sawan Chandak2015-08-272-3/+15
* qla2xxx: Fix missing device login retries.Arun Easi2015-08-271-1/+2
* qla2xxx: do not clear slot in outstanding cmd arrayHimanshu Madhani2015-08-271-6/+0
* qla2xxx: Remove decrement of sp reference count in abort handler.Chad Dupuis2015-08-271-7/+2
* qla2xxx: Add support to show MPI and PEP FW version for ISP27xx.Sawan Chandak2015-08-273-2/+31
* qla2xxx: Do not reset ISP for error entry with an out of range handle.Chad Dupuis2015-08-271-7/+1
* qla2xxx: Do not reset adapter if SRB handle is in range.Chad Dupuis2015-08-273-11/+15
* qla2xxx: Do not crash system for sp ref count zeroHiral Patel2015-08-271-1/+1
* qla2xxx: Add adapter checks for FAWWN functionality.Saurav Kashyap2015-08-272-14/+17
* qla2xxx: Pause risc before manipulating risc semaphore.Joe Carnuccio2015-08-271-0/+3
* qla2xxx: Use ssdid to gate semaphore manipulation.Joe Carnuccio2015-08-271-2/+2
* qla2xxx: Handle AEN8014 incoming port logout.Joe Carnuccio2015-08-272-4/+33
* qla2xxx: Add serdes register read/write support for ISP25xx.Joe Carnuccio2015-08-271-2/+4
* qla2xxx: Return the fabric command state for non-task management requestsDilip Kumar Uppugandla2015-08-271-0/+6
* qla2xxx: Avoid that sparse complains about context imbalancesBart Van Assche2015-08-264-0/+52
* qla2xxx: Remove dead codeBart Van Assche2015-08-261-7/+5
* qla2xxx: Remove a superfluous testBart Van Assche2015-08-261-2/+1
* qla2xxx: Fix sparse annotationsBart Van Assche2015-08-266-82/+71
* qla2xxx: Avoid that sparse complains about duplicate [noderef] attributesBart Van Assche2015-08-263-4/+4
* qla2xxx: Remove __constant_ prefixBart Van Assche2015-08-2610-253/+231
* qla2xxx: Replace two macros with an inline functionBart Van Assche2015-08-263-16/+15
* qla2xxx: Remove set-but-not-used variablesBart Van Assche2015-08-2614-102/+32
* qla2xxx: Declare local functions staticBart Van Assche2015-08-264-6/+6
* qla2xxx: Report both rsp_info and rsp_info_lenBart Van Assche2015-08-261-2/+2
* qla2xxx: prevent board_disable from running during EEHThadeu Lima de Souza Cascardo2015-08-121-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-044-248/+38
|\
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-161-7/+2
| * target: remove ->put_session methodChristoph Hellwig2015-05-311-13/+0
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-311-1/+0
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-313-45/+23
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-312-75/+0
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-311-19/+0
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-311-4/+4
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-312-29/+4
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-311-51/+8
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-311-7/+0
| * target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-251-0/+1
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-4/+2
| |\|
| * | treewide: Add missing vmalloc.h inclusion.David S. Miller2015-05-281-0/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-247-23/+29
|\ \ \ | |_|/ |/| |
| * | qla2xxx: Fix indentationBart Van Assche2015-06-135-15/+14
| * | qla2xxx: Comment out unreachable codeBart Van Assche2015-06-132-8/+15
| |/
* / target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2015-05-311-4/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-243-94/+83
|\
| * target: simplify the target template registration APIChristoph Hellwig2015-04-142-93/+27
| * tcm_qla2xxx: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-082-0/+45
| * tcm_qla2xxx: Set TARGET_PROT_ALL for sup_prot_opsNicholas Bellinger2015-04-081-1/+1
| * tcm_qla2xxx: Expose per endpoint dynamic_sessions attributeNicholas Bellinger2015-03-071-0/+10