summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
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-15Merge branches 'ib_core', 'ib_ipoib', 'srpt', 'drain-cq-v4' and 'net/9p' into...Doug Ledford10-680/+380
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-03-01IB/srpt: Fix wait list processingBart Van Assche1-9/+15
2016-03-01IB/srpt: Introduce srpt_process_wait_list()Bart Van Assche1-18/+24
2016-03-01IB/srpt: Log out all initiators if a port is disabledBart Van Assche1-4/+19
2016-03-01IB/srpt: Fix srpt_write_pending()Bart Van Assche1-29/+4
2016-03-01IB/srpt: Detect session shutdown reliablyBart Van Assche2-150/+150
2016-03-01IB/srpt: Use a mutex to protect the channel listBart Van Assche2-29/+17
2016-03-01IB/srpt: Log private data associated with REJBart Van Assche1-2/+12
2016-03-01IB/srpt: Eliminate srpt_find_channel()Bart Van Assche1-65/+29
2016-03-01IB/srpt: Inline trivial CM callback functionsBart Van Assche1-27/+10
2016-03-01IB/srpt: Fix how aborted commands are processedBart Van Assche1-33/+16
2016-03-01IB/srpt: Fix srpt_handle_cmd() error pathsBart Van Assche1-12/+12
2016-03-01IB/srpt: Fix srpt_close_session()Bart Van Assche1-15/+16
2016-03-01IB/srpt: Simplify srpt_shutdown_session()Bart Van Assche2-15/+2
2016-03-01IB/srpt: Simplify channel state managementBart Van Assche1-31/+13
2016-03-01IB/srpt: Use scsilun_to_int()Bart Van Assche1-85/+7
2016-03-01IB/srpt: Introduce target_reverse_dma_direction()Bart Van Assche1-15/+2
2016-03-01IB/srpt: Inline srpt_get_ch_state()Bart Van Assche1-30/+12
2016-03-01IB/srpt: Inline srpt_sdev_name()Bart Van Assche1-12/+2
2016-03-01IB/srpt: Remove struct srpt_node_aclBart Van Assche2-9/+0
2016-03-01IB/srpt: Add parentheses around sizeof argumentBart Van Assche1-21/+21
2016-03-01IB/srpt: Simplify srpt_handle_tsk_mgmt()Bart Van Assche1-58/+1
2016-03-01IB/iser: Use ib_drain_sq()Steve Wise3-27/+2
2016-03-01IB/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
2016-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds17-1194/+854
2016-01-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds3-83/+35
2016-01-20IB/srpt: Remove redundant wc arraySagi Grimberg1-2/+0
2016-01-19IB/srpt: Fix the RDMA completion handlersBart Van Assche1-2/+2
2016-01-19IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig1-0/+1
2016-01-19IB/IPoIB: Fix kernel panic on multicast flowErez Shitrit3-7/+6
2016-01-13ib_srpt: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger2-81/+30
2016-01-08iser-target: Fix non negative ERR_PTR isert_device_get usageNicholas Bellinger1-2/+5
2015-12-27IB/iser: Support the remote invalidation exceptionJenny Derzhavetz4-3/+76
2015-12-24IB/iser: Change the increment rkey flow logicSagi Grimberg1-10/+10
2015-12-24IB/isert: Support the remote invalidation exceptionJenny Derzhavetz2-7/+41
2015-12-24IB/isert: Declare correct flags when accepting a connectionJenny Derzhavetz1-0/+6
2015-12-24IB/isert: Remove unused file iser_proto.hSagi Grimberg3-32/+32
2015-12-24IB/iser,isert: Create and use new shared headerSagi Grimberg6-74/+28
2015-12-24IB/iser: set intuitive values for mr_validJenny Derzhavetz2-6/+6
2015-12-24IB/iser: Don't register memory for all immediate data writesJenny Derzhavetz3-7/+14
2015-12-24IB/iser: Reuse ib_sg_to_pagesSagi Grimberg2-85/+25
2015-12-24IB/iser: Fix module init not cleaning up on error flowRoi Dayan1-3/+6
2015-12-24IB/iser: constify iser_reg_ops structureJulia Lawall2-3/+3