summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi
Commit message (Expand)AuthorAgeFilesLines
...
* | iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger2017-04-021-16/+0Star
* | iscsi-target: Propigate queue_data_in + queue_status errorsNicholas Bellinger2017-03-314-13/+10Star
* | iscsi-target: Fix TMR reference leak during session shutdownNicholas Bellinger2017-03-301-5/+7
|/
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-035-0/+7
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-0/+5
* | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-031-40/+24Star
|\ \
| * | iscsi_target: deal with short writes on the tx sideAl Viro2016-12-271-40/+24Star
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-0212-199/+291
|\ \ \ | |_|/ |/| |
| * | iscsi-target: Fix early login failure statistics missesNicholas Bellinger2017-02-271-36/+2Star
| * | target/iscsi: Fix unsolicited data seq_end_offset calculationVarun Prakash2017-02-191-4/+2Star
| * | target/cxgbit: add T6 iSCSI DDP completion featureVarun Prakash2017-02-194-43/+113
| * | target/cxgbit: Enable DDP for T6 only if data sequence and pdu are in orderVarun Prakash2017-02-191-25/+61
| * | target/cxgbit: Use T6 specific macros to get ETH/IP hdr lenVarun Prakash2017-02-191-2/+8
| * | target/cxgbit: use cxgb4_tp_smt_idx() to get smt idxVarun Prakash2017-02-191-2/+4
| * | target/iscsi: split iscsit_check_dataout_hdr()Varun Prakash2017-02-192-25/+41
| * | target/iscsi: Fix iSCSI task reassignment handlingBart Van Assche2017-02-091-12/+7Star
| * | target/iscsi: Introduce a helper function for TMF translationBart Van Assche2017-02-091-24/+24
| * | target/iscsi: Fix spelling of "reallegiance"Bart Van Assche2017-02-094-8/+8
| * | target/iscsi: Fix spelling of "perform"Bart Van Assche2017-02-092-2/+2
| * | target/iscsi: Fix indentation in iscsi_target_start_negotiation()Bart Van Assche2017-02-091-8/+8
| * | target/cxgbit: Use T6 specific macro to set the force bitVarun Prakash2017-02-091-1/+3
| * | target/cxgbit: Fix endianness annotationsBart Van Assche2017-02-093-7/+8
| |/
* / iscsi: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+1
|/
* Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-2128-7/+116
|\
| * iscsi-target: Return error if unable to add network portalVarun Prakash2016-12-161-1/+3
| * target/iscsi: Fix double free in lio_target_tiqn_addtpg()Dan Carpenter2016-12-161-1/+0Star
| * target: Minimize #include directivesBart Van Assche2016-12-0927-5/+112
| * cxgbit: Add an #include directiveBart Van Assche2016-12-091-0/+1
* | cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai2016-11-181-0/+1
|/
* iscsi-target: fix iscsi cmd leakVarun Prakash2016-10-201-0/+4
* iscsi-target: fix spelling mistake "Unsolicitied" -> "Unsolicited"Colin Ian King2016-10-202-3/+3
* chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai2016-09-191-0/+3
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack()Varun Prakash2016-09-161-10/+6Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash2016-09-161-9/+2Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash2016-09-161-10/+3Star
* libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req()Varun Prakash2016-09-161-10/+3Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release()Varun Prakash2016-09-161-9/+2Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash2016-09-161-10/+1Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu()Varun Prakash2016-09-161-17/+3Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv()Varun Prakash2016-09-161-10/+1Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6()Varun Prakash2016-09-161-45/+6Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route()Varun Prakash2016-09-161-31/+5Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()Varun Prakash2016-09-161-38/+3Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-08-052-8/+19
|\
| * iscsi-target: Fix panic when adding second TCP connection to iSCSI sessionFeng Li2016-07-201-2/+3
| * target: Fix race between iscsi-target connection shutdown + ABORT_TASKNicholas Bellinger2016-07-201-6/+16
* | libcxgb: export ppm release and tagmask set apiVarun Prakash2016-07-251-0/+2
* | libcxgb: add library module for Chelsio driversVarun Prakash2016-07-253-2/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-2818-549/+5470
|\