summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-051-24/+6
|\
| * scsi: target: iscsi: Remove the iscsi_data_count structureMaurizio Lombardi2020-04-241-24/+6
* | ipv4: add ip_sock_set_freebindChristoph Hellwig2020-05-281-10/+3
* | tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-12/+3
* | net: add sock_set_reuseaddrChristoph Hellwig2020-05-282-9/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-024-62/+31
|\
| * scsi: target: iscsi: calling iscsit_stop_session() inside iscsit_close_sessio...Maurizio Lombardi2020-03-261-2/+1
| * scsi: target: fix hang when multiple threads try to destroy the same iscsi se...Maurizio Lombardi2020-03-263-16/+29
| * scsi: target: remove boilerplate codeMaurizio Lombardi2020-03-262-45/+2
* | scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a...Bart Van Assche2020-02-141-8/+2
* | scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche2020-02-141-3/+3
|/
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-01-261-3/+3
|\
| * scsi: RDMA/isert: Fix a recently introduced regression related to logoutBart Van Assche2020-01-211-3/+3
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-025-104/+175
|\
| * scsi: target: iscsi: Wait for all commands to finish before freeing a sessionBart Van Assche2019-11-191-2/+8
| * 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
* | 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 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-111-13/+2
|\
| * 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
| |\ \
| * | | 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-061-8/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supportedMaurizio Lombardi2019-07-021-8/+8
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-195-20/+5
| |/ / |/| |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-3017-153/+17
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
| |/ |/|
* | 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-083-42/+90
|\|
| * 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
| * scsi: target: iscsi: Free conn_ops when zalloc_cpumask_var failedtangwenji2019-03-201-3/+3
| * scsi: target: iscsi: Fix np_ip_proto and np_sock_type in iscsit_setup_nptangwenji2019-03-201-3/+0
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
|/