aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-25RDMA/verbs: Drop kernel variant of destroy_flowLeon Romanovsky3-16/+8
2018-06-25RDMA/verbs: Drop kernel variant of create_flowLeon Romanovsky1-17/+0
2018-06-25RDMA/uverbs: Check existence of create_flow callbackJason Gunthorpe1-0/+5
2018-06-25RDMA/core: Remove unused ib cache functionsJason Gunthorpe1-68/+0
2018-06-25IB/cm: Use sgid_attr from the AVParav Pandit1-14/+6
2018-06-25IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit4-63/+93
2018-06-25IB/cm: Pass the sgid_attr through various eventsParav Pandit2-2/+7
2018-06-25IB/cm: Keep track of the sgid_attr that created the cm idParav Pandit1-26/+41
2018-06-25IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit3-13/+18
2018-06-25IB: Make ib_init_ah_from_mcmember set sgid_attrParav Pandit2-15/+27