summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
AgeCommit message (Expand)AuthorLines
2026-04-28RDMA/rxe: Reject non-8-byte ATOMIC_WRITE payloadsMichael Bommarito-1/+13
2026-04-28RDMA/rxe: Reject unknown opcodes before ICRC processingMichael Bommarito-0/+11
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-136/+388
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+3
2026-04-13Merge branch 'nocache-cleanup'Linus Torvalds-5/+3
2026-04-09RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcvhkbinbin-1/+2
2026-03-31RDMA: Consolidate patterns with sizeof() to ib_copy_validate_udata_in()Jason Gunthorpe-16/+3
2026-03-30x86-64: rename misleadingly named '__copy_user_nocache()' functionLinus Torvalds-5/+3
2026-03-30RDMA: Remove outdated comments referencing hfi1_destroy_qp()Kexin Sun-1/+0
2026-03-30RDMA: Properly propagate the number of CQEs as unsigned intLeon Romanovsky-48/+10
2026-03-30RDMA: Clarify that CQ resize is a user‑space verbLeon Romanovsky-2/+2
2026-03-30RDMA/rxe: Support RDMA link creation and destruction per net namespaceZhu Yanjun-45/+146
2026-03-30RDMA/rxe: Add net namespace support for IPv4/IPv6 socketsZhu Yanjun-1/+152
2026-03-30RDMA/rxe: Replace use of system_unbound_wq with rxe_wqMarco Crivellari-2/+4
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera-3/+3
2026-03-11RDMA/rdmavt: Add driver mmap callbackDean Luick-5/+17
2026-03-11RDMA/rdmavt: Correct multi-port QP iterationDean Luick-1/+1
2026-03-11RDMA/rdmavt: Add ucontext alloc/dealloc passthroughDean Luick-0/+8
2026-02-24RDMA/rxe: Generate async error for r_key violationsEvan Green-13/+44
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-29/+29
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-33/+32
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-104/+205
2026-02-05RDMA/siw: Fix potential NULL pointer dereference in header processingYunJe Shin-1/+2
2026-01-28RDMA/rxe: Fix race condition in QP timer handlersLi Zhijian-0/+6
2026-01-25RDMA/rxe: Fix iova-to-va conversion for MR page sizes != PAGE_SIZELi Zhijian-97/+194
2026-01-18RDMA/rxe: Remove unused page_offset memberLi Zhijian-3/+0
2026-01-15RDMA/rxe: Fix double free in rxe_srq_from_initJiasheng Jiang-3/+3
2025-12-30IB/rxe: Fix missing umem_odp->umem_mutex unlock on error pathLi Zhijian-1/+3
2025-12-21RDMA/rxe: let rxe_reclassify_recv_socket() call sk_owner_put()Stefan Metzmacher-0/+32
2025-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-9/+152
2025-11-27RDMA/rxe: reclassify sockets in order to avoid false positives from lockdepStefan Metzmacher-0/+98
2025-11-27RDMA/siw: reclassify sockets in order to avoid false positives from lockdepStefan Metzmacher-0/+51
2025-11-06IB/rdmavt: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+2
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-3/+3
2025-10-28RDMA/rxe: Fix null deref on srq->rq.queue after resize failureZhu Yanjun-6/+1
2025-10-19RDMA/rxe: Remove redundant assignment to variable page_offsetColin Ian King-2/+0
2025-10-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-20/+26
2025-09-26RDMA/siw: Always report immediate post SQ errorsBernard Metzler-11/+14
2025-09-21RDMA/rxe: Fix race in do_task() when drainingGui-Dong Han-2/+6
2025-09-11RDMA/rdmavt: Use int type to store negative error codesQianfeng Rong-7/+6
2025-08-13RDMA/rxe: Flush delayed SKBs while releasing RXE resourcesZhu Yanjun-22/+9
2025-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-3/+2
2025-08-05RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpagesPedro Falcato-3/+2
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-26/+229
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas-2/+18
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev-1/+1
2025-06-26RDMA/core: Extend RDMA device registration to be net namespace awareMark Bloch-1/+1
2025-06-26RDMA/rxe: Fix a couple IS_ERR() vs NULL bugsDan Carpenter-3/+5