summaryrefslogtreecommitdiffstats
path: root/include/rdma
AgeCommit message (Expand)AuthorLines
2018-07-25IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe-0/+5
2018-07-25IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe-19/+23
2018-07-24IB/core: Allow ULPs to specify NULL as the third ib_post_(send|recv|srq_recv)...Bart Van Assche-3/+9
2018-07-24IB/mlx5: Introduce driver create and destroy flow methodsYishai Hadas-12/+31
2018-07-24IB: Support ib_flow creation in driversYishai Hadas-0/+1
2018-07-24IB/mlx5: Introduce flow steering matcher uapi objectYishai Hadas-0/+2
2018-07-23IB/uverbs: Move ib_access_flags and ib_read_counters_flags to uapiJason Gunthorpe-13/+10
2018-07-10IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas-0/+3
2018-07-10RDMA: Validate grh_required when handling AVsArtemy Kovalyov-1/+12
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe-28/+36
2018-07-09IB/uverbs: Remove ib_uobject_fileJason Gunthorpe-8/+3
2018-07-09IB/uverbs: Replace file->ucontext with file in uverbs_cmd.cJason Gunthorpe-16/+19
2018-07-09IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe-12/+12
2018-07-09IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe-6/+3
2018-07-09IB/uverbs: Add a uobj_perform_destroy helperJason Gunthorpe-0/+5
2018-07-04RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCTJason Gunthorpe-9/+22
2018-07-04RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformlyJason Gunthorpe-8/+9
2018-07-04RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe-14/+21
2018-07-04RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe-13/+24
2018-07-04RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe-34/+48
2018-07-04RDMA/uverbs: Simplify method definition macrosJason Gunthorpe-51/+40
2018-07-04RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe-98/+74
2018-07-04RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe-1/+1
2018-07-03include/rdma/opa_addr.h: Fix an endianness issueBart Van Assche-1/+1
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas-8/+49
2018-06-25RDMA/verbs: Drop kernel variant of destroy_flowLeon Romanovsky-2/+0
2018-06-25RDMA/verbs: Drop kernel variant of create_flowLeon Romanovsky-2/+0
2018-06-25RDMA/core: Remove unused ib cache functionsJason Gunthorpe-39/+0
2018-06-25IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit-46/+3
2018-06-25IB/cm: Pass the sgid_attr through various eventsParav Pandit-0/+3
2018-06-25IB/cm: Keep track of the sgid_attr that created the cm idParav Pandit-0/+2
2018-06-25IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit-0/+7
2018-06-22IB/uverbs: Delete type and id from uverbs_obj_attrJason Gunthorpe-4/+0
2018-06-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-5/+8
2018-06-19IB/rdmavt, IB/hfi1: Create device dependent s_flagsMike Marciniszyn-13/+17
2018-06-19IB/core: Expose ib_ucontext from a given ib_uverbs_fileYishai Hadas-0/+2
2018-06-19IB/core: Introduce DECLARE_UVERBS_GLOBAL_METHODSYishai Hadas-2/+4
2018-06-19IB/uverbs: Add a macro to define a type with no kernel known sizeMatan Barak-0/+2
2018-06-19IB/uverbs: Add PTR_IN attributes that are allocated/copied automaticallyMatan Barak-1/+35
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise-1/+2
2018-06-18RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Bharat Potnuri-5/+8
2018-06-18RDMA: Hold the sgid_attr inside the struct ib_ah/qpJason Gunthorpe-0/+4
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit-4/+4
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe-0/+5
2018-06-18IB/core: Add a sgid_attr pointer to struct rdma_ah_attrJason Gunthorpe-0/+7
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit-4/+0
2018-06-18IB/core: Provide rdma_ versions of the gid cache APIJason Gunthorpe-0/+17
2018-06-18IB/core: Introduce GID attribute get, put and hold APIsParav Pandit-0/+4
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit-2/+1
2018-06-18IB/core: Introduce GID entry reference countsParav Pandit-0/+1