aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a session"Bart Van Assche1-8/+2
2020-02-14scsi: Revert "RDMA/isert: Fix a recently introduced regression related to logout"Bart Van Assche1-3/+3
2020-01-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2020-01-21scsi: RDMA/isert: Fix a recently introduced regression related to logoutBart Van Assche1-3/+3
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-104/+175
2019-11-19scsi: target: iscsi: Wait for all commands to finish before freeing a sessionBart Van Assche1-2/+8
2019-11-06scsi: target: iscsi: rename some variables to avoid confusion.Maurizio Lombardi1-20/+20
2019-11-06scsi: target: iscsi: tie the challenge length to the hash digest sizeMaurizio Lombardi2-13/+28
2019-11-06scsi: target: iscsi: CHAP: add support for SHA1, SHA256 and SHA3-256Maurizio Lombardi2-62/+120
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2019-10-24scsi: cxgb4i: remove set but not used variable 'ppmax'YueHaibing1-3/+0
2019-10-24scsi: target: cxgbit: Fix cxgbit_fw4_ack()Bart Van Assche1-1/+2
2019-10-22scsi: target: remove unused extension parametersDavid Disseldorp1-3/+0
2019-10-22scsi: target: fix SendTargets=All string comparesDavid Disseldorp1-8/+6
2019-10-22scsi: target: compare full CHAP_A Algorithm stringsDavid Disseldorp1-1/+1
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+7
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-2/+2
2019-07-24Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-6/+7
2019-07-22scsi: target: cxgbit: add support for IEEE_8021QAZ_APP_SEL_STREAM selectorVarun Prakash2-4/+7
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-13/+2
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+4
2019-07-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+8
2019-07-02scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supportedMaurizio Lombardi1-8/+8
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-20/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner5-20/+5
2019-06-18scsi: target/iscsi: fix possible condition with no effect (if == else)Hariprasad Kelam1-13/+2
2019-06-10cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSIVarun Prakash1-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner17-153/+17
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada1-3/+3
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-42/+90
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-12scsi: target/iscsi: Make sure PDU processing continues if parsing a command failsBart Van Assche1-21/+18
2019-04-12scsi: target/iscsi: Make iscsit_map_iovec() more robustBart Van Assche1-14/+36
2019-04-12scsi: target/iscsi: Handle too large immediate data buffers correctlyBart Van Assche2-3/+25
2019-04-12scsi: target/iscsi: Only send R2T if neededBart Van Assche2-0/+8
2019-04-12scsi: target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche1-0/+2
2019-03-20scsi: target: iscsi: Free conn_ops when zalloc_cpumask_var failedtangwenji1-3/+3
2019-03-20scsi: target: iscsi: Fix np_ip_proto and np_sock_type in iscsit_setup_nptangwenji1-3/+0
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-103/+54
2019-02-04scsi: target/iscsi: Simplify iscsit_handle_text_cmd()Bart Van Assche1-14/+11
2019-02-04scsi: target/iscsi: Simplify iscsit_dump_data_payload()Bart Van Assche1-32/+9
2019-02-04scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlockBart Van Assche1-2/+2
2019-02-04scsi: target/iscsi: Rename a function and a function pointerBart Van Assche4-5/+5
2019-02-04scsi: target/iscsi: Fix spelling of "unsolicited"Bart Van Assche4-7/+7
2019-02-04scsi: target/iscsi: Convert comments about locking into runtime checksBart Van Assche4-27/+20
2019-02-04scsi: target/iscsi: Remove an incorrect commentBart Van Assche1-3/+0
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-13/+0