aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08RDMA/devices: Re-organize device.c lockingJason Gunthorpe1-140/+221
2019-02-08RDMA/devices: Use xarray to store the client_dataJason Gunthorpe1-178/+170
2019-02-08RDMA/devices: Use xarray to store the clientsJason Gunthorpe1-5/+45
2019-02-08RDMA/device: Use an ida instead of a free page in alloc_nameJason Gunthorpe1-11/+17
2019-02-08RDMA/device: Get rid of reg_stateJason Gunthorpe1-6/+2
2019-02-08RDMA/device: Call ib_cache_release_one() only from ib_device_release()Jason Gunthorpe2-29/+15
2019-02-08RDMA/device: Ensure that security memory is always freedJason Gunthorpe3-12/+6
2019-02-08RDMA/device: Check that the rename is nop under the lockJason Gunthorpe1-4/+6
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky4-17/+29
2019-02-08RDMA/core: Share driver structure size with coreLeon Romanovsky1-0/+2
2019-02-08IB/core: Don't register each MAD agent for LSM notifierDaniel Jurgens3-22/+34
2019-02-08IB/core: Fix potential memory leak while creating MAD agentsDaniel Jurgens1-2/+6
2019-02-08IB/core: Unregister notifier before freeing MAD securityDaniel Jurgens1-1/+2
2019-02-08RDMA/iwcm: add tos_set bool to iw_cm structSteve Wise1-0/+2
2019-02-08RDMA/cma: listening device cm_ids should inherit tosSteve Wise1-0/+2
2019-02-08IB/cma: Define option to set ack timeout and pack tos_setDanit Goldberg3-1/+42
2019-02-07drivers/IB,core: reduce scope of mmap_semDavidlohr Bueso1-39/+2
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso1-6/+6
2019-02-05RDMA/iwpm: move kdoc comments to functionsSteve Wise2-33/+123
2019-02-05RDMA/cma: Remove CM_ID statistics provided by rdma-cm moduleLeon Romanovsky2-86/+1
2019-02-04RDMA/IWPM: Support no port mapping requirementsSteve Wise4-6/+141
2019-02-04RDMA/IWPM: refactor the IWPM message attribute namesSteve Wise1-17/+23
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe10-33/+102
2019-02-04IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche1-7/+5
2019-02-04IB/uverbs: Expose XRC ODP device capabilitiesMoni Shoua1-0/+1
2019-01-30RDMA/core: Use the ops infrastructure to keep all callbacks in one placeLeon Romanovsky3-17/+19
2019-01-30RDMA/restrack: Refactor user/kernel restrack additionsLeon Romanovsky1-11/+9
2019-01-30RDMA/core: Simplify restrack interfaceLeon Romanovsky3-9/+25
2019-01-30RDMA/nldev: Prepare CAP_NET_ADMIN checks for .doit callbacksLeon Romanovsky1-10/+12
2019-01-30RDMA/nldev: Factor out the PID namespace checkLeon Romanovsky1-10/+12
2019-01-30RDMA/nldev: Dynamically generate restrack dumpit callbacksLeon Romanovsky1-28/+11
2019-01-30RDMA: Add indication for in kernel API support to IB deviceGal Pressman2-4/+7
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-3/+3
2019-01-29IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociateYishai Hadas1-5/+13
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2-5/+11
2019-01-29IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FDYishai Hadas2-5/+11
2019-01-25IB/uverbs: Fix ioctl query port to consider device disassociationYishai Hadas1-1/+7
2019-01-25IB/uverbs: Fix OOPs upon device disassociationYishai Hadas1-4/+3
2019-01-25RDMA/umem: Add missing initialization of owning_mmArtemy Kovalyov1-0/+3
2019-01-24IB/core: Destroy QP if XRC QP failsYuval Avnery1-17/+24
2019-01-24IB/mlx5: Ranges in implicit ODP MR inherit its write accessMoni Shoua1-2/+3
2019-01-24IB/core: Declare local functions 'static'Bart Van Assche1-1/+1
2019-01-24IB/umad: Do not check status of nonseekable_open()Parav Pandit1-23/+13
2019-01-23IB/umad: Avoid additional device reference during open()/close()Parav Pandit1-5/+4
2019-01-21RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe2-4/+10
2019-01-18IB/core: Simplify rdma cgroup registrationParav Pandit3-16/+14
2019-01-18RDMA/device: Use __ib_device_get_by_name() in ib_device_rename()Jason Gunthorpe1-6/+3
2019-01-14RDMA/cma: Rollback source IP address if failing to acquire deviceMyungho Jung1-1/+12
2019-01-14RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe4-13/+59
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2-8/+6