summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-0216-528/+238
|\
| * Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-303-35/+43
| |\
| | * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-242-24/+13
| | * lib/scatterlist: Fix wrong update of orig_nentsMaor Gottlieb2021-08-241-15/+19
| | * lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb2021-08-241-2/+2
| * | RDMA/core/sa_query: Retry SA queriesHåkon Bugge2021-08-252-1/+11
| * | IB/core: Remove deprecated current_seq commentsLi Zhijian2021-08-231-3/+0
| * | RDMA/core/sa_query: Remove unused functionHåkon Bugge2021-08-191-177/+0
| * | RDMA/core: Create clean QP creations interface for uverbsLeon Romanovsky2021-08-034-52/+52
| * | RDMA/core: Properly increment and decrement QP usecntsLeon Romanovsky2021-08-034-49/+39
| * | RDMA/core: Configure selinux QP during creationLeon Romanovsky2021-08-033-17/+7
| * | RDMA/core: Reorganize create QP low-level functionsLeon Romanovsky2021-08-032-63/+69
| * | RDMA/core: Remove protection from wrong in-kernel API usageLeon Romanovsky2021-08-031-10/+0
| * | RDMA/core: Delete duplicated and unreachable codeLeon Romanovsky2021-08-032-18/+5
| * | RDMA/mlx5: Drop in-driver verbs object creationsLeon Romanovsky2021-08-031-3/+4
| * | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-034-27/+45
| * | RDMA/iwpm: Rely on the rdma_nl_[un]register() to ensure that requests are validLeon Romanovsky2021-07-303-68/+1
| * | RDMA/iwpm: Remove not-needed reference countingLeon Romanovsky2021-07-302-47/+16
| * | RDMA/iwcm: Release resources if iw_cm module initialization failsLeon Romanovsky2021-07-301-7/+12
| * | IB/core: Read subnet_prefix in ib_query_port via cache.Anand Khoje2021-07-161-6/+2
| * | IB/core: Shifting initialization of device->cache_lockAnand Khoje2021-07-162-2/+2
| * | IB/core: Updating cache for subnet_prefix in config_non_roce_gid_cache()Anand Khoje2021-07-161-3/+5
* | | RDMA/uverbs: Track dmabuf memory regionsGal Pressman2021-08-191-0/+3
| |/ |/|
* | RDMA/cma: Revert INIT-INIT patchMike Marciniszyn2021-08-021-1/+16
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-07-0130-1186/+1167
|\
| * RDMA/core: Always release restrack objectLeon Romanovsky2021-06-291-1/+1
| * RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch2021-06-251-1/+2
| * RDMA/core/sa_query: Remove unused argumentHåkon Bugge2021-06-251-4/+2
| * RDMA/cma: Fix incorrect Packet Lifetime calculationHåkon Bugge2021-06-251-2/+4
| * RDMA/cma: Protect RMW with qp_mutexHåkon Bugge2021-06-241-1/+19
| * RDMA/cma: Remove unnecessary INIT->INIT transitionHåkon Bugge2021-06-241-16/+1
| * Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe2021-06-223-4/+13
| |\
| * | IB/core: Removed port validity check from ib_get_cached_subnet_prefixAnand Khoje2021-06-214-21/+6
| * | RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky2021-06-212-3/+4
| * | RDMA/core: Fix incorrect print format specifierWenpeng Liang2021-06-2115-45/+45
| * | RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-1/+3
| * | RDMA/core: Allow port_groups to be used with namespacesJason Gunthorpe2021-06-161-6/+4
| * | RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe2021-06-162-28/+15
| * | RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj'sJason Gunthorpe2021-06-163-166/+119
| * | RDMA/core: Expose the ib port sysfs attribute machineryJason Gunthorpe2021-06-161-100/+117
| * | RDMA/core: Remove the kobject_uevent() NOPJason Gunthorpe2021-06-161-2/+0
| * | RDMA/core: Create the device hw_counters through the normal groups mechanismJason Gunthorpe2021-06-163-54/+27
| * | RDMA/core: Simplify how the port sysfs is createdJason Gunthorpe2021-06-161-219/+103
| * | RDMA/core: Simplify how the gid_attrs sysfs is createdJason Gunthorpe2021-06-161-81/+89
| * | RDMA/core: Split gid_attrs related sysfs from add_port()Jason Gunthorpe2021-06-161-71/+89
| * | RDMA/core: Split port and device counter sysfs attributesJason Gunthorpe2021-06-161-168/+290
| * | RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe2021-06-163-9/+14
| * | RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-164-8/+11
| * | IB/cm: Remove dgid from the cm_id_priv avJason Gunthorpe2021-06-101-9/+4
| * | RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_deviceWeihang Li2021-06-082-7/+7