Age | Commit message (Expand) | Author | Files | Lines |
2018-10-10 | RDMA/netdev: Fix netlink support in IPoIB | Denis Drozdov | 1 | -0/+7 |
2018-10-10 | RDMA/netdev: Hoist alloc_netdev_mqs out of the driver | Denis Drozdov | 1 | -2/+21 |
2018-08-16 | Merge tag 'v4.18' into rdma.git for-next | Jason Gunthorpe | 1 | -5/+8 |
2018-08-10 | IB/uverbs: Use uverbs_api to manage the object type inside the uobject | Jason Gunthorpe | 1 | -1/+1 |
2018-08-10 | IB/uverbs: Have the core code create the uverbs_root_spec | Jason Gunthorpe | 1 | -1/+1 |
2018-08-02 | RDMA/netdev: Use priv_destructor for netdev cleanup | Jason Gunthorpe | 1 | -1/+5 |
2018-08-01 | IB/uverbs: Do not pass struct ib_device to the ioctl methods | Jason Gunthorpe | 1 | -2/+1 |
2018-08-01 | IB/uverbs: Consolidate uobject destruction | Jason Gunthorpe | 1 | -2/+2 |
2018-07-30 | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const | Bart Van Assche | 1 | -15/+15 |
2018-07-30 | RDMA: Constify the argument of the work request conversion functions | Bart Van Assche | 1 | -5/+6 |
2018-07-25 | IB/uverbs: Rework the locking for cleaning up the ucontext | Jason Gunthorpe | 1 | -0/+5 |
2018-07-24 | IB/core: Allow ULPs to specify NULL as the third ib_post_(send|recv|srq_recv)... | Bart Van Assche | 1 | -3/+9 |
2018-07-24 | IB/mlx5: Introduce driver create and destroy flow methods | Yishai Hadas | 1 | -0/+14 |
2018-07-24 | IB: Support ib_flow creation in drivers | Yishai Hadas | 1 | -0/+1 |
2018-07-23 | IB/uverbs: Move ib_access_flags and ib_read_counters_flags to uapi | Jason Gunthorpe | 1 | -13/+10 |
2018-07-10 | IB: Enable uverbs_destroy_def_handler to be used by drivers | Yishai Hadas | 1 | -0/+3 |
2018-07-10 | RDMA: Validate grh_required when handling AVs | Artemy Kovalyov | 1 | -1/+12 |
2018-07-10 | RDMA: Fix storage of PortInfo CapabilityMask in the kernel | Jason Gunthorpe | 1 | -28/+3 |
2018-07-09 | IB/uverbs: Remove ib_uobject_file | Jason Gunthorpe | 1 | -6/+0 |
2018-07-09 | IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufile | Jason Gunthorpe | 1 | -6/+3 |
2018-07-04 | RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device | Jason Gunthorpe | 1 | -1/+1 |
2018-06-29 | IB: Improve uverbs_cleanup_ucontext algorithm | Yishai Hadas | 1 | -1/+45 |
2018-06-25 | RDMA/verbs: Drop kernel variant of destroy_flow | Leon Romanovsky | 1 | -2/+0 |
2018-06-25 | RDMA/verbs: Drop kernel variant of create_flow | Leon Romanovsky | 1 | -2/+0 |
2018-06-25 | IB: Make ib_init_ah_attr_from_wc set sgid_attr | Parav Pandit | 1 | -0/+7 |
2018-06-21 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -5/+8 |
2018-06-19 | IB/core: Expose ib_ucontext from a given ib_uverbs_file | Yishai Hadas | 1 | -0/+2 |
2018-06-18 | IB/core: add max_send_sge and max_recv_sge attributes | Steve Wise | 1 | -1/+2 |
2018-06-18 | RDMA/core: Save kernel caller name when creating CQ using ib_create_cq() | Bharat Potnuri | 1 | -5/+8 |
2018-06-18 | RDMA: Hold the sgid_attr inside the struct ib_ah/qp | Jason Gunthorpe | 1 | -0/+4 |
2018-06-18 | RDMA: Convert drivers to use sgid_attr instead of sgid_index | Parav Pandit | 1 | -4/+4 |
2018-06-18 | IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs | Jason Gunthorpe | 1 | -0/+5 |
2018-06-18 | IB/core: Add a sgid_attr pointer to struct rdma_ah_attr | Jason Gunthorpe | 1 | -0/+7 |
2018-06-18 | IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid | Parav Pandit | 1 | -4/+0 |
2018-06-18 | RDMA: Use GID from the ib_gid_attr during the add_gid() callback | Parav Pandit | 1 | -2/+1 |
2018-06-18 | IB/core: Introduce GID entry reference counts | Parav Pandit | 1 | -0/+1 |
2018-06-12 | Convert infiniband uverbs to struct_size | Matthew Wilcox | 1 | -4/+1 |
2018-06-04 | RDMA/core: introduce check masks for T10-PI offload | Max Gurtovoy | 1 | -0/+13 |
2018-06-04 | Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/... | Jason Gunthorpe | 1 | -2/+41 |
2018-06-02 | IB/core: Add support for flow counters | Raed Salem | 1 | -1/+14 |
2018-06-02 | IB/core: Support passing uhw for create_flow | Matan Barak | 1 | -1/+2 |
2018-06-02 | IB/core: Introduce counters read verb | Raed Salem | 1 | -0/+14 |
2018-06-02 | IB/core: Introduce counters object and its create/destroy | Raed Salem | 1 | -0/+11 |
2018-05-28 | Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma... | Jason Gunthorpe | 1 | -0/+14 |
2018-05-28 | IB/core: Make testing MR flags for writability a static inline function | Jack Morgenstein | 1 | -0/+14 |
2018-05-16 | IB/uverbs: Introduce a MPLS steering match filter | Ariel Levkovich | 1 | -0/+15 |
2018-05-16 | IB/uverbs: Introduce a GRE steering match filter | Ariel Levkovich | 1 | -0/+17 |
2018-04-06 | Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -41/+171 |
2018-04-05 | IB/uverbs: Add device memory registration ioctl support | Ariel Levkovich | 1 | -0/+11 |
2018-04-05 | IB/uverbs: Add alloc/free dm uverbs ioctl support | Ariel Levkovich | 1 | -1/+19 |