aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds28-110/+796
12 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-13/+5
12 daysRDMA/ucma: Allow path records to exactly fit the output bufferSerhat Kumral1-1/+1
2026-08-18RDMA/uverbs: Guard legacy bundles without method_elmYuhang Pan2-0/+4
2026-08-18Merge rdma branch 'for-rc' into 'for-next'Jason Gunthorpe4-4/+35
2026-08-11RDMA/cma: Fix WARNING in res_to_rtZhu Yanjun1-2/+4
2026-08-11RDMA/ucma: Lock the handler in ucma_set_ib_path()Norbert Szetei1-1/+4
2026-08-11RDMA/ucma: Lock the handler in ucma_write_cm_event()Norbert Szetei1-0/+9
2026-08-05RDMA/core: Prevent rereg_mr for dmabuf umemsJacob Moroni1-0/+3
2026-08-04RDMA/umem: use hmm_range_fault_unlocked_timeout() for ODP faultsStanislav Kinsburskii1-13/+5
2026-07-26RDMA/core: Make device names unique per net namespaceJiri Pirko1-7/+15
2026-07-26RDMA/core: Document the SELinux ibendport net namespace limitationJiri Pirko1-0/+6
2026-07-26RDMA/cma: Document that CM configfs cannot be net namespace scopedJiri Pirko1-0/+4
2026-07-26RDMA/cgroup: Disambiguate devices across net namespacesJiri Pirko1-0/+1
2026-07-26RDMA/nldev: Allow setting the device name while changing net namespaceJiri Pirko2-9/+24
2026-07-26RDMA/nldev: Report net namespace move errors through extackJiri Pirko3-7/+26
2026-07-26RDMA/core: Support renaming a device when changing its net namespaceJiri Pirko3-17/+35
2026-07-26RDMA/core: Handle device name conflicts when changing net namespaceJiri Pirko2-21/+137
2026-07-26RDMA/core: Pass the net namespace to the device name lookupsJiri Pirko1-8/+18
2026-07-23RDMA/uverbs: Add SRQ buffer UMEM attributeJiri Pirko1-0/+2
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni1-1/+1
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska1-1/+1
2026-07-22RDMA/core: Add Completion Counters to resource trackingMichael Margolin3-1/+21
2026-07-22RDMA/core: Expose Completion Counter capabilities to userspaceMichael Margolin2-1/+51
2026-07-22RDMA/core: Prevent destroying in-use completion countersMichael Margolin3-1/+28
2026-07-22RDMA/core: Add Completion Counters supportMichael Margolin6-1/+218
2026-07-22RDMA/core: Fix potential use after free in ib_dealloc_pd_user()Patrisious Haddad1-2/+5
2026-07-22RDMA/core: Fix potential use after free in uverbs_free_dmah()Patrisious Haddad1-2/+5
2026-07-22RDMA/core: Fix potential use after free in ib_free_cq()Patrisious Haddad1-1/+1
2026-07-22RDMA/core: Fix potential use after free in counter_release()Patrisious Haddad1-2/+3
2026-07-22RDMA/core: Fix potential use after free in ib_destroy_srq_user()Patrisious Haddad1-2/+6
2026-07-22RDMA/core: Fix potential use after free in ib_destroy_cq_user()Patrisious Haddad1-2/+6
2026-07-22RDMA/core: Fix use after free in ib_query_qp()Patrisious Haddad1-1/+4
2026-07-22RDMA/core: Add rdma_restrack_begin/abort/commit_del() operationsPatrisious Haddad2-33/+135
2026-07-21RDMA/nldev: validate dynamic counter attribute lengthPengpeng Hou1-0/+5
2026-07-20RDMA/umem: Constify struct dma_buf_attach_opsChristophe JAILLET1-2/+2
2026-07-15RDMA/addr: fix spelling of guarantees in commentxiongweimin1-1/+1
2026-07-15RDMA/cma: fix spelling of guarantees in commentxiongweimin1-1/+1
2026-07-14RDMA/umem: ib_umem_get(): use kmalloc() to allocate page arrayMike Rapoport (Microsoft)1-2/+3
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela3-4/+4
2026-07-12RDMA/core: Wait for RCU callbacks before unloading ib_coreLeon Romanovsky1-0/+1
2026-07-02IB/iwpm: Fix spelling errors in commentsluoqing1-1/+1
2026-07-02RDMA/core: Fix memory leak in __ib_create_cq() on invalid cqeChenguang Zhao1-3/+3
2026-07-02RDMA/uverbs: Add UVERBS_ATTR_UHW to UVERBS_METHOD_REG_MRJason Gunthorpe1-2/+4
2026-07-02RDMA/cma: Fix hardware address comparison length in netevent callbackOr Gerlitz1-1/+1
2026-07-01RDMA/nldev: Add resource summary max values for usage displayTao Cui1-3/+26
2026-06-29IB/mad: Drop unmatched RMPP responses before reassemblyMichael Bommarito1-0/+30
2026-06-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds28-633/+1103
2026-06-11RDMA/core: Add ib_frmr_pool_drop for unrecoverable handlesMichael Guralnik1-0/+15
2026-06-11RDMA/core: Fix FRMR handle leak on push failureMichael Guralnik1-8/+11