summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi
AgeCommit message (Expand)AuthorLines
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-11/+25
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-102/+73
2017-07-11iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsNicholas Bellinger-16/+55
2017-07-06target/iscsi: Remove dead code from iscsit_process_scsi_cmd()Bart Van Assche-5/+1
2017-07-06target/iscsi: Simplify iscsit_free_cmd()Bart Van Assche-35/+4
2017-07-06target/iscsi: Remove second argument of __iscsit_free_cmd()Bart Van Assche-20/+15
2017-07-06iscsi-target: Kill left-over iscsi_target_do_cleanupNicholas Bellinger-24/+0
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+20
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu-8/+4
2017-06-19iscsi: ensure RNG is seeded before useJason A. Donenfeld-11/+25
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-3/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-5/+5
2017-06-08iscsi-target: Avoid holding ->tpg_state_lock during param updateNicholas Bellinger-6/+2
2017-06-08iscsi-target: Reject immediate data underflow larger than SCSI transfer lengthNicholas Bellinger-0/+12
2017-06-08iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMPNicholas Bellinger-2/+8
2017-06-07cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar-3/+3
2017-05-31iscsi-target: Always wait for kthread_should_stop() before kthread exitJiang Yi-8/+34
2017-05-31iscsi-target: Fix initial login PDU asynchronous socket close OOPsNicholas Bellinger-62/+132
2017-05-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-35/+18
2017-05-04iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatementNicholas Bellinger-0/+3
2017-05-01iscsi-target: Improve size determinations in four functionsMarkus Elfring-6/+4
2017-05-01iscsi-target: Delete error messages for failed memory allocationsMarkus Elfring-27/+10
2017-05-01iscsi-target: Use kcalloc() in iscsit_allocate_iovecs()Markus Elfring-2/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds-34/+12
2017-04-04iscsi-target: use generic inet_pton_with_scopeSagi Grimberg-34/+12
2017-04-02iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger-16/+0
2017-03-30iscsi-target: Propigate queue_data_in + queue_status errorsNicholas Bellinger-13/+10
2017-03-30iscsi-target: Fix TMR reference leak during session shutdownNicholas Bellinger-5/+7
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+7
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-40/+24
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-199/+291
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+5
2017-02-26iscsi-target: Fix early login failure statistics missesNicholas Bellinger-36/+2
2017-02-18target/iscsi: Fix unsolicited data seq_end_offset calculationVarun Prakash-4/+2
2017-02-18target/cxgbit: add T6 iSCSI DDP completion featureVarun Prakash-43/+113
2017-02-18target/cxgbit: Enable DDP for T6 only if data sequence and pdu are in orderVarun Prakash-25/+61
2017-02-18target/cxgbit: Use T6 specific macros to get ETH/IP hdr lenVarun Prakash-2/+8
2017-02-18target/cxgbit: use cxgb4_tp_smt_idx() to get smt idxVarun Prakash-2/+4
2017-02-18target/iscsi: split iscsit_check_dataout_hdr()Varun Prakash-25/+41
2017-02-10iscsi: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King-0/+1
2017-02-09target/iscsi: Fix iSCSI task reassignment handlingBart Van Assche-12/+7
2017-02-09target/iscsi: Introduce a helper function for TMF translationBart Van Assche-24/+24
2017-02-09target/iscsi: Fix spelling of "reallegiance"Bart Van Assche-8/+8
2017-02-09target/iscsi: Fix spelling of "perform"Bart Van Assche-2/+2
2017-02-09target/iscsi: Fix indentation in iscsi_target_start_negotiation()Bart Van Assche-8/+8
2017-02-09target/cxgbit: Use T6 specific macro to set the force bitVarun Prakash-1/+3
2017-02-09target/cxgbit: Fix endianness annotationsBart Van Assche-7/+8
2016-12-26iscsi_target: deal with short writes on the tx sideAl Viro-40/+24
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+116