index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
irdma
/
verbs.c
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
RDMA: During rereg_mr ensure that REREG_ACCESS is compatible
Jason Gunthorpe
1
-0
/
+4
2026-03-31
RDMA/irdma: Add missing comp_mask check in alloc_ucontext
Jason Gunthorpe
1
-1
/
+3
2026-03-31
RDMA: Consolidate patterns with offsetofend() to ib_copy_validate_udata_in()
Jason Gunthorpe
1
-5
/
+5
2026-03-30
Merge branch 'master' into rdma-next
Leon Romanovsky
1
-4
/
+6
2026-03-30
RDMA: Properly propagate the number of CQEs as unsigned int
Leon Romanovsky
1
-1
/
+1
2026-03-30
RDMA: Clarify that CQ resize is a user‑space verb
Leon Romanovsky
1
-1
/
+1
2026-03-18
RDMA/irdma: Fix deadlock during netdev reset with active connections
Anil Samal
1
-1
/
+2
2026-03-18
RDMA/irdma: Remove a NOP wait_event() in irdma_modify_qp_roce()
Tatyana Nikolova
1
-2
/
+0
2026-03-18
RDMA/irdma: Update ibqp state to error if QP is already in error state
Tatyana Nikolova
1
-0
/
+2
2026-03-18
RDMA/irdma: Initialize free_qp completion before using it
Jacob Moroni
1
-1
/
+1
2026-03-08
RDMA/irdma: Add support for revocable pinned dmabuf import
Jacob Moroni
1
-12
/
+93
2026-03-04
RDMA/irdma: Fix double free related to rereg_user_mr
Jacob Moroni
1
-0
/
+1
2026-02-24
RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()
Jason Gunthorpe
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-8
/
+10
2026-01-25
RDMA/irdma: Use CQ ID for CEQE context
Jacob Moroni
1
-1
/
+4
2026-01-13
RDMA/irdma: Remove fixed 1 ms delay during AH wait loop
Jacob Moroni
1
-8
/
+8
2025-12-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-19
/
+30
2025-11-26
RDMA/irdma: Fix SRQ shadow area address initialization
Jijun Wang
1
-1
/
+1
2025-11-26
RDMA/irdma: Do not set IBK_LOCAL_DMA_LKEY for GEN3+
Jacob Moroni
1
-1
/
+2
2025-11-26
RDMA/irdma: Do not directly rely on IB_PD_UNSAFE_GLOBAL_RKEY
Jacob Moroni
1
-7
/
+8
2025-11-26
RDMA/irdma: Add missing mutex destroy
Anil Samal
1
-1
/
+3
2025-11-12
RDMA/irdma: Remove redundant NULL check of udata in irdma_create_user_ah()
Tuo Li
1
-1
/
+1
2025-11-06
RDMA/irdma: Take a lock before moving SRQ tail in poll_cq
Jay Bhat
1
-0
/
+1
2025-11-02
RDMA/irdma: CQ size and shadow update changes for GEN3
Jay Bhat
1
-3
/
+13
2025-11-02
RDMA/irdma: Initialize cqp_cmds_info to prevent resource leaks
Jay Bhat
1
-4
/
+0
2025-11-02
RDMA/irdma: Enforce local fence for LOCAL_INV WRs
Jacob Moroni
1
-1
/
+1
2025-10-19
RDMA/irdma: Set irdma_cq cq_num field during CQ create
Jacob Moroni
1
-0
/
+1
2025-09-24
RDMA/irdma: Remove unused struct irdma_cq fields
Jacob Moroni
1
-3
/
+0
2025-09-24
RDMA/irdma: Fix positive vs negative error codes in irdma_post_send()
Dan Carpenter
1
-2
/
+2
2025-09-21
RDMA: Use %pe format specifier for error pointers
Leon Romanovsky
1
-3
/
+3
2025-09-18
RDMA/irdma: Extend CQE Error and Flush Handling for GEN3 Devices
Shiraz Saleem
1
-1
/
+4
2025-09-18
RDMA/irdma: Add Atomic Operations support
Faisal Latif
1
-0
/
+48
2025-09-18
RDMA/irdma: Restrict Memory Window and CQE Timestamping to GEN3
Shiraz Saleem
1
-16
/
+26
2025-09-18
RDMA/irdma: Add SRQ support
Faisal Latif
1
-2
/
+473
2025-09-18
RDMA/irdma: Support 64-byte CQEs and GEN3 CQE opcode decoding
Shiraz Saleem
1
-5
/
+25
2025-09-18
RDMA/irdma: Extend QP context programming for GEN3
Shiraz Saleem
1
-0
/
+5
2025-09-18
RDMA/irdma: Add GEN3 virtual QP1 support
Shiraz Saleem
1
-18
/
+66
2025-09-18
RDMA/irdma: Introduce GEN3 vPort driver support
Mustafa Ismail
1
-1
/
+9
2025-09-18
RDMA/irdma: Add GEN3 HW statistics support
Krzysztof Czurylo
1
-49
/
+61
2025-09-18
RDMA/irdma: Refactor GEN2 auxiliary driver
Mustafa Ismail
1
-8
/
+8
2025-07-23
IB: Extend UVERBS_METHOD_REG_MR to get DMAH
Yishai Hadas
1
-0
/
+9
2025-04-20
irdma: free iwdev->rf after removing MSI-X
Michal Swiatkowski
1
-1
/
+0
2024-09-16
RDMA/irdma: fix error message in irdma_modify_qp_roce()
Vitaliy Shevtsov
1
-1
/
+1
2024-08-11
RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' API
Yishai Hadas
1
-1
/
+1
2024-06-27
RDMA: Pass entire uverbs attr bundle to create cq function
Akiva Goldberger
1
-2
/
+3
2024-03-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-2
/
+1
2024-02-04
RDMA/irdma: Remove duplicate assignment
Mustafa Ismail
1
-2
/
+1
2024-02-04
RDMA/irdma: Set the CQ read threshold for GEN 1
Mustafa Ismail
1
-3
/
+2
[next]