Age | Commit message (Expand) | Author | Files | Lines |
2021-08-02 | RDMA/cma: Revert INIT-INIT patch | Mike Marciniszyn | 1 | -1/+16 |
2021-07-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 30 | -1186/+1167 |
2021-06-29 | RDMA/core: Always release restrack object | Leon Romanovsky | 1 | -1/+1 |
2021-06-25 | RDMA/cma: Fix rdma_resolve_route() memory leak | Gerd Rausch | 1 | -1/+2 |
2021-06-25 | RDMA/core/sa_query: Remove unused argument | Håkon Bugge | 1 | -4/+2 |
2021-06-25 | RDMA/cma: Fix incorrect Packet Lifetime calculation | Håkon Bugge | 1 | -2/+4 |
2021-06-24 | RDMA/cma: Protect RMW with qp_mutex | Håkon Bugge | 1 | -1/+19 |
2021-06-24 | RDMA/cma: Remove unnecessary INIT->INIT transition | Håkon Bugge | 1 | -16/+1 |
2021-06-23 | Backmerge tag 'v5.13-rc7' into drm-next | Dave Airlie | 1 | -0/+5 |
2021-06-22 | Merge tag 'v5.13-rc7' into rdma.git for-next | Jason Gunthorpe | 3 | -4/+13 |
2021-06-21 | IB/core: Removed port validity check from ib_get_cached_subnet_prefix | Anand Khoje | 4 | -21/+6 |
2021-06-21 | RDMA: Fix kernel-doc warnings about wrong comment | Leon Romanovsky | 2 | -3/+4 |
2021-06-21 | RDMA/core: Fix incorrect print format specifier | Wenpeng Liang | 15 | -45/+45 |
2021-06-16 | RDMA: Remove rdma_set_device_sysfs_group() | Jason Gunthorpe | 1 | -1/+3 |
2021-06-16 | RDMA/core: Allow port_groups to be used with namespaces | Jason Gunthorpe | 1 | -6/+4 |
2021-06-16 | RDMA: Change ops->init_port to ops->port_groups | Jason Gunthorpe | 2 | -28/+15 |
2021-06-16 | RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj's | Jason Gunthorpe | 3 | -166/+119 |
2021-06-16 | RDMA/core: Expose the ib port sysfs attribute machinery | Jason Gunthorpe | 1 | -100/+117 |
2021-06-16 | RDMA/core: Remove the kobject_uevent() NOP | Jason Gunthorpe | 1 | -2/+0 |
2021-06-16 | RDMA/core: Create the device hw_counters through the normal groups mechanism | Jason Gunthorpe | 3 | -54/+27 |
2021-06-16 | RDMA/core: Simplify how the port sysfs is created | Jason Gunthorpe | 1 | -219/+103 |
2021-06-16 | RDMA/core: Simplify how the gid_attrs sysfs is created | Jason Gunthorpe | 1 | -81/+89 |
2021-06-16 | RDMA/core: Split gid_attrs related sysfs from add_port() | Jason Gunthorpe | 1 | -71/+89 |
2021-06-16 | RDMA/core: Split port and device counter sysfs attributes | Jason Gunthorpe | 1 | -168/+290 |
2021-06-16 | RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointer | Jason Gunthorpe | 3 | -9/+14 |
2021-06-16 | RDMA: Split the alloc_hw_stats() ops to port and device variants | Jason Gunthorpe | 4 | -8/+11 |
2021-06-10 | IB/cm: Remove dgid from the cm_id_priv av | Jason Gunthorpe | 1 | -9/+4 |
2021-06-10 | RDMA: Verify port when creating flow rule | Maor Gottlieb | 1 | -0/+5 |
2021-06-08 | RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_device | Weihang Li | 2 | -7/+7 |
2021-06-08 | RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_port | Weihang Li | 1 | -4/+4 |
2021-06-08 | RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_member | Weihang Li | 1 | -6/+6 |
2021-06-08 | RDMA/core: Remove refcount from struct ib_mad_snoop_private | Jason Gunthorpe | 1 | -1/+0 |
2021-06-08 | RDMA/core: Use refcount_t instead of atomic_t on refcount of iwpm_admin_data | Weihang Li | 2 | -5/+9 |
2021-06-08 | RDMA/core: Use refcount_t instead of atomic_t on refcount of iwcm_id_private | Weihang Li | 2 | -6/+5 |
2021-06-07 | RDMA/umem: fix missing automated rename | Christian König | 1 | -1/+1 |
2021-06-02 | IB/cm: Protect cm_dev, cm_ports and mad_agent with kref and lock | Mark Zhang | 1 | -19/+93 |
2021-06-02 | IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_path | Mark Zhang | 1 | -47/+58 |
2021-06-02 | IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() calls | Mark Zhang | 3 | -37/+26 |
2021-06-02 | Revert "IB/cm: Mark stale CM id's whenever the mad agent was unregistered" | Mark Zhang | 1 | -109/+14 |
2021-06-02 | IB/cm: Tidy remaining cm_msg free paths | Jason Gunthorpe | 1 | -10/+10 |
2021-06-02 | IB/cm: Call the correct message free functions in cm_send_handler() | Jason Gunthorpe | 1 | -27/+25 |
2021-06-02 | IB/cm: Split cm_alloc_msg() | Jason Gunthorpe | 1 | -75/+115 |
2021-06-02 | IB/cm: Pair cm_alloc_response_msg() with a cm_free_response_msg() | Jason Gunthorpe | 1 | -11/+18 |
2021-06-02 | RDMA/core: Sanitize WQ state received from the userspace | Leon Romanovsky | 1 | -2/+19 |
2021-05-28 | RDMA/core: Use the DEVICE_ATTR_RO macro | YueHaibing | 1 | -4/+3 |
2021-05-28 | IB/core: Only update PKEY and GID caches on respective events | Håkon Bugge | 1 | -8/+15 |
2021-05-19 | RDMA/uverbs: Fix a NULL vs IS_ERR() bug | Dan Carpenter | 1 | -2/+2 |
2021-05-18 | RDMA/core: Don't access cm_id after its destruction | Shay Drory | 1 | -2/+3 |
2021-05-11 | RDMA/core: Remove never used ib_modify_wq function call | Leon Romanovsky | 1 | -21/+0 |
2021-05-11 | RDMA/ucma: Cleanup to reduce duplicate code | Xiaofei Tan | 1 | -2/+2 |