summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi
AgeCommit message (Expand)AuthorLines
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-1/+2
2019-10-24scsi: target: cxgbit: Fix cxgbit_fw4_ack()Bart Van Assche-1/+2
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-4/+7
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon-2/+2
2019-07-24Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)-6/+7
2019-07-22scsi: target: cxgbit: add support for IEEE_8021QAZ_APP_SEL_STREAM selectorVarun Prakash-4/+7
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-13/+2
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+4
2019-07-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-8/+8
2019-07-02scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supportedMaurizio Lombardi-8/+8
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-20/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-20/+5
2019-06-18scsi: target/iscsi: fix possible condition with no effect (if == else)Hariprasad Kelam-13/+2
2019-06-10cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSIVarun Prakash-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-153/+17
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada-3/+3
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-42/+90
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers-1/+0
2019-04-12scsi: target/iscsi: Make sure PDU processing continues if parsing a command f...Bart Van Assche-21/+18
2019-04-12scsi: target/iscsi: Make iscsit_map_iovec() more robustBart Van Assche-14/+36
2019-04-12scsi: target/iscsi: Handle too large immediate data buffers correctlyBart Van Assche-3/+25
2019-04-12scsi: target/iscsi: Only send R2T if neededBart Van Assche-0/+8
2019-04-12scsi: target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche-0/+2
2019-03-20scsi: target: iscsi: Free conn_ops when zalloc_cpumask_var failedtangwenji-3/+3
2019-03-20scsi: target: iscsi: Fix np_ip_proto and np_sock_type in iscsit_setup_nptangwenji-3/+0
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-103/+54
2019-02-04scsi: target/iscsi: Simplify iscsit_handle_text_cmd()Bart Van Assche-14/+11
2019-02-04scsi: target/iscsi: Simplify iscsit_dump_data_payload()Bart Van Assche-32/+9
2019-02-04scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlockBart Van Assche-2/+2
2019-02-04scsi: target/iscsi: Rename a function and a function pointerBart Van Assche-5/+5
2019-02-04scsi: target/iscsi: Fix spelling of "unsolicited"Bart Van Assche-7/+7
2019-02-04scsi: target/iscsi: Convert comments about locking into runtime checksBart Van Assche-27/+20
2019-02-04scsi: target/iscsi: Remove an incorrect commentBart Van Assche-3/+0
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche-13/+0
2019-01-08scsi: target/iscsi: fix error msg typo when create lio_qr_cache failedLeo Zhang-1/+1
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-40/+10
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds-5/+7
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+4
2018-12-12scsi: target: iscsi: cxgbit: add missing spin_lock_init()Varun Prakash-0/+1
2018-12-12scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash-1/+4
2018-12-07scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche-33/+6
2018-12-07scsi: target/core: Simplify the code for aborting SCSI commandsBart Van Assche-0/+2
2018-11-30sbitmap: optimize wakeup checkJens Axboe-5/+7
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp-1/+1
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp-6/+1
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur-4/+4
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-4/+2
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-47/+65