aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 10-98/+68
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingGravatar Linus Torvalds 2-119/+195
2015-09-25IB/ipoib: increase the max mcast backlog queueGravatar Doug Ledford 1-1/+1
2015-09-25IB/ipoib: Make sendonly multicast joins create the mcast groupGravatar Doug Ledford 1-10/+12
2015-09-25IB/ipoib: Expire sendonly multicast joinsGravatar Christoph Lameter 3-2/+22
2015-09-25IB/mlx5: Remove pa_lkey usagesGravatar Sagi Grimberg 3-62/+1
2015-09-25IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYGravatar Sagi Grimberg 1-9/+1
2015-09-25IB/iser: Add module parameter for always register memoryGravatar Sagi Grimberg 4-14/+31
2015-09-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 33-13987/+0
2015-09-15iser-target: Skip data copy if all the command data comes as immediateGravatar Jenny Derzhavetz 2-8/+19
2015-09-15iser-target: Change the recv buffers posting logicGravatar Jenny Derzhavetz 2-48/+67
2015-09-15iser-target: Fix pending connections handling in target stack shutdown sequnceGravatar Jenny Derzhavetz 2-31/+40
2015-09-15iser-target: Remove np_ prefix from isert_np membersGravatar Jenny Derzhavetz 2-33/+33
2015-09-15iser-target: Remove unused variablesGravatar Jenny Derzhavetz 2-6/+0
2015-09-15iser-target: Put the reference on commands waiting for unsol dataGravatar Jenny Derzhavetz 1-1/+37
2015-09-15iser-target: remove command with state ISTATE_REMOVEGravatar Jenny Derzhavetz 1-1/+8
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-25/+4
2015-09-11IB/ehca: Deprecate driver, move to staging, schedule deletionGravatar Doug Ledford 33-13987/+0
2015-09-10mm: mark most vm_operations_struct constGravatar Kirill A. Shutemov 2-2/+2
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 130-42094/+5498
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-67/+0
2015-09-03IB/ipoib: Suppress warning for send only join failuresGravatar Jason Gunthorpe 1-2/+10
2015-09-03IB/ipoib: Clean up send-only multicast joinsGravatar Doug Ledford 1-11/+27
2015-09-03IB/srp: Fix possible protection faultGravatar Sagi Grimberg 1-6/+10
2015-09-03IB/core: Move SM class defines from ib_mad.h to ib_smi.hGravatar Ira Weiny 1-0/+1
2015-09-03mlx5: Fix incorrect wc pkey_index assignment for GSI messagesGravatar Sagi Grimberg 3-6/+14
2015-09-03IB/mlx5: avoid destroying a NULL mr in reg_user_mr error flowGravatar Haggai Eran 1-12/+0
2015-09-03IB/uverbs: reject invalid or unknown opcodesGravatar Christoph Hellwig 1-1/+9
2015-09-03IB/cxgb4: Fix if statement in pick_local_ip6adddrsGravatar Nicholas Krause 1-1/+1
2015-09-02IB/sa: Fix rdma netlink message flagsGravatar Kaike Wan 1-1/+1
2015-08-30IB/ucma: HW Device hot-removal supportGravatar Yishai Hadas 1-11/+129
2015-08-30IB/mlx4_ib: Disassociate supportGravatar Yishai Hadas 2-2/+150
2015-08-30IB/uverbs: Enable device removal when there are active user space applicationsGravatar Yishai Hadas 2-68/+301
2015-08-30IB/uverbs: Explicitly pass ib_dev to uverbs commandsGravatar Yishai Hadas 3-39/+88
2015-08-30IB/uverbs: Fix race between ib_uverbs_open and remove_oneGravatar Yishai Hadas 2-14/+32
2015-08-30IB/uverbs: Fix reference counting usage of event filesGravatar Yishai Hadas 3-16/+40
2015-08-30IB/core: Make ib_dealloc_pd return voidGravatar Jason Gunthorpe 4-16/+38
2015-08-30IB/srp: Create an insecure all physical rkey only if neededGravatar Bart Van Assche 2-19/+25
2015-08-30IB/srp: Register the indirect data buffer descriptorGravatar Bart Van Assche 2-3/+58
2015-08-30IB/srp: Introduce srp_device.use_fmrGravatar Bart Van Assche 2-11/+12
2015-08-30IB/srp: Remove use_mr argument from srp_map_sg_entry()Gravatar Bart Van Assche 1-21/+15
2015-08-30IB/srp: Remove the memory registration backtracking codeGravatar Bart Van Assche 2-55/+13
2015-08-30IB/srp: Add memory descriptor array pointer range checkingGravatar Bart Van Assche 2-6/+20
2015-08-30IB/srp: Use multiple registrations for large memory regionsGravatar Bart Van Assche 1-10/+0
2015-08-30IB/srp: Re-enable FMR for non-page aligned buffersGravatar Bart Van Assche 1-9/+5
2015-08-30ib_srpt: Remove ib_get_dma_mr callsGravatar Jason Gunthorpe 2-12/+4
2015-08-30IB/srp: Use pd->local_dma_lkeyGravatar Jason Gunthorpe 1-1/+1
2015-08-30iser-target: Remove ib_get_dma_mr callsGravatar Jason Gunthorpe 2-23/+11
2015-08-30IB/iser: Use pd->local_dma_lkeyGravatar Jason Gunthorpe 4-5/+5
2015-08-30IB/mlx5: Remove ib_get_dma_mr callsGravatar Jason Gunthorpe 3-17/+2