summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
3 daysRDMA/umem: Fix truncation for block sizes >= 4GJason Gunthorpe1-2/+2
3 daysRDMA: Move DMA block iterator logic into dedicated filesLeon Romanovsky3-39/+44
3 daysRDMA: During rereg_mr ensure that REREG_ACCESS is compatibleJason Gunthorpe1-0/+16
3 daysRDMA/umem: Add helpers for umem dmabuf revoke lockJacob Moroni1-0/+16
3 daysRDMA/umem: Move umem dmabuf revoke logic into helper functionJacob Moroni1-9/+17
3 daysRDMA/umem: Add ib_umem_dmabuf_get_pinned_and_lock helperJacob Moroni1-9/+26
3 daysRDMA/core: Validate cpu_id against nr_cpu_ids in DMAH allocYishai Hadas1-0/+5
3 daysRDMA/core: Validate the passed in fops for ib_get_ucaps()Jason Gunthorpe1-5/+3
2026-05-23RDMA/core: Prefer NLA_NUL_STRINGFlorian Westphal1-3/+3
2026-05-07IB/core: Fix zero dmac race in neighbor resolutionChen Zhao1-0/+3
2026-04-02RDMA/rw: Fall back to direct SGE on MR pool exhaustionChuck Lever1-3/+18
2026-03-04RDMA/umem: Fix double dma_buf_unpin in failure pathJacob Moroni1-3/+1
2026-03-04RDMA/core: Fix stale RoCE GIDs during netdev events at registrationJiri Pirko3-1/+49
2026-02-27RDMA/uverbs: Add __GFP_NOWARN to ib_uverbs_unmarshall_recv() kmallocYi Liu1-1/+1
2026-02-27RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever1-15/+38
2026-02-27RDMA/uverbs: Validate wqe_size before using it in ib_uverbs_post_sendYi Liu1-1/+4
2026-02-27RDMA/iwcm: Fix workqueue list corruption by removing work_listJacob Moroni2-36/+21
2026-02-27IB/cache: update gid cache on client reregister eventEtienne AUJAMES1-1/+2
2026-02-27RDMA/umad: Reject negative data_len in ib_umad_writeYunJe Shin1-2/+6
2026-01-08RDMA/cm: Fix leaking the multicast GID table referenceJason Gunthorpe1-0/+3
2026-01-08RDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctlyJason Gunthorpe1-23/+10
2026-01-08RDMA/core: always drop device refcount in ib_del_sub_device_and_put()Tetsuo Handa1-1/+3
2026-01-08RDMA/core: Fix logic error in ib_get_gids_from_rdma_hdr()Jang Ingyu1-1/+1
2025-10-19RDMA/uverbs: Fix umem release in UVERBS_METHOD_CQ_CREATEShuhao Fu1-0/+1
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-66/+569
2025-09-21RDMA: Use %pe format specifier for error pointersLeon Romanovsky1-2/+1
2025-09-18IB/sa: Fix sa_local_svc_timeout_ms read raceVlad Dumitrescu1-2/+4
2025-09-18RDMA/core: Use route entry flag to decide on loopback trafficParav Pandit1-13/+21
2025-09-18RDMA/core: Resolve MAC of next-hop device without ARP supportParav Pandit1-7/+3
2025-09-18RDMA/core: Squash a single user static functionParav Pandit1-29/+20
2025-09-15RDMA/cm: Rate limit destroy CM ID timeout error messageHÃ¥kon Bugge1-2/+2
2025-09-11RDMA/core: fix "truely"->"truly"Xichao Zhao1-1/+1
2025-08-13RDMA/core: Free pfn_list with appropriate kvfree callAkhilesh Patil1-2/+2
2025-08-13RDMA/ucma: Support write an event into a CMMark Zhang1-1/+51
2025-08-13RDMA/ucma: Support query resolved service recordsMark Zhang1-0/+40
2025-08-13RDMA/cma: Support IB service record resolutionMark Zhang3-4/+166
2025-08-13RDMA/sa_query: Support IB service records resolutionMark Zhang1-0/+238
2025-08-13RDMA/sa_query: Add RMPP support for SA queriesMark Zhang1-11/+28
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