summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
...
* | | IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe2018-08-011-1/+6
* | | IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe2018-08-012-11/+18
* | | IB/uverbs: Consolidate uobject destructionJason Gunthorpe2018-08-012-39/+35
* | | IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe2018-08-012-6/+11
* | | RDMA/core: Return bool instead of intParav Pandit2018-07-301-2/+2
* | | RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit2018-07-301-1/+1
* | | RDMA/core: Constify dst_addr argumentParav Pandit2018-07-302-3/+3
* | | IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe2018-07-301-0/+33
* | | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-15/+15
* | | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-5/+6
* | | IB/cache: Restore compatibility for ib_query_gidJason Gunthorpe2018-07-271-0/+24
* | | IB/core: Introduce and use sgid_attr in CM requestsParav Pandit2018-07-261-0/+13
* | | IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe2018-07-251-8/+0
* | | IB/uverbs: Move the FD uobj type struct file allocation to alloc_commitJason Gunthorpe2018-07-251-1/+1
* | | IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Jason Gunthorpe2018-07-252-3/+8
* | | IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe2018-07-251-0/+5
* | | IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe2018-07-252-19/+23
* | | IB/core: Allow ULPs to specify NULL as the third ib_post_(send|recv|srq_recv)...Bart Van Assche2018-07-241-3/+9
* | | IB/mlx5: Introduce driver create and destroy flow methodsYishai Hadas2018-07-242-12/+31
* | | IB: Support ib_flow creation in driversYishai Hadas2018-07-241-0/+1
* | | IB/mlx5: Introduce flow steering matcher uapi objectYishai Hadas2018-07-241-0/+2
* | | IB/uverbs: Move ib_access_flags and ib_read_counters_flags to uapiJason Gunthorpe2018-07-231-13/+10
* | | IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas2018-07-101-0/+3
* | | RDMA: Validate grh_required when handling AVsArtemy Kovalyov2018-07-101-1/+12
* | | RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-102-28/+36
* | | IB/uverbs: Remove ib_uobject_fileJason Gunthorpe2018-07-092-8/+3
* | | IB/uverbs: Replace file->ucontext with file in uverbs_cmd.cJason Gunthorpe2018-07-091-16/+19
* | | IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe2018-07-092-12/+12
* | | IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe2018-07-091-6/+3
* | | IB/uverbs: Add a uobj_perform_destroy helperJason Gunthorpe2018-07-091-0/+5
* | | RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCTJason Gunthorpe2018-07-041-9/+22
* | | RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformlyJason Gunthorpe2018-07-041-8/+9
* | | RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe2018-07-041-14/+21
* | | RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe2018-07-042-13/+24
* | | RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe2018-07-042-34/+48
* | | RDMA/uverbs: Simplify method definition macrosJason Gunthorpe2018-07-042-51/+40
* | | RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe2018-07-041-98/+74
* | | RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe2018-07-041-1/+1
* | | include/rdma/opa_addr.h: Fix an endianness issueBart Van Assche2018-07-031-1/+1
* | | IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas2018-06-292-8/+49
* | | RDMA/verbs: Drop kernel variant of destroy_flowLeon Romanovsky2018-06-251-2/+0
* | | RDMA/verbs: Drop kernel variant of create_flowLeon Romanovsky2018-06-251-2/+0
* | | RDMA/core: Remove unused ib cache functionsJason Gunthorpe2018-06-251-39/+0
* | | IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit2018-06-251-46/+3
* | | IB/cm: Pass the sgid_attr through various eventsParav Pandit2018-06-251-0/+3
* | | IB/cm: Keep track of the sgid_attr that created the cm idParav Pandit2018-06-251-0/+2
* | | IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit2018-06-251-0/+7
* | | IB/uverbs: Delete type and id from uverbs_obj_attrJason Gunthorpe2018-06-221-4/+0
* | | IB/rdmavt, IB/hfi1: Create device dependent s_flagsMike Marciniszyn2018-06-191-13/+17
* | | IB/core: Expose ib_ucontext from a given ib_uverbs_fileYishai Hadas2018-06-191-0/+2
OpenPOWER on IntegriCloud