aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-06usnic: add missing clauses to BSD licenseJeff Squyres25-73/+433
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/mlx5: Remove pa_lkey usagesSagi Grimberg3-62/+1
2015-09-25IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg1-9/+1
2015-09-25IB/iser: Add module parameter for always register memorySagi Grimberg4-14/+31
2015-09-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds33-13987/+0
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-25/+4
2015-09-11IB/ehca: Deprecate driver, move to staging, schedule deletionDoug Ledford33-13987/+0
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov2-2/+2
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds130-42094/+5498
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-67/+0
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-09-03IB/core: Move SM class defines from ib_mad.h to ib_smi.hIra Weiny1-0/+1
2015-09-03mlx5: Fix incorrect wc pkey_index assignment for GSI messagesSagi Grimberg3-6/+14
2015-09-03IB/mlx5: avoid destroying a NULL mr in reg_user_mr error flowHaggai Eran1-12/+0
2015-09-03IB/uverbs: reject invalid or unknown opcodesChristoph Hellwig1-1/+9
2015-09-03IB/cxgb4: Fix if statement in pick_local_ip6adddrsNicholas Krause1-1/+1
2015-09-02IB/sa: Fix rdma netlink message flagsKaike Wan1-1/+1
2015-08-30IB/ucma: HW Device hot-removal supportYishai Hadas1-11/+129
2015-08-30IB/mlx4_ib: Disassociate supportYishai Hadas2-2/+150
2015-08-30IB/uverbs: Enable device removal when there are active user space applicationsYishai Hadas2-68/+301
2015-08-30IB/uverbs: Explicitly pass ib_dev to uverbs commandsYishai Hadas3-39/+88
2015-08-30IB/uverbs: Fix race between ib_uverbs_open and remove_oneYishai Hadas2-14/+32
2015-08-30IB/uverbs: Fix reference counting usage of event filesYishai Hadas3-16/+40
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe4-16/+38
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/mlx5: Remove ib_get_dma_mr callsJason Gunthorpe3-17/+2
2015-08-30IB/mlx4: Remove ib_get_dma_mr callsJason Gunthorpe2-20/+4
2015-08-30IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe3-17/+4
2015-08-30IB/mad: Remove ib_get_dma_mr callsJason Gunthorpe2-24/+3
2015-08-30IB/core: Guarantee that a local_dma_lkey is availableJason Gunthorpe2-5/+43
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
2015-08-30IB/iser: Pass registration pool a size parameterSagi Grimberg3-25/+36