- 4fca037 IB/uverbs: Move ib_access_flags and ib_read_counters_flags to uapi by Jason Gunthorpe · 7 years ago
- 528922a IB: Enable uverbs_destroy_def_handler to be used by drivers by Yishai Hadas · 7 years ago
- b02289b RDMA: Validate grh_required when handling AVs by Artemy Kovalyov · 7 years ago
- 2f944c0 RDMA: Fix storage of PortInfo CapabilityMask in the kernel by Jason Gunthorpe · 7 years ago
- d0259e8 IB/uverbs: Remove ib_uobject_file by Jason Gunthorpe · 7 years ago
- 2cc1e3b8 IB/uverbs: Replace file->ucontext with file in uverbs_cmd.c by Jason Gunthorpe · 7 years ago
- 6ef1c82 IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function calls by Jason Gunthorpe · 7 years ago
- 6a5e9c8 IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufile by Jason Gunthorpe · 7 years ago
- c33e73a IB/uverbs: Add a uobj_perform_destroy helper by Jason Gunthorpe · 7 years ago
- 422e3d3 RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCT by Jason Gunthorpe · 7 years ago
- 540cd69 RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformly by Jason Gunthorpe · 7 years ago
- 83bb444 RDMA/uverbs: Remove UA_FLAGS by Jason Gunthorpe · 7 years ago
- 9a119cd RDMA/uverbs: Get rid of the & in method specifications by Jason Gunthorpe · 7 years ago
- 6c61d2a RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macros by Jason Gunthorpe · 7 years ago
- 595c773 RDMA/uverbs: Simplify method definition macros by Jason Gunthorpe · 7 years ago
- d108dac RDMA/uverbs: Simplify UVERBS_ATTR family of macros by Jason Gunthorpe · 7 years ago
- 87fc2a6 RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device by Jason Gunthorpe · 7 years ago
- 4eefd62 include/rdma/opa_addr.h: Fix an endianness issue by Bart Van Assche · 7 years ago
- 1c77483 IB: Improve uverbs_cleanup_ucontext algorithm by Yishai Hadas · 7 years ago
- 1ccddc4 RDMA/verbs: Drop kernel variant of destroy_flow by Leon Romanovsky · 7 years ago
- ca576fb RDMA/verbs: Drop kernel variant of create_flow by Leon Romanovsky · 7 years ago
- ea8c2d8 RDMA/core: Remove unused ib cache functions by Jason Gunthorpe · 7 years ago
- 3983910 IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *' by Parav Pandit · 7 years ago
- 815d456 IB/cm: Pass the sgid_attr through various events by Parav Pandit · 7 years ago
- 4ed13a5 IB/cm: Keep track of the sgid_attr that created the cm id by Parav Pandit · 7 years ago
- b740321 IB: Make ib_init_ah_attr_from_wc set sgid_attr by Parav Pandit · 7 years ago
- 321d786 IB/uverbs: Delete type and id from uverbs_obj_attr by Jason Gunthorpe · 7 years ago
- 2e2ba09 IB/rdmavt, IB/hfi1: Create device dependent s_flags by Mike Marciniszyn · 7 years ago
- 7dc08dc IB/core: Expose ib_ucontext from a given ib_uverbs_file by Yishai Hadas · 7 years ago
- e502a86 IB/core: Introduce DECLARE_UVERBS_GLOBAL_METHODS by Yishai Hadas · 7 years ago
- 2d9c1bd IB/uverbs: Add a macro to define a type with no kernel known size by Matan Barak · 7 years ago
- 8762d14 IB/uverbs: Add PTR_IN attributes that are allocated/copied automatically by Matan Barak · 7 years ago
- 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 7 years ago
- 1a1f460 RDMA: Hold the sgid_attr inside the struct ib_ah/qp by Jason Gunthorpe · 7 years ago
- 47ec386 RDMA: Convert drivers to use sgid_attr instead of sgid_index by Parav Pandit · 7 years ago
- d97099f IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs by Jason Gunthorpe · 7 years ago
- 8d9ec9a IB/core: Add a sgid_attr pointer to struct rdma_ah_attr by Jason Gunthorpe · 7 years ago
- 1dfce29 IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid by Parav Pandit · 7 years ago
- c3d71b6 IB/core: Provide rdma_ versions of the gid cache API by Jason Gunthorpe · 7 years ago
- bf399c2 IB/core: Introduce GID attribute get, put and hold APIs by Parav Pandit · 7 years ago
- f4df9a7 RDMA: Use GID from the ib_gid_attr during the add_gid() callback by Parav Pandit · 7 years ago
- b150c38 IB/core: Introduce GID entry reference counts by Parav Pandit · 7 years ago
- 7654cb1 Convert infiniband uverbs to struct_size by Matthew Wilcox · 7 years ago
- 33edc3b RDMA/restrack: Change SPDX tag to properly reflect license by Leon Romanovsky · 7 years ago
- ca24da0 RDMA/core: introduce check masks for T10-PI offload by Max Gurtovoy · 7 years ago
- 0f45e69 Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git into for-next by Jason Gunthorpe · 7 years ago
- 7eea23a IB/core: Add support for flow counters by Raed Salem · 7 years ago
- 59082a3 IB/core: Support passing uhw for create_flow by Matan Barak · 7 years ago
- 51d7a53 IB/core: Introduce counters read verb by Raed Salem · 7 years ago
- fa9b180 IB/core: Introduce counters object and its create/destroy by Raed Salem · 7 years ago
- 3efa381 IB/uverbs: Add an ib_uobject getter to ioctl() infrastructure by Matan Barak · 7 years ago
- 0394808 Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-next by Jason Gunthorpe · 7 years ago
- 08bb558 IB/core: Make testing MR flags for writability a static inline function by Jack Morgenstein · 7 years ago
- 25e6265 IB/core: Reduce the places that use zgid by Parav Pandit · 7 years ago
- f4602cb IB/uverbs: Fix uverbs_attr_get_obj by Jason Gunthorpe · 7 years ago
- fbdb0a9 RDMA/CMA: add rdma_iw_cm_id() and rdma_res_to_id() helpers by Steve Wise · 7 years ago
- b04f0f0 IB/uverbs: Introduce a MPLS steering match filter by Ariel Levkovich · 7 years ago
- d90e5e5 IB/uverbs: Introduce a GRE steering match filter by Ariel Levkovich · 7 years ago
- 8e907ed IB/umem: Use the correct mm during ib_umem_release by Lidong Chen · 7 years ago
- 832369f IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt by Brian Welty · 7 years ago
- 5d18ee6 IB/{hfi1, rdmavt, qib}: Implement CQ completion vector support by Sebastian Sanchez · 7 years ago
- af8aab7 IB/hfi1: Optimize kthread pointer locking when queuing CQ entries by Sebastian Sanchez · 7 years ago
- 73937e8 RDMA/nldev: helper functions to add driver attributes by Steve Wise · 7 years ago
- da5c850 RDMA/nldev: add driver-specific resource tracking by Steve Wise · 7 years ago
- ee6548d RDMA/rdma_cm: Delete rdma_addr_client by Jason Gunthorpe · 7 years ago
- 19fd08b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- be934cc IB/uverbs: Add device memory registration ioctl support by Ariel Levkovich · 7 years ago
- bee76d7 IB/uverbs: Add alloc/free dm uverbs ioctl support by Ariel Levkovich · 7 years ago
- 1d8eeb9 IB/uverbs: Add device memory capabilities reporting by Ariel Levkovich · 7 years ago
- 56ab0b3 IB/uverbs: Introduce ESP steering match filter by Matan Barak · 7 years ago
- 7d12f8d IB/uverbs: Add modify ESP flow_action by Matan Barak · 7 years ago
- 21e82d3 IB/uverbs: Introduce egress flow steering by Boris Pismenny · 7 years ago
- 9b82844 IB/uverbs: Add action_handle flow steering specification by Matan Barak · 7 years ago
- 2eb9bea IB/uverbs: Add flow_action create and destroy verbs by Matan Barak · 7 years ago
- 494c558 IB/uverbs: Add enum attribute type to ioctl() interface by Matan Barak · 7 years ago
- 414448d RDMA: Use ib_gid_attr during GID modification by Parav Pandit · 7 years ago
- 598ff6b IB/core: Refactor GID modify code for RoCE by Parav Pandit · 7 years ago
- 72e1ff0 RDMA/core: Update query_gid documentation for HCA drivers by Parav Pandit · 7 years ago
- c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 218b9e3 RDMA/cma: Move rdma_cm_state to cma_priv.h by Parav Pandit · 7 years ago
- 2253fc0 RDMA/CMA: Add rdma_port_space to UAPI by Steve Wise · 7 years ago
- 1b90d30 RDMA/CMA: remove RDMA_PS_SDP by Steve Wise · 7 years ago
- 84652ae RDMA/ucma: Introduce safer rdma_addr_size() variants by Roland Dreier · 7 years ago
- e945130 IB/core: Protect against concurrent access to hardware stats by Mark Bloch · 7 years ago
- 070f2d7 net: Drop NETDEV_UNREGISTER_FINAL by Kirill Tkhai · 7 years ago
- 114cc9c IB/cma: Resolve route only while receiving CM requests by Parav Pandit · 7 years ago
- 0328603 RDMA/restrack: Remove ambiguity in resource track clean logic by Leon Romanovsky · 7 years ago
- 3d64add IB/uverbs: Add macros to simplify adding driver specific attributes by Matan Barak · 7 years ago
- 41b2a71 IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new file by Matan Barak · 7 years ago
- dfb1395 IB/uverbs: Expose parsing tree of all common objects to providers by Matan Barak · 7 years ago
- c66db31 IB/uverbs: Safely extend existing attributes by Matan Barak · 7 years ago
- 1f07e08f IB/uverbs: Enable compact representation of uverbs_attr_spec by Matan Barak · 7 years ago
- 0ede73b IB/uverbs: Extend uverbs_ioctl header with driver_id by Matan Barak · 7 years ago
- 1f7ff9d IB/uverbs: Move to new headers and make naming consistent by Matan Barak · 7 years ago
- 80cf79a RDMA/verbs: Remove restrack entry from XRCD structure by Leon Romanovsky · 7 years ago
- b19744e IB/core: Remove unimplemented ib_peek_cq by Parav Pandit · 7 years ago
- e41a7c4 IB/core: Move rdma_addr_find_l2_eth_by_grh to core_priv.h by Parav Pandit · 7 years ago
- 0a51415 IB/core: Refactor ib_init_ah_attr_from_path() for RoCE by Parav Pandit · 7 years ago
- a9c06aeba IB/core: Remove rdma_resolve_ip_route() as exported symbol by Parav Pandit · 7 years ago
- b26c4a1 IB/{core, ipoib}: Simplify ib_find_gid() for unused ndev by Parav Pandit · 7 years ago