aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-23IB/core: Remove deprecated current_seq commentsLi Zhijian1-3/+0
2021-08-19RDMA/core/sa_query: Remove unused functionHåkon Bugge1-177/+0
2021-08-03RDMA/core: Create clean QP creations interface for uverbsLeon Romanovsky4-52/+52
2021-08-03RDMA/core: Properly increment and decrement QP usecntsLeon Romanovsky4-49/+39
2021-08-03RDMA/core: Configure selinux QP during creationLeon Romanovsky3-17/+7
2021-08-03RDMA/core: Reorganize create QP low-level functionsLeon Romanovsky2-63/+69
2021-08-03RDMA/core: Remove protection from wrong in-kernel API usageLeon Romanovsky1-10/+0
2021-08-03RDMA/core: Delete duplicated and unreachable codeLeon Romanovsky2-18/+5
2021-08-03RDMA/mlx5: Drop in-driver verbs object creationsLeon Romanovsky1-3/+4
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky4-27/+45
2021-07-30RDMA/iwpm: Rely on the rdma_nl_[un]register() to ensure that requests are validLeon Romanovsky3-68/+1
2021-07-30RDMA/iwpm: Remove not-needed reference countingLeon Romanovsky2-47/+16
2021-07-30RDMA/iwcm: Release resources if iw_cm module initialization failsLeon Romanovsky1-7/+12
2021-07-16IB/core: Read subnet_prefix in ib_query_port via cache.Anand Khoje1-6/+2
2021-07-16IB/core: Shifting initialization of device->cache_lockAnand Khoje2-2/+2
2021-07-16IB/core: Updating cache for subnet_prefix in config_non_roce_gid_cache()Anand Khoje1-3/+5
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds30-1186/+1167
2021-06-29RDMA/core: Always release restrack objectLeon Romanovsky1-1/+1
2021-06-25RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch1-1/+2
2021-06-25RDMA/core/sa_query: Remove unused argumentHåkon Bugge1-4/+2
2021-06-25RDMA/cma: Fix incorrect Packet Lifetime calculationHåkon Bugge1-2/+4
2021-06-24RDMA/cma: Protect RMW with qp_mutexHåkon Bugge1-1/+19
2021-06-24RDMA/cma: Remove unnecessary INIT->INIT transitionHåkon Bugge1-16/+1
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie1-0/+5
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe3-4/+13
2021-06-21IB/core: Removed port validity check from ib_get_cached_subnet_prefixAnand Khoje4-21/+6
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky2-3/+4
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang15-45/+45
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+3
2021-06-16RDMA/core: Allow port_groups to be used with namespacesJason Gunthorpe1-6/+4
2021-06-16RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe2-28/+15
2021-06-16RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj'sJason Gunthorpe3-166/+119
2021-06-16RDMA/core: Expose the ib port sysfs attribute machineryJason Gunthorpe1-100/+117
2021-06-16RDMA/core: Remove the kobject_uevent() NOPJason Gunthorpe1-2/+0
2021-06-16RDMA/core: Create the device hw_counters through the normal groups mechanismJason Gunthorpe3-54/+27
2021-06-16RDMA/core: Simplify how the port sysfs is createdJason Gunthorpe1-219/+103
2021-06-16RDMA/core: Simplify how the gid_attrs sysfs is createdJason Gunthorpe1-81/+89
2021-06-16RDMA/core: Split gid_attrs related sysfs from add_port()Jason Gunthorpe1-71/+89
2021-06-16RDMA/core: Split port and device counter sysfs attributesJason Gunthorpe1-168/+290
2021-06-16RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe3-9/+14
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe4-8/+11
2021-06-10IB/cm: Remove dgid from the cm_id_priv avJason Gunthorpe1-9/+4
2021-06-10RDMA: Verify port when creating flow ruleMaor Gottlieb1-0/+5
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_deviceWeihang Li2-7/+7
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_portWeihang Li1-4/+4
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_memberWeihang Li1-6/+6
2021-06-08RDMA/core: Remove refcount from struct ib_mad_snoop_privateJason Gunthorpe1-1/+0
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of iwpm_admin_dataWeihang Li2-5/+9
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of iwcm_id_privateWeihang Li2-6/+5
2021-06-07RDMA/umem: fix missing automated renameChristian König1-1/+1