summaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h
Commit message (Expand)AuthorAgeFilesLines
...
* | RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov2018-10-101-2/+21
|/
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-5/+8
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-211-5/+8
| |\
| | * RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Bharat Potnuri2018-06-181-5/+8
* | | IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe2018-08-101-1/+1
* | | IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe2018-08-101-1/+1
* | | RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2018-08-021-1/+5
* | | IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe2018-08-011-2/+1
* | | IB/uverbs: Consolidate uobject destructionJason Gunthorpe2018-08-011-2/+2
* | | 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/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe2018-07-251-0/+5
* | | 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-241-0/+14
* | | IB: Support ib_flow creation in driversYishai Hadas2018-07-241-0/+1
* | | 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-101-28/+3
* | | IB/uverbs: Remove ib_uobject_fileJason Gunthorpe2018-07-091-6/+0
* | | IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe2018-07-091-6/+3
* | | RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe2018-07-041-1/+1
* | | IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas2018-06-291-1/+45
* | | 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
* | | IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit2018-06-251-0/+7
* | | IB/core: Expose ib_ucontext from a given ib_uverbs_fileYishai Hadas2018-06-191-0/+2
* | | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* | | RDMA: Hold the sgid_attr inside the struct ib_ah/qpJason Gunthorpe2018-06-181-0/+4
* | | RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-4/+4
* | | IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe2018-06-181-0/+5
* | | IB/core: Add a sgid_attr pointer to struct rdma_ah_attrJason Gunthorpe2018-06-181-0/+7
* | | IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit2018-06-181-4/+0
* | | RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-2/+1
* | | IB/core: Introduce GID entry reference countsParav Pandit2018-06-181-0/+1
|/ /
* / Convert infiniband uverbs to struct_sizeMatthew Wilcox2018-06-121-4/+1
|/
* RDMA/core: introduce check masks for T10-PI offloadMax Gurtovoy2018-06-041-0/+13
* Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe2018-06-041-2/+41
|\
| * IB/core: Add support for flow countersRaed Salem2018-06-021-1/+14
| * IB/core: Support passing uhw for create_flowMatan Barak2018-06-021-1/+2
| * IB/core: Introduce counters read verbRaed Salem2018-06-021-0/+14
| * IB/core: Introduce counters object and its create/destroyRaed Salem2018-06-021-0/+11
* | Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-0/+14
|\ \
| * | IB/core: Make testing MR flags for writability a static inline functionJack Morgenstein2018-05-281-0/+14
| |/
* | IB/uverbs: Introduce a MPLS steering match filterAriel Levkovich2018-05-161-0/+15
* | IB/uverbs: Introduce a GRE steering match filterAriel Levkovich2018-05-161-0/+17
|/
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-061-41/+171
|\
| * IB/uverbs: Add device memory registration ioctl supportAriel Levkovich2018-04-051-0/+11
| * IB/uverbs: Add alloc/free dm uverbs ioctl supportAriel Levkovich2018-04-051-1/+19
| * IB/uverbs: Add device memory capabilities reportingAriel Levkovich2018-04-051-0/+1