aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-28IB/srp: Dont allocate a page vector when using fast_regSagi Grimberg1-9/+11
2015-10-28IB/srp: Remove srp_finish_mappingSagi Grimberg1-10/+0
2015-10-28IB/srp: Convert to new registration APISagi Grimberg2-65/+71
2015-10-28IB/srp: Split srp_map_sgSagi Grimberg1-51/+106
2015-10-28iser-target: Port to new memory registration APISagi Grimberg2-104/+28
2015-10-28IB/iser: Port to new fast registration APISagi Grimberg3-52/+28
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford13-172/+172
2015-10-28Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-cleanupDoug Ledford14-199/+238
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro2-2/+2
2015-10-28IB/iser: Enable SG clusteringSagi Grimberg1-1/+1
2015-10-28IB/iser: set block queue_virt_boundarySagi Grimberg4-326/+18
2015-10-22iser-target: Remove an unused variableBart Van Assche1-3/+2
2015-10-22IB/iser: Remove an unused variableBart Van Assche1-4/+0
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak4-4/+5
2015-10-21IB/iser: fix a comment typoGeliang Tang1-1/+1
2015-10-21Merge branch 'k.o/for-4.3-v1' into k.o/for-4.4Doug Ledford7-28/+70
2015-10-13IB/ipoib: For sendonly join free the multicast group on leaveChristoph Lameter3-2/+5
2015-10-08IB: split struct ib_send_wrChristoph Hellwig13-172/+172
2015-09-25IB/ipoib: increase the max mcast backlog queueDoug Ledford1-1/+1
2015-09-25IB/ipoib: Make sendonly multicast joins create the mcast groupDoug Ledford1-10/+12
2015-09-25IB/ipoib: Expire sendonly multicast joinsChristoph Lameter3-2/+22
2015-09-25IB/iser: Add module parameter for always register memorySagi Grimberg4-14/+31
2015-09-15iser-target: Skip data copy if all the command data comes as immediateJenny Derzhavetz2-8/+19
2015-09-15iser-target: Change the recv buffers posting logicJenny Derzhavetz2-48/+67
2015-09-15iser-target: Fix pending connections handling in target stack shutdown sequnceJenny Derzhavetz2-31/+40
2015-09-15iser-target: Remove np_ prefix from isert_np membersJenny Derzhavetz2-33/+33
2015-09-15iser-target: Remove unused variablesJenny Derzhavetz2-6/+0
2015-09-15iser-target: Put the reference on commands waiting for unsol dataJenny Derzhavetz1-1/+37
2015-09-15iser-target: remove command with state ISTATE_REMOVEJenny Derzhavetz1-1/+8
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-25/+4
2015-09-03IB/ipoib: Suppress warning for send only join failuresJason Gunthorpe1-2/+10
2015-09-03IB/ipoib: Clean up send-only multicast joinsDoug Ledford1-11/+27
2015-09-03IB/srp: Fix possible protection faultSagi Grimberg1-6/+10
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe2-4/+2
2015-08-30IB/srp: Create an insecure all physical rkey only if neededBart Van Assche2-19/+25
2015-08-30IB/srp: Register the indirect data buffer descriptorBart Van Assche2-3/+58
2015-08-30IB/srp: Introduce srp_device.use_fmrBart Van Assche2-11/+12
2015-08-30IB/srp: Remove use_mr argument from srp_map_sg_entry()Bart Van Assche1-21/+15
2015-08-30IB/srp: Remove the memory registration backtracking codeBart Van Assche2-55/+13
2015-08-30IB/srp: Add memory descriptor array pointer range checkingBart Van Assche2-6/+20
2015-08-30IB/srp: Use multiple registrations for large memory regionsBart Van Assche1-10/+0
2015-08-30IB/srp: Re-enable FMR for non-page aligned buffersBart Van Assche1-9/+5
2015-08-30ib_srpt: Remove ib_get_dma_mr callsJason Gunthorpe2-12/+4
2015-08-30IB/srp: Use pd->local_dma_lkeyJason Gunthorpe1-1/+1
2015-08-30iser-target: Remove ib_get_dma_mr callsJason Gunthorpe2-23/+11
2015-08-30IB/iser: Use pd->local_dma_lkeyJason Gunthorpe4-5/+5
2015-08-30IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe3-17/+4
2015-08-30IB/iser: Chain all iser transaction send work requestsSagi Grimberg4-77/+99
2015-08-30IB/iser: Add debug prints to the various memory registration methodsSagi Grimberg1-1/+9
2015-08-30IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg5-7/+60