summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2025-08-13RDMA/core: Free pfn_list with appropriate kvfree callAkhilesh Patil1-2/+2
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds19-164/+1011
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas3-7/+27
2025-07-23RDMA/core: Introduce a DMAH object and its alloc/free APIsYishai Hadas6-0/+153
2025-07-23IB/core: Add UVERBS_METHOD_REG_MR on the MR objectYishai Hadas1-1/+152
2025-07-13RDMA/uverbs: Add a common way to create CQ with umemMichael Margolin2-6/+82
2025-07-09IB/cm: Use separate agent w/o flow control for REPVlad Dumitrescu2-10/+44
2025-07-09IB/mad: Add flow control for solicited MADsOr Har-Toov2-10/+214
2025-07-09IB/mad: Add state machine to MAD layerOr Har-Toov3-120/+250
2025-07-02RDMA/counter: Check CAP_NET_RAW check in user namespace for RDMA countersParav Pandit1-1/+1
2025-07-02RDMA/nldev: Check CAP_NET_RAW in user namespace for QP modifyParav Pandit2-2/+3
2025-07-02RDMA/uverbs: Check CAP_NET_RAW in user namespace for RAW QP createParav Pandit1-2/+2
2025-07-01RDMA/uverbs: Check CAP_NET_RAW in user namespace for RAW QP createParav Pandit1-1/+1
2025-07-01RDMA/uverbs: Check CAP_NET_RAW in user namespace for QP createParav Pandit1-1/+1
2025-07-01RDMA/uverbs: Check CAP_NET_RAW in user namespace for flow createParav Pandit3-1/+57
2025-06-26RDMA/core: Extend RDMA device registration to be net namespace awareMark Bloch1-2/+12
2025-06-25RDMA/core: reduce stack using in nldev_stat_get_doit()Arnd Bergmann1-10/+12
2025-06-25RDMA/core: Add driver APIs pre_destroy_cq() and post_destroy_cq()Mark Zhang2-2/+12
2025-06-25IB/core: Annotate umem_mutex acquisition under fs_reclaim for lockdepOr Har-Toov1-0/+11
2025-06-17RDMA/core: Rate limit GID cache warning messagesMaor Gottlieb1-2/+2
2025-05-26RDMA/cma: Fix hang when cma_netevent_callback fails to queue_workJack Morgenstein1-1/+2
2025-05-26Merge tag 'v6.15' into rdma.git for-nextJason Gunthorpe3-4/+8
2025-05-25IB/cm: Remove dead code and adjust namingVlad Dumitrescu4-56/+16
2025-05-25RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devicesDaisuke Matsuda1-6/+25
2025-05-13RDMA/iwcm: Fix use-after-free of work objects after cm_id destructionShin'ichiro Kawasaki1-14/+15
2025-05-12RDMA/umem: Separate implicit ODP initialization from explicit ODPLeon Romanovsky1-45/+46
2025-05-12RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkageLeon Romanovsky1-82/+22
2025-05-12RDMA/umem: Store ODP access mask information in PFNLeon Romanovsky1-60/+43
2025-05-06RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problemZhu Yanjun1-2/+4
2025-05-05IB/cm: Drop lockdep assert and WARN when freeing old msgVlad Dumitrescu1-1/+2
2025-04-20RDMA/cma: Remove unused rdma_res_to_idDr. David Alan Gilbert1-13/+0
2025-04-09RDMA/core: Silence oversized kvmalloc() warningShay Drory1-2/+4
2025-04-09RDMA/cma: Fix workqueue crash in cma_netevent_work_handlerSharath Srinivasan1-1/+3
2025-04-07IB/cm: use rwlock for MAD agent lockJacob Moroni1-8/+8
2025-04-07RDMA/core: Convert to use ERR_CAST()Li Haoran1-1/+1
2025-04-07RDMA/uverbs: Convert to use ERR_CAST()Li Haoran1-1/+1
2025-04-07RDMA/core: Convert to use ERR_CAST()Li Haoran1-1/+1
2025-04-07RDMA/ucaps: Avoid format-security warningArnd Bergmann1-1/+1
2025-03-19IB/mad: Check available slots before posting receive WRsMaher Sanalla1-18/+20
2025-03-18RDMA/core: Pass port to counter bind/unbind operationsPatrisious Haddad2-11/+11
2025-03-18RDMA/core: Add support to optional-counters binding configurationPatrisious Haddad2-11/+35
2025-03-18RDMA/core: Create and destroy rdma_counter using rdma_zalloc_drv_obj()Patrisious Haddad2-1/+5
2025-03-13RDMA/core: Fix use-after-free when rename device nameWang Liang1-2/+7
2025-03-13RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject()Maher Sanalla1-68/+76
2025-03-09RDMA/uverbs: Add support for UCAPs in context creationChiara Meiohas2-0/+23
2025-03-09RDMA/uverbs: Introduce UCAP (User CAPabilities) APIChiara Meiohas3-1/+271
2025-03-03RDMA/core: Fixes infiniband sysctl boundsNicolas Bouchinet2-2/+6
2025-03-03RDMA/core: Don't expose hw_counters outside of init net namespaceRoman Gushchin2-0/+10
2025-02-19RDMA/core: Fix best page size finding when it can cross SG entriesMichael Margolin2-15/+32
2025-02-06RDMA/core: Use ib_port_state_to_str() for IB state sysfsMaher Sanalla1-13/+1