summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2025-04-25RDMA/cma: Fix workqueue crash in cma_netevent_work_handlerSharath Srinivasan1-1/+3
2025-04-25RDMA/core: Silence oversized kvmalloc() warningShay Drory1-2/+4
2025-04-10RDMA/core: Fix use-after-free when rename device nameWang Liang1-2/+7
2025-04-10IB/mad: Check available slots before posting receive WRsMaher Sanalla1-18/+20
2025-04-10RDMA/core: Don't expose hw_counters outside of init net namespaceRoman Gushchin2-0/+10
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-184/+92
2025-01-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-8/+26
2024-12-24RDMA/core: Support link status events dispatchingYuyu Li1-0/+60
2024-12-24RDMA/core: Add ib_query_netdev_port() to query netdev port by IB device.Yuyu Li1-7/+32
2024-12-24RDMA/core: Remove unused ib_copy_path_rec_from_userDr. David Alan Gilbert1-42/+0
2024-12-24RDMA/core: Remove unused ibdev_printkDr. David Alan Gilbert1-17/+0
2024-12-24RDMA/core: Remove unused ib_find_exact_cached_pkeyDr. David Alan Gilbert1-35/+0
2024-12-24RDMA/core: Remove unused ib_ud_header_unpackDr. David Alan Gilbert1-83/+0
2024-12-19RDMA/nldev: Set error code in rdma_nl_notify_eventChiara Meiohas1-1/+1
2024-12-10RDMA/core: Fix ENODEV error for iWARP test over vlanAnumula Murali Mohan Reddy1-0/+16
2024-12-04RDMA/uverbs: Prevent integer overflow issueDan Carpenter1-7/+9
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-123/+240
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-18/+9
2024-11-17IB/cm: Rework sending DREQ when destroying a cm_idSean Hefty1-21/+32
2024-11-17IB/cm: Do not hold reference on cm_id unless neededSean Hefty1-42/+24
2024-11-17IB/cm: Explicitly mark if a response MAD is a retransmissionSean Hefty1-20/+31
2024-11-12Revert "RDMA/core: Fix ENODEV error for iWARP test over vlan"Leon Romanovsky1-2/+0
2024-11-04RDMA/nldev: Add IB device and net device rename eventsChiara Meiohas2-2/+76
2024-11-04RDMA/core: Move ib_uverbs_file struct to uverbs_types.hPatrisious Haddad2-33/+3
2024-11-04RDMA/core: Add device ufile cleanup operationPatrisious Haddad2-1/+7
2024-11-04RDMA/core: Implement RoCE GID port rescan and export delete functionChiara Meiohas1-4/+26
2024-11-03deal with the last remaing boolean uses of fd_file()Al Viro1-5/+3
2024-11-03fdget(), more trivial conversionsAl Viro1-13/+6
2024-10-08RDMA/core: Fix ENODEV error for iWARP test over vlanAnumula Murali Mohan Reddy1-0/+2
2024-10-08RDMA/nldev: Fix NULL pointer dereferences issue in rdma_nl_notify_eventQianqiang Liu1-0/+2
2024-10-07RDMA/core: Provide rdma_user_mmap_disassociate() to disassociate mmap pagesChengchang Tang2-2/+43
2024-09-27[tree-wide] finally take no_llseek outAl Viro3-7/+0
2024-09-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-65/+267
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-8/+8
2024-09-16RDMA/nldev: Add missing break in rdma_nl_notify_err_msg()Nathan Chancellor1-0/+1
2024-09-13RDMA/nldev: Expose whether RDMA monitoring is supportedChiara Meiohas1-0/+6
2024-09-13RDMA/nldev: Add support for RDMA monitoringChiara Meiohas3-0/+160
2024-09-13RDMA/mlx5: Use IB set_netdev and get_netdev functionsChiara Meiohas1-0/+4
2024-09-13RDMA/device: Remove optimization in ib_device_get_netdev()Chiara Meiohas1-9/+0
2024-09-10treewide: correct the typo 'retun'WangYuli1-1/+1
2024-09-04IB/core: Fix ib_cache_setup_one error flow cleanupPatrisious Haddad1-1/+3
2024-08-23RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependencyZhu Yanjun1-1/+1
2024-08-23RDMA/mad: Simplify an alloc_ordered_workqueue() invocationJinjie Ruan1-3/+2
2024-08-19RDMA/core: Remove unused declaration rdma_resolve_ip_route()Zhang Zekun1-3/+0
2024-08-13struct fd: representation changeAl Viro1-1/+1
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro2-7/+7
2024-08-11RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' APIYishai Hadas1-1/+1
2024-08-11RDMA/umem: Introduce an option to revoke DMABUF umemYishai Hadas1-2/+19
2024-08-11RDMA/umem: Add support for creating pinned DMABUF umem with a given dma deviceYishai Hadas1-11/+34