aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-12IB/srp: Move common code into the callerBart Van Assche1-1/+0
2016-05-12IB/srp: Move code out of a loopBart Van Assche1-3/+3
2016-05-12IB/srp: Avoid that mapping failure triggers an infinite loopBart Van Assche1-0/+2
2016-05-12IB/srp: Introduce target->mr_pool_sizeBart Van Assche2-3/+4
2016-05-12IB/srp: Fix srp_map_data() error pathsBart Van Assche1-11/+13
2016-05-12IB/srp: Document srp_map_data() return valueBart Van Assche1-0/+9
2016-05-12IB/srp: Fix a commentBart Van Assche1-1/+1
2016-05-12IB/srp: Fix a spelling error in a source code commentBart Van Assche1-1/+1
2016-05-05Merge branches 'hfi1' and 'iw_cxgb4' into k.o/for-4.7Doug Ledford1-4/+10
2016-05-05IB/iser: Fix max_sectors calculationChristoph Hellwig1-4/+10
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