aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-25IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe7-30/+50
2018-07-25IB/uverbs: Move the FD uobj type struct file allocation to alloc_commitJason Gunthorpe1-37/+46
2018-07-25IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Jason Gunthorpe2-36/+18
2018-07-25IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe5-108/+122
2018-07-25IB/uverbs: Revise and clarify the rwsem and uobjects_lockJason Gunthorpe3-20/+22
2018-07-25IB/uverbs: Clarify and revise uverbs_close_fdJason Gunthorpe1-13/+28
2018-07-25IB/uverbs: Revise the placement of get/puts on uobjectJason Gunthorpe1-33/+50
2018-07-25IB/uverbs: Clarify the kref'ing ordering for alloc_commitJason Gunthorpe1-4/+22
2018-07-25IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe4-18/+30
2018-07-25IB/uverbs: Get rid of null_obj_typeJason Gunthorpe1-32/+9
2018-07-24RDMA/core: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche3-15/+10
2018-07-24IB: Support ib_flow creation in driversYishai Hadas2-2/+7
2018-07-24IB/mlx5: Introduce flow steering matcher uapi objectYishai Hadas1-2/+1
2018-07-13IB/cm: Remove cma_multicast->igmp_joinedJason Gunthorpe1-30/+23
2018-07-13RDMA/umem: Refactor exit paths in ib_umem_getLeon Romanovsky1-24/+20
2018-07-13RDMA/umem: Don't hold mmap_sem for too longLeon Romanovsky1-10/+14
2018-07-10IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas2-3/+1
2018-07-10IB/uverbs: Pass IB_UVERBS_QPF_GRH_REQUIRED to user spaceArtemy Kovalyov1-0/+3
2018-07-10RDMA: Validate grh_required when handling AVsArtemy Kovalyov2-3/+8
2018-07-10RDMA/hfi1: Move grh_required into update_sm_ahJason Gunthorpe1-10/+18
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe1-1/+22
2018-07-09IB/core: Simplify check for RoCE route resolveParav Pandit1-33/+5
2018-07-09IB/uverbs: Do not use uverbs_cmd_mask in the ioctl pathJason Gunthorpe1-4/+1
2018-07-09RDMA/rw: Fix rdma_rw_ctx_signature_init() kernel-doc headerBart Van Assche1-1/+1
2018-07-09RDMA/core: Remove set-but-not-used variablesBart Van Assche1-6/+0
2018-07-09RDMA/core: Remove ib_find_cached_gid() and ib_find_cached_gid_by_port()Bart Van Assche1-38/+0
2018-07-09IB/cm: Remove unused and erroneous msg sequence encodingHÃ¥kon Bugge2-15/+6
2018-07-09IB/uverbs: Replace ib_ucq_object uverbs_file with the one in ib_uobjectJason Gunthorpe4-4/+1
2018-07-09IB/uverbs: Remove ib_uobject_fileJason Gunthorpe6-41/+32
2018-07-09IB/uverbs: Tidy up remaining references to ucontextJason Gunthorpe4-18/+13
2018-07-09IB/uverbs: Replace file->ucontext with file in uverbs_cmd.cJason Gunthorpe1-82/+71
2018-07-09IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe4-56/+50
2018-07-09IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe5-40/+46
2018-07-09IB/uverbs: Add a uobj_perform_destroy helperJason Gunthorpe2-62/+36
2018-07-04RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCTJason Gunthorpe3-15/+12
2018-07-04RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformlyJason Gunthorpe1-2/+1
2018-07-04RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe7-50/+57
2018-07-04RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe6-171/+203
2018-07-04RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe3-32/+18
2018-07-04RDMA/uverbs: Simplify method definition macrosJason Gunthorpe5-14/+11
2018-07-04RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe4-31/+25
2018-07-04RDMA/uverbs: Split UVERBS_ATTR_FLOW_ACTION_ESP_HANDLEJason Gunthorpe1-4/+8
2018-07-04RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe4-24/+24
2018-07-04IB/core: type promotion bug in rdma_rw_init_one_mr()Dan Carpenter1-1/+1
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas9-99/+137
2018-06-29IB/cm: Remove now useless rcu_lock in dst_fetch_haJason Gunthorpe1-7/+5
2018-06-27IB/core: Check for rdma_protocol_ib only after validating port_numJason Gunthorpe1-8/+11
2018-06-26RDMA/uverbs: Remove redundant checkLeon Romanovsky1-3/+0
2018-06-26RDMA/umem: Don't check for a negative return value of dma_map_sg_attrs()Leon Romanovsky1-1/+1
2018-06-26RDMA/uverbs: Don't overwrite NULL pointer with ZERO_SIZE_PTRLeon Romanovsky1-1/+4