index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-31
RDMA/hns: Remove the duplicate calls to ib_copy_validate_udata_in()
Jason Gunthorpe
1
-19
/
+16
2026-03-31
RDMA: Remove redundant = {} for udata req structs
Jason Gunthorpe
13
-19
/
+21
2026-03-31
RDMA/irdma: Add missing comp_mask check in alloc_ucontext
Jason Gunthorpe
1
-1
/
+3
2026-03-31
RDMA/hns: Add missing comp_mask check in create_qp
Jason Gunthorpe
1
-1
/
+3
2026-03-31
RDMA/mlx5: Pull comp_mask validation into ib_copy_validate_udata_in_cm()
Jason Gunthorpe
1
-9
/
+8
2026-03-31
RDMA: Use ib_copy_validate_udata_in_cm() for zero comp_mask
Jason Gunthorpe
4
-17
/
+13
2026-03-31
RDMA/hns: Use ib_copy_validate_udata_in()
Jason Gunthorpe
4
-45
/
+8
2026-03-31
RDMA/mlx4: Use ib_copy_validate_udata_in() for QP
Jason Gunthorpe
1
-22
/
+3
2026-03-31
RDMA/mlx4: Use ib_copy_validate_udata_in()
Jason Gunthorpe
3
-13
/
+10
2026-03-31
RDMA/mlx5: Use ib_copy_validate_udata_in() for MW
Jason Gunthorpe
1
-9
/
+6
2026-03-31
RDMA/mlx5: Use ib_copy_validate_udata_in() for SRQ
Jason Gunthorpe
1
-12
/
+3
2026-03-31
RDMA/pvrdma: Use ib_copy_validate_udata_in() for srq
Jason Gunthorpe
1
-3
/
+2
2026-03-31
RDMA: Use ib_copy_validate_udata_in() for implicit full structs
Jason Gunthorpe
8
-52
/
+45
2026-03-31
RDMA: Consolidate patterns with sizeof() to ib_copy_validate_udata_in()
Jason Gunthorpe
6
-47
/
+17
2026-03-31
RDMA: Consolidate patterns with offsetof() to ib_copy_validate_udata_in()
Jason Gunthorpe
2
-14
/
+5
2026-03-31
RDMA: Consolidate patterns with offsetofend() to ib_copy_validate_udata_in()
Jason Gunthorpe
4
-120
/
+26
2026-03-30
x86-64: rename misleadingly named '__copy_user_nocache()' function
Linus Torvalds
1
-5
/
+3
2026-03-31
BackMerge tag 'v7.0-rc6' into drm-next
Dave Airlie
9
-102
/
+126
2026-03-30
RDMA/core: Use kzalloc_flex for GID table
Rosen Penev
1
-11
/
+3
2026-03-30
RDMA/mana_ib: Disable RX steering on RSS QP destroy
Long Li
1
-0
/
+15
2026-03-30
RDMA/mlx4: Restrict external umem for CQ when copy_to_user() is used
Leon Romanovsky
1
-0
/
+4
2026-03-30
RDMA/umem: Use consistent DMA attributes when unmapping entries
Leon Romanovsky
1
-7
/
+6
2026-03-30
Merge branch 'master' into rdma-next
Leon Romanovsky
9
-102
/
+126
2026-03-30
RDMA: Remove outdated comments referencing hfi1_destroy_qp()
Kexin Sun
2
-2
/
+0
2026-03-30
RDMA/bnxt_re: Clean up uverbs CQ creation path
Leon Romanovsky
1
-19
/
+9
2026-03-30
RDMA/bnxt_re: Replace kcalloc() with kzalloc_objs()
Leon Romanovsky
1
-3
/
+2
2026-03-30
RDMA/bnxt_re: Remove unnecessary checks in kernel CQ creation path
Leon Romanovsky
1
-12
/
+2
2026-03-30
RDMA/bnxt_re: Simplify bnxt_re_init_depth() callers and implementation
Leon Romanovsky
2
-47
/
+42
2026-03-30
RDMA/uverbs: Update outdated reference to remove_commit_idr_uobject()
Kexin Sun
1
-2
/
+2
2026-03-30
RDMA: Properly propagate the number of CQEs as unsigned int
Leon Romanovsky
16
-76
/
+38
2026-03-30
RDMA: Clarify that CQ resize is a user‑space verb
Leon Romanovsky
10
-11
/
+11
2026-03-30
RDMA/core: Remove unused ib_resize_cq() implementation
Leon Romanovsky
1
-10
/
+0
2026-03-30
RDMA/rxe: Support RDMA link creation and destruction per net namespace
Zhu Yanjun
3
-45
/
+146
2026-03-30
RDMA/rxe: Add net namespace support for IPv4/IPv6 sockets
Zhu Yanjun
3
-1
/
+152
2026-03-30
RDMA/nldev: Add dellink function pointer
Zhu Yanjun
1
-0
/
+12
2026-03-30
RDMA/mana_ib: cleanup the usage of mana_gd_send_request()
Konstantin Taranov
3
-173
/
+31
2026-03-30
RDMA/rxe: Replace use of system_unbound_wq with rxe_wq
Marco Crivellari
3
-2
/
+4
2026-03-30
RDMA/irdma: Add support for GEN4 hardware
Jacob Moroni
4
-5
/
+12
2026-03-30
RDMA/irdma: Provide scratch buffers to firmware for internal use
Jay Bhat
5
-3
/
+61
2026-03-29
drivers: net: drop ipv6_stub usage and use direct function calls
Fernando Fernandez Mancera
2
-5
/
+4
2026-03-29
ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs
Fernando Fernandez Mancera
3
-3
/
+2
2026-03-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
8
-100
/
+123
2026-03-27
fwctl/bnxt_en: Move common definitions to include/linux/bnxt/
Pavan Chebbi
4
-4
/
+4
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2026-03-26
Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux
Linus Torvalds
1
-2
/
+3
2026-03-22
mlx5: Remove redundant iseg base
Parav Pandit
1
-1
/
+1
2026-03-20
RDMA/umem: Tell DMA mapping that UMEM requires coherency
Leon Romanovsky
1
-2
/
+3
2026-03-18
RDMA/irdma: Harden depth calculation functions
Shiraz Saleem
1
-17
/
+22
2026-03-18
RDMA/irdma: Return EINVAL for invalid arp index error
Tatyana Nikolova
1
-7
/
+10
2026-03-18
RDMA/irdma: Fix deadlock during netdev reset with active connections
Anil Samal
1
-1
/
+2
[prev]
[next]