aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge 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/net...Linus 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
2026-03-30x86-64: rename misleadingly named '__copy_user_nocache()' functionLinus Torvalds1-5/+3
2026-03-30RDMA: Remove outdated comments referencing hfi1_destroy_qp()Kexin Sun1-1/+0
2026-03-30RDMA: Properly propagate the number of CQEs as unsigned intLeon Romanovsky5-48/+10
2026-03-30RDMA: Clarify that CQ resize is a user‑space verbLeon Romanovsky2-2/+2
2026-03-30RDMA/rxe: Support RDMA link creation and destruction per net namespaceZhu Yanjun3-45/+146
2026-03-30RDMA/rxe: Add net namespace support for IPv4/IPv6 socketsZhu Yanjun3-1/+152
2026-03-30RDMA/rxe: Replace use of system_unbound_wq with rxe_wqMarco Crivellari3-2/+4
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera1-3/+3
2026-03-11RDMA/rdmavt: Add driver mmap callbackDean Luick1-5/+17
2026-03-11RDMA/rdmavt: Correct multi-port QP iterationDean Luick1-1/+1
2026-03-11RDMA/rdmavt: Add ucontext alloc/dealloc passthroughDean Luick1-0/+8
2026-02-24RDMA/rxe: Generate async error for r_key violationsEvan Green2-13/+44
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds15-29/+29
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook16-33/+32
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-104/+205
2026-02-05RDMA/siw: Fix potential NULL pointer dereference in header processingYunJe Shin1-1/+2
2026-01-28RDMA/rxe: Fix race condition in QP timer handlersLi Zhijian2-0/+6
2026-01-25RDMA/rxe: Fix iova-to-va conversion for MR page sizes != PAGE_SIZELi Zhijian2-97/+194
2026-01-18RDMA/rxe: Remove unused page_offset memberLi Zhijian3-3/+0
2026-01-15RDMA/rxe: Fix double free in rxe_srq_from_initJiasheng Jiang1-3/+3
2025-12-30IB/rxe: Fix missing umem_odp->umem_mutex unlock on error pathLi Zhijian1-1/+3
2025-12-21RDMA/rxe: let rxe_reclassify_recv_socket() call sk_owner_put()Stefan Metzmacher1-0/+32
2025-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-9/+152
2025-11-27RDMA/rxe: reclassify sockets in order to avoid false positives from lockdepStefan Metzmacher2-0/+98
2025-11-27RDMA/siw: reclassify sockets in order to avoid false positives from lockdepStefan Metzmacher1-0/+51
2025-11-06IB/rdmavt: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+2
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-3/+3
2025-10-28RDMA/rxe: Fix null deref on srq->rq.queue after resize failureZhu Yanjun1-6/+1
2025-10-19RDMA/rxe: Remove redundant assignment to variable page_offsetColin Ian King2-2/+0
2025-10-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-20/+26
2025-09-26RDMA/siw: Always report immediate post SQ errorsBernard Metzler1-11/+14
2025-09-21RDMA/rxe: Fix race in do_task() when drainingGui-Dong Han1-2/+6
2025-09-11RDMA/rdmavt: Use int type to store negative error codesQianfeng Rong1-7/+6
2025-08-13RDMA/rxe: Flush delayed SKBs while releasing RXE resourcesZhu Yanjun2-22/+9
2025-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+2
2025-08-05RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpagesPedro Falcato1-3/+2
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds10-26/+229
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas5-2/+18
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev1-1/+1
2025-06-26RDMA/core: Extend RDMA device registration to be net namespace awareMark Bloch1-1/+1
2025-06-26RDMA/rxe: Fix a couple IS_ERR() vs NULL bugsDan Carpenter1-3/+5
2025-06-26RDMA/siw: work around clang stack size warningArnd Bergmann1-6/+16
2025-06-12RDMA/rxe: Remove redundant page presence checkDaisuke Matsuda1-17/+6
2025-06-12RDMA/rxe: Enable asynchronous prefetch for ODP MRsDaisuke Matsuda1-2/+85
2025-06-12RDMA/rxe: Implement synchronous prefetch for ODP MRsDaisuke Matsuda3-0/+103
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar3-3/+3
2025-05-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds16-149/+212
2025-05-26Merge tag 'v6.15' into rdma.git for-nextJason Gunthorpe4-8/+11
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2025-05-22RDMA/rxe: Break endless pagefault loop for RO pagesLeon Romanovsky1-9/+5
2025-05-21RDMA/siw: use skb_crc32c() instead of __skb_checksum()Eric Biggers2-21/+2
2025-05-12RDMA/siw: replace redundant ternary operator with just rvColin Ian King1-1/+1
2025-05-12RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkageLeon Romanovsky1-4/+4
2025-05-12RDMA/umem: Store ODP access mask information in PFNLeon Romanovsky1-8/+6
2025-05-06RDMA/siw: Remove unused siw_mem_addDr. David Alan Gilbert2-25/+0
2025-04-21RDMA/rxe: Remove 32-bit architecture supportDaisuke Matsuda5-19/+3
2025-04-20RDMA/rxe: Remove unused rxe_run_taskDr. David Alan Gilbert2-31/+11
2025-04-20RDMA/rxe: Fix "trying to register non-static key in rxe_qp_do_cleanup" bugZhu Yanjun1-1/+6
2025-04-20RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bugZhu Yanjun1-4/+1
2025-04-11RDMA/rxe: Fix mismatched type declarationsDaisuke Matsuda3-18/+19
2025-04-09RDMA: Don't use %pK through printkThomas Weißschuh5-11/+11
2025-04-09RDMA/rxe: Enable ODP in ATOMIC WRITE operationDaisuke Matsuda5-14/+68
2025-04-08RDMA/rxe: Enable ODP in RDMA FLUSH operationDaisuke Matsuda5-20/+90
2025-04-07RDMA/rxe: Fix null pointer dereference in ODP MR checkLi Zhijian3-4/+10
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-6/+6
2025-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds19-214/+551
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-2/+2
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2025-03-13RDMA/rxe: Fix incorrect return value of rxe_odp_atomic_op()Daisuke Matsuda1-1/+1
2025-03-12RDMA/rxe: Improve readability of ODP pagefault interfaceDaisuke Matsuda1-5/+7
2025-03-03RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() testsZhu Yanjun1-19/+6
2025-03-03RDMA/siw: Switch to using the crc32c libraryEric Biggers7-113/+74
2025-02-21RDMA/rxe: Add support for the traditional Atomic operations with ODPDaisuke Matsuda5-2/+86
2025-02-21RDMA/rxe: Add support for Send/Recv/Write/Read with ODPDaisuke Matsuda4-1/+149
2025-02-21RDMA/rxe: Allow registering MRs for On-Demand PagingDaisuke Matsuda6-6/+128
2025-02-21RDMA/rxe: Add page invalidation supportDaisuke Matsuda3-0/+43
2025-02-21RDMA/rxe: Move some code to rxe_loc.h in preparation for ODPDaisuke Matsuda4-38/+39
2025-02-18RDMA: Switch to use hrtimer_setup()Nam Cao1-3/+2
2025-02-09RDMA/rxe: switch to using the crc32 libraryEric Biggers8-52/+2
2025-02-08lib/crc32: rename __crc32c_le_combine() to crc32c_combine()Eric Biggers1-2/+2
2025-02-03RDMA/rxe: Add query_gid supportZhu Yanjun1-0/+13
2025-02-03RDMA/rxe: Replace netdev dev addr with raw_gidZhu Yanjun3-4/+17
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-39/+15
2025-01-14RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]"Zhu Yanjun1-6/+5
2024-12-25RDMA/siw: Remove deliver net device eventYuyu Li3-21/+2
2024-12-25RDMA/rxe: Remove deliver net device eventYuyu Li2-18/+5
2024-12-24RDMA/rxe: Remove the direct link to net_deviceZhu Yanjun6-19/+90
2024-12-19RDMA/siw: Remove direct link to net_deviceBernard Metzler4-35/+49
2024-12-17RDMA/rxe: Fix mismatched max_msg_szzhenwei pi2-4/+3
2024-11-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-2/+5
2024-11-04RDMA/rxe: Set queue pair cur_qp_state when being queriedLiu Jian1-0/+1
2024-10-30RDMA/rxe: Fix the qp flush warnings in reqZhu Yanjun1-2/+4
2024-10-11RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGESShowrya M N1-0/+2
2024-09-02RDMA/rdmavt: Convert to use ERR_CAST()Shen Lichuan1-3/+3
2024-08-23RDMA/rxe: Fix __bth_set_resv6azhenwei pi1-1/+1
2024-08-23RDMA/rxe: Fix misspelling of 'rmda'zhenwei pi1-1/+1
2024-08-23RDMA/rxe: Use sizeof instead of hard code numberzhenwei pi1-1/+1
2024-07-29RDMA/siw: Remove NETDEV_GOING_DOWN event handlerShowrya M N2-39/+0
2024-07-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-10/+17
2024-07-04RDMA/core: Introduce "name_assign_type" for an IB deviceMark Zhang2-0/+2
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger5-7/+11
2024-06-26RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPsHonggang LI1-3/+4
2024-06-09RDMA/rxe: Fix responder length checking for UD request packetsHonggang LI1-0/+13
2024-05-30RDMA/rxe: Fix data copy for IB_SEND_INLINEHonggang LI1-1/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2-2/+2
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds11-165/+113
2024-04-22RDMA/rxe: Let destroy qp succeed with stuck packetBob Pearson2-12/+32
2024-04-22RDMA/rxe: Get rid of pkt resend on errBob Pearson2-18/+3
2024-04-22RDMA/rxe: Make rxe_loopback match rxe_send behaviorBob Pearson1-0/+6
2024-04-22RDMA/rxe: Fix incorrect rxe_put in error pathBob Pearson1-10/+2
2024-04-22RDMA/rxe: Don't call direct between tasksBob Pearson3-23/+4
2024-04-22RDMA/rxe: Don't call rxe_requester from rxe_completerBob Pearson2-7/+11
2024-04-22RDMA/rxe: Don't schedule rxe_completer from rxe_requesterBob Pearson2-13/+2
2024-04-22RDMA/rxe: Remove save/rollback_state in rxe_requesterBob Pearson1-38/+2
2024-04-22RDMA/rxe: Merge request and complete tasksBob Pearson10-55/+63
2024-04-22RDMA/rxe: Remove redundant scheduling of rxe_completerBob Pearson1-5/+0
2024-04-22RDMA/rxe: Allow good work requests to be executedBob Pearson1-1/+5
2024-04-22RDMA/rxe: Fix seg fault in rxe_comp_queue_pktBob Pearson1-3/+3
2024-04-11RDMA/rxe: Return the correct errnoZhu Yanjun1-2/+2
2024-04-01RDMA/rxe: Fix the problem "mutex_destroy missing"Yanjun.Zhu1-0/+2
2024-02-04RDMA/rxe: Remove unused 'iova' parameter from rxe_mr_init_userGuoqing Jiang3-3/+3
2024-01-25RDMA/rxe: Remove rxe_info from rxe_set_mtuLi Zhijian1-2/+0
2024-01-25RDMA/rxe: Improve newline in printing messagesLi Zhijian10-139/+139
2023-12-04RDMA/siw: Call orq_get_current if possibleGuoqing Jiang1-1/+1
2023-12-04RDMA/siw: Set qp_state in siw_query_qpGuoqing Jiang1-0/+10
2023-12-04RDMA/siw: Reduce memory usage of struct siw_rx_streamGuoqing Jiang1-3/+3
2023-12-04RDMA/siw: Move tx_cpu aheadGuoqing Jiang1-1/+1
2023-11-15RDMA/siw: Update comments for siw_qp_sq_processGuoqing Jiang1-3/+2
2023-11-15RDMA/siw: Introduce siw_destroy_cep_sockGuoqing Jiang1-14/+12
2023-11-15RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qpGuoqing Jiang1-13/+5
2023-11-15RDMA/siw: Fix typoGuoqing Jiang1-1/+1
2023-11-15RDMA/siw: Remove siw_sk_save_upcallsGuoqing Jiang1-11/+5
2023-11-15RDMA/siw: Cleanup siw_acceptGuoqing Jiang1-27/+14
2023-11-15RDMA/siw: Introduce siw_free_cm_idGuoqing Jiang1-16/+14
2023-11-15RDMA/siw: Introduce siw_cep_set_free_and_putGuoqing Jiang1-17/+14
2023-11-15RDMA/siw: Add one parameter to siw_destroy_cpulistGuoqing Jiang1-16/+14
2023-11-15RDMA/siw: Introduce SIW_STAG_MAX_INDEXGuoqing Jiang1-5/+7
2023-11-15RDMA/siw: Factor out siw_rx_data helperGuoqing Jiang1-33/+20
2023-11-15RDMA/siw: No need to check term_info.valid before call siw_send_terminateGuoqing Jiang1-3/+2
2023-11-15RDMA/siw: Remove rcu from siw_qpGuoqing Jiang1-1/+0
2023-11-15RDMA/siw: Remove goto lable in siw_mmapGuoqing Jiang1-4/+1
2023-11-15RDMA/siw: Use iov.iov_len in kernel_sendmsgGuoqing Jiang1-2/+1
2023-11-15RDMA/siw: Introduce siw_update_skb_rcvdGuoqing Jiang1-19/+12
2023-11-15RDMA/siw: Introduce siw_get_pageGuoqing Jiang1-19/+12
2023-11-13RDMA/siw: Use crypto_shash_digest() in siw_qp_prepare_tx()Eric Biggers1-8/+4
2023-11-13RDMA/siw: Use ib_umem_get() to pin user pagesBernard Metzler4-89/+47
2023-10-31Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe1-4/+12
2023-10-02RDMA/siw: Annotate struct siw_pbl with __counted_byKees Cook1-1/+1
2023-09-11RDMA/siw: Fix connection failure handlingBernard Metzler1-4/+12
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski42-42/+42
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds13-176/+238
2023-08-22RDMA/rxe: Fix redundant break statement in switch-case.Rohit Chavan1-1/+0
2023-08-22RDMA/siw: Call llist_reverse_order in siw_run_sqGuoqing Jiang1-7/+1
2023-08-22RDMA/siw: Correct wrong debug messageGuoqing Jiang1-1/+1
2023-08-22RDMA/siw: Balance the reference of cep->kref in the error pathGuoqing Jiang1-1/+0
2023-07-31RDMA/rxe: Fix incomplete state save in rxe_requesterBob Pearson1-20/+25
2023-07-31RDMA/rxe: Fix rxe_modify_srqBob Pearson2-30/+36
2023-07-31RDMA/rxe: Fix unsafe drain work queue codeBob Pearson2-0/+8
2023-07-31RDMA/rxe: Move work queue code to subroutinesBob Pearson1-51/+108
2023-07-31RDMA/siw: Fix tx thread initialization.Bernard Metzler3-44/+43
2023-07-21RDMA/siw: Fabricate a GID on tun and loopback devicesChuck Lever3-16/+11
2023-07-21RDMA/siw: use vmalloc_array and vcallocJulia Lawall2-5/+5
2023-07-18RDMA/rxe: Fix an error handling path in rxe_bind_mw()Christophe JAILLET1-1/+2
2023-06-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds15-84/+198
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-5/+11
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-27Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe8-68/+100