aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/sw
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds12-86/+94
2026-08-18Merge rdma branch 'for-rc' into 'for-next'Jason Gunthorpe1-20/+24
2026-08-12RDMA/rxe: Fix OOB in free_rd_atomic_resources()Peiyang He1-2/+1
2026-08-06RDMA/siw: Fix use-after-free in siw_accept()Shuangpeng Bai1-1/+1
2026-07-28RDMA/rxe: Fix UAF in ODP init error-handling pathPeiyang He1-0/+1
2026-07-26RDMA/rxe: Implement disassociate_ucontext callbackJiri Pirko1-0/+5
2026-07-26RDMA/rxe: Allow queue VMAs to outlive ucontextsJiri Pirko1-33/+2
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni1-2/+2
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska1-2/+2
2026-07-20RDMA: Use ib_no_udata_io() in query_device callbacksLeon Romanovsky3-6/+6
2026-07-20RDMA/rxe: Validate num_sge/cur_sge before indexing wqe->dma.sge[]Ibrahim Hashimov1-0/+15
2026-07-20RDMA/rxe: Fix responder UAF on IB_QP_MAX_DEST_RD_ATOMIC modify_qpIbrahim Hashimov1-1/+14
2026-07-15RDMA/rxe: Reject unimplemented implicit ODP cleanlyxiongweimin1-8/+3
2026-07-14IB/rdmavt: use kzalloc() to allocate QPN-map pagesMike Rapoport (Microsoft)1-4/+4
2026-07-14RDMA: Remove redundant memset() from query_device callbacksLeon Romanovsky1-2/+0
2026-07-13RDMA/rvt: Return NULL after port allocation failureLeon Romanovsky1-1/+3
2026-07-12RDMA/rxe: Avoid reprocessing the current packet after the QP enters the error stateAllison Henderson1-1/+8
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela2-19/+19
2026-07-05RDMA/rxe: Check PDs for memory window bindsZhiwei Zhang1-8/+12
2026-07-02RDMA/siw: publish QP after initializationRuoyu Wang1-20/+24
2026-06-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds26-109/+263
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2026-06-08RDMA: During rereg_mr ensure that REREG_ACCESS is compatibleJason Gunthorpe1-0/+5
2026-06-05RDMA/siw: Fix endpoint/socket association handlingBernard Metzler1-15/+15
2026-06-05RDMA/siw: bound Read Response placement to the RREAD lengthMichael Bommarito1-0/+9
2026-06-03RDMA: Update the query_device() opJason Gunthorpe3-16/+15
2026-05-29RDMA/rxe: Copy WQE to local buffer in non-SRQ receive pathTristan Madani1-3/+24
2026-05-29RDMA/rxe: Fix TOCTOU heap overflow in get_srq_wqeTristan Madani1-2/+4
2026-05-29RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()Jiri Pirko3-4/+4
2026-05-29RDMA/rxe: Fix typos in commentsPurushothaman Ramalingam3-3/+3
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+15
2026-05-25Merge tag 'v7.1-rc5' into rdma.git for-nextJason Gunthorpe3-1/+39
2026-05-25RDMA/rxe: Fix a use-after-free problem in rxe_mmapZhu Yanjun1-3/+16
2026-05-18RDMA: Convert drivers using sizeof() to ib_respond_udata()Jason Gunthorpe3-8/+7
2026-05-18IB/rdmavt: Don't abuse udata and ib_respond_udata()Jason Gunthorpe1-10/+9
2026-05-18RDMA/siw: use kzalloc_flexBernard Metzler3-33/+33
2026-05-18RDMA/rxe: support perf mgmt GET methodzhenwei pi4-0/+105
2026-05-18RDMA/rxe: add SENT/RCVD byteszhenwei pi5-0/+14
2026-05-18RDMA/rxe: remove rxe_ib_device_get_netdev() and RXE_PORTzhenwei pi4-14/+7
2026-05-14RDMA/siw: Reject MPA FPDU length underflow before signed receive mathMichael Bommarito1-0/+15
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+24
2026-05-05udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima1-1/+1
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima2-4/+4
2026-04-28RDMA/rxe: Reject non-8-byte ATOMIC_WRITE payloadsMichael Bommarito1-1/+13
2026-04-28RDMA/rxe: Reject unknown opcodes before ICRC processingMichael Bommarito1-0/+11
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds22-136/+388
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-3/+3
2026-04-13Merge branch 'nocache-cleanup'Linus Torvalds1-5/+3
2026-04-09RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcvhkbinbin1-1/+2
2026-03-31RDMA: Consolidate patterns with sizeof() to ib_copy_validate_udata_in()Jason Gunthorpe2-16/+3