summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-0210-121/+207
|\
| * scsi: target: core: Fix a pr_debug() argumentBart Van Assche2019-11-191-1/+1
| * scsi: target: iscsi: Wait for all commands to finish before freeing a sessionBart Van Assche2019-11-191-2/+8
| * scsi: target: core: Release SPC-2 reservations when closing a sessionBart Van Assche2019-11-191-0/+15
| * scsi: target: core: Document target_cmd_size_check()Bart Van Assche2019-11-191-0/+13
| * scsi: target: tcmu: Prevent memory reclaim recursionDamien Le Moal2019-11-081-3/+3
| * scsi: target: iscsi: rename some variables to avoid confusion.Maurizio Lombardi2019-11-061-20/+20
| * scsi: target: iscsi: tie the challenge length to the hash digest sizeMaurizio Lombardi2019-11-062-13/+28
| * scsi: target: iscsi: CHAP: add support for SHA1, SHA256 and SHA3-256Maurizio Lombardi2019-11-062-62/+120
| * scsi: cxgb4i: remove set but not used variable 'ppmax'YueHaibing2019-10-241-3/+0
| * scsi: target: remove unused extension parametersDavid Disseldorp2019-10-221-3/+0
| * scsi: target: fix SendTargets=All string comparesDavid Disseldorp2019-10-221-8/+6
| * scsi: target: compare full CHAP_A Algorithm stringsDavid Disseldorp2019-10-221-1/+1
| * scsi: target: Remove tpg_list and se_portal_group.se_tpg_nodeBart Van Assche2019-10-032-13/+0
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-11-021-1/+2
|\ \
| * | scsi: target: cxgbit: Fix cxgbit_fw4_ack()Bart Van Assche2019-10-241-1/+2
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-10-251-21/+0
|\ \ \ | |/ / | | / | |/ |/|
| * scsi: target: core: Do not overwrite CDB byte 1Bodo Stroesser2019-10-171-21/+0
* | mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-2/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-211-0/+20
|\ \ | |/
| * scsi: target: tcmu: clean the nl_cmd of the udev when nl send failsLi Zhong2019-08-071-0/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-2/+7
|\ \
| * | scsi: target: tcmu: avoid use-after-free after command timeoutDmitry Fomichev2019-08-141-2/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-062-4/+7
|\ \ \ | |/ /
| * | scsi: target: cxgbit: add support for IEEE_8021QAZ_APP_SEL_STREAM selectorVarun Prakash2019-07-222-4/+7
| |/
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-2/+2
* | Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)2019-07-241-1/+1
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-6/+7
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-112-22/+9
|\
| * scsi: tcmu: Simplify tcmu_update_uio_info()Christophe JAILLET2019-06-201-9/+7
| * scsi: target/iscsi: fix possible condition with no effect (if == else)Hariprasad Kelam2019-06-181-13/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-2/+4
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-225-20/+5
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-175-65/+5
| |\ \ \
| * | | | cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSIVarun Prakash2019-06-101-2/+4
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-062-9/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supportedMaurizio Lombardi2019-07-021-8/+8
| * | | | scsi: target/iblock: Fix overrun in WRITE SAME emulationRoman Bolshakov2019-07-021-1/+1
* | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-195-20/+5
| |_|/ / |/| | |
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-055-65/+5
| |/ / |/| |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-3021-190/+21
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3017-238/+17
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-218-0/+8
| |/ |/|
* | treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-3/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-0810-146/+287
|\ \ | |/
| * scsi: target/iscsi: Make sure PDU processing continues if parsing a command f...Bart Van Assche2019-04-121-21/+18
| * scsi: target/iscsi: Make iscsit_map_iovec() more robustBart Van Assche2019-04-121-14/+36
| * scsi: target/iscsi: Handle too large immediate data buffers correctlyBart Van Assche2019-04-122-3/+25
| * scsi: target/iscsi: Only send R2T if neededBart Van Assche2019-04-122-0/+8
| * scsi: target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche2019-04-121-0/+2
OpenPOWER on IntegriCloud