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