aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-07Revert "ib_srpt: Convert to percpu_ida tag allocation"Bart Van Assche2-17/+40
2016-03-30iser-target: Use ib_drain_qpSagi Grimberg2-37/+4
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds4-11/+85
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds4-542/+418
2016-03-21IB/ipoib: Allow mcast packets from other VFsEli Cohen1-7/+20
2016-03-21IB/ipoib: Add ndo operations for configuring VFsEli Cohen1-2/+63
2016-03-21IB/{core, ulp} Support above 32 possible device capability flagsLeon Romanovsky1-1/+1
2016-03-21ib_srpt: fix a WARN_ON() messageDan Carpenter1-1/+1
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford2-9/+25
2016-03-14Merge branches 'ib_core', 'ib_ipoib', 'srpt', 'drain-cq-v4' and 'net/9p' into k.o/for-4.6Doug Ledford10-680/+380
2016-03-10iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_descChristoph Hellwig2-9/+8
2016-03-10iser-target: Kill struct isert_rdma_wrChristoph Hellwig2-130/+119
2016-03-10iser-target: Convert to new CQ APIChristoph Hellwig2-243/+184
2016-03-10iser-target: Split and properly type the login bufferChristoph Hellwig2-30/+29
2016-03-10iser-target: Remove ISER_RECV_DATA_SEG_LENChristoph Hellwig2-10/+8
2016-03-10iser-target: Remove impossible condition from isert_wait_connJenny Derzhavetz1-8/+0
2016-03-10iser-target: Remove redundant wait in release_connJenny Derzhavetz2-8/+0
2016-03-10iser-target: Rework connection terminationJenny Derzhavetz2-56/+52
2016-03-10iser-target: Separate flows for np listeners and connections cma eventsJenny Derzhavetz1-6/+5
2016-03-10iser-target: Add new state ISER_CONN_BOUND to isert_connJenny Derzhavetz2-2/+6
2016-03-10iser-target: Fix identification of login rx descriptor typeJenny Derzhavetz1-1/+2
2016-03-10ib_srpt: Convert to percpu_ida tag allocationNicholas Bellinger2-40/+17
2016-03-10ib_srpt: Convert to target_alloc_session usageNicholas Bellinger1-17/+6
2016-03-04iser: Accept arbitrary sg lists mapping if the device supports itSagi Grimberg2-9/+25
2016-03-03IB/ipoib: Add handling for sending of skb with many fragsHans Westgaard Ry4-3/+45
2016-02-29IB/srpt: Fix wait list processingBart Van Assche1-9/+15
2016-02-29IB/srpt: Introduce srpt_process_wait_list()Bart Van Assche1-18/+24
2016-02-29IB/srpt: Log out all initiators if a port is disabledBart Van Assche1-4/+19
2016-02-29IB/srpt: Fix srpt_write_pending()Bart Van Assche1-29/+4
2016-02-29IB/srpt: Detect session shutdown reliablyBart Van Assche2-150/+150
2016-02-29IB/srpt: Use a mutex to protect the channel listBart Van Assche2-29/+17
2016-02-29IB/srpt: Log private data associated with REJBart Van Assche1-2/+12
2016-02-29IB/srpt: Eliminate srpt_find_channel()Bart Van Assche1-65/+29
2016-02-29IB/srpt: Inline trivial CM callback functionsBart Van Assche1-27/+10
2016-02-29IB/srpt: Fix how aborted commands are processedBart Van Assche1-33/+16
2016-02-29IB/srpt: Fix srpt_handle_cmd() error pathsBart Van Assche1-12/+12
2016-02-29IB/srpt: Fix srpt_close_session()Bart Van Assche1-15/+16
2016-02-29IB/srpt: Simplify srpt_shutdown_session()Bart Van Assche2-15/+2
2016-02-29IB/srpt: Simplify channel state managementBart Van Assche1-31/+13
2016-02-29IB/srpt: Use scsilun_to_int()Bart Van Assche1-85/+7
2016-02-29IB/srpt: Introduce target_reverse_dma_direction()Bart Van Assche1-15/+2
2016-02-29IB/srpt: Inline srpt_get_ch_state()Bart Van Assche1-30/+12
2016-02-29IB/srpt: Inline srpt_sdev_name()Bart Van Assche1-12/+2
2016-02-29IB/srpt: Remove struct srpt_node_aclBart Van Assche2-9/+0
2016-02-29IB/srpt: Add parentheses around sizeof argumentBart Van Assche1-21/+21
2016-02-29IB/srpt: Simplify srpt_handle_tsk_mgmt()Bart Van Assche1-58/+1
2016-02-29IB/iser: Use ib_drain_sq()Steve Wise3-27/+2
2016-02-29IB/srp: Use ib_drain_rq()Steve Wise1-36/+4
2016-02-12IB/ipoib: fix for rare multicast join race conditionAlex Estrin1-7/+17
2016-02-04IB/IPoIB: Do not set skb truesize since using one linearskbCarol L Soto1-2/+0