aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-75/+112
2014-03-04iser-target: Fix command leak for tx_desc->comp_llnode_batchNicholas Bellinger2-6/+46
2014-03-04iser-target: Ignore completions for FRWRs in isert_cq_tx_workNicholas Bellinger2-2/+7
2014-03-04iser-target: Fix post_send_buf_count for RDMA READ/WRITENicholas Bellinger1-6/+8
2014-03-04iscsi/iser-target: Fix isert_conn->state hung shutdown issuesNicholas Bellinger2-60/+50
2014-03-04iscsi/iser-target: Use list_del_init for ->i_conn_nodeNicholas Bellinger1-3/+3
2014-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-7/+8
2014-02-14IB/iser: Fix use after free in iser_snd_completion()Dan Carpenter1-1/+2
2014-02-14IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser connectionRoi Dayan1-3/+7
2014-02-12IB/srpt: replace strict_strtoul() with kstrtoul()Jingoo Han1-7/+7
2014-02-12iser-target: Fix leak on failure in isert_conn_create_fastreg_poolNicholas Bellinger1-0/+1
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-111/+121
2014-01-25iscsi-target: Convert gfp_t parameter to task state bitmaskNicholas Bellinger1-7/+7
2014-01-22Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'ocrdma', 'qib', 'srp' and 'usnic' into for-nextRoland Dreier3-2/+6
2014-01-22IPoIB: Report operstate consistently when brought up without a linkMichal Schmidt1-2/+2
2014-01-21scsi_transport_srp: Fix a race conditionBart Van Assche1-0/+1
2014-01-19IB/isert: pass scatterlist instead of cmd to fast_reg_mr routineSagi Grimberg1-16/+12
2014-01-19IB/isert: Move fastreg descriptor creation to a functionSagi Grimberg1-20/+32
2014-01-19IB/isert: Avoid frwr notation, user fastregSagi Grimberg2-45/+47
2014-01-19IB/isert: seperate connection protection domains and dma MRsSagi Grimberg2-24/+24
2014-01-14IB/core: Add flow steering support for IPoIB UD trafficMatan Barak1-0/+3
2014-01-03infiniband: make sure the src net is infiniband when create new linkHangbin Liu1-1/+2
2013-12-19iser-target: Move INIT_WORK setup into isert_create_device_ib_resNicholas Bellinger1-2/+4
2013-12-11iser-target: fix error return code in isert_create_device_ib_res()Wei Yongjun1-4/+12
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds3-38/+77
2013-11-18Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds9-146/+472
2013-11-17Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'srp' into for-nextRoland Dreier9-146/+472
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2013-11-12ib_isert: Avoid duplicate iscsit_increment_maxcmdsn callNicholas Bellinger1-5/+1
2013-11-12iser-target: Avoid using FRMR for single dma entry requestsVu Pham1-12/+20
2013-11-08IB/srp: Report receive errors correctlyBart Van Assche1-5/+4
2013-11-08IB/srp: Avoid offlining operational SCSI devicesBart Van Assche1-1/+1
2013-11-08IB/srp: Remove target from list before freeing Scsi_Host structureVu Pham1-4/+5
2013-11-08IB/srp: Add change_queue_depth and change_queue_type supportJack Wang1-0/+54
2013-11-08IB/srp: Make queue size configurableBart Van Assche2-39/+103
2013-11-08IB/srp: Introduce srp_alloc_req_data()Bart Van Assche1-24/+40
2013-11-08IB/srp: Export sgid to sysfsBart Van Assche1-0/+10
2013-11-08IB/srp: Add periodic reconnect functionalityBart Van Assche1-6/+46
2013-11-08scsi_transport_srp: Add periodic reconnect supportBart Van Assche1-2/+2
2013-11-08IB/srp: Start timers if a transport layer error occursBart Van Assche2-0/+20
2013-11-08IB/srp: Use SRP transport layer error recoveryBart Van Assche2-41/+101
2013-11-08IB/srp: Keep rport as long as the IB transport layerBart Van Assche2-0/+4
2013-11-08IB/srp: Make transport layer retry count configurableVu Pham2-1/+24
2013-11-08IPoIB: lower NAPI weightMichal Schmidt1-1/+1
2013-11-08IPoIB: Start multicast join process only on active portsErez Shitrit1-0/+8
2013-11-08IPoIB: Add path query flushing in ipoib_ib_dev_cleanupErez Shitrit1-0/+5
2013-11-08IPoIB: Fix usage of uninitialized multicast objectsErez Shitrit2-4/+19
2013-11-08IPoIB: Avoid flushing the driver workqueue on dev_downErez Shitrit1-3/+1
2013-11-08IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()Erez Shitrit5-14/+16
2013-11-08IPoIB: Change CM skb memory allocation to be non-atomic during initTal Alon1-5/+9