summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds9-1377/+597
2016-05-18Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2016-05-13Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ...Doug Ledford3-3/+68
2016-05-13IB/srp: Fix a debug kernel crashBart Van Assche1-1/+1
2016-05-13IB/ipoib: Add readout of statistics using ethtoolHans Westgaard Ry1-0/+67
2016-05-13infiniband/ulp/ipoib: remove pkey_mutexSebastian Andrzej Siewior1-2/+0
2016-05-13IB/srp: Do not register memory if never_register has been setBart Van Assche1-3/+9
2016-05-13IB/srp: Prevent mapping failuresBart Van Assche2-19/+119
2016-05-13IB/srp: Swap two code blocks in srp_add_one()Bart Van Assche1-11/+12
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche2-3/+3
2016-05-13IB/srp: Fix srp_create_target() error handlingBart Van Assche1-7/+7
2016-05-13IB/srp: Fix a memory descriptor leak in an error pathBart Van Assche1-1/+6
2016-05-13IB/srp: Print "ib_srp: " prefix onceBart Van Assche1-1/+1
2016-05-13IB/isert: convert to the generic RDMA READ/WRITE APIChristoph Hellwig2-825/+85
2016-05-13IB/srpt: convert to the generic RDMA READ/WRITE APIChristoph Hellwig2-495/+265
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig3-4/+4
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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+10
2016-05-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-4/+10
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-05-04treewide: replace dev->trans_start update with helperFlorian Westphal2-2/+2
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin1-2/+2
2016-04-11scsi: disable automatic target scanHannes Reinecke1-1/+1
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/dledfo...Linus Torvalds4-11/+85
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus 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...Doug 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