summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2025-10-15IB/sa: Fix sa_local_svc_timeout_ms read raceVlad Dumitrescu1-2/+4
2025-10-15RDMA/core: Resolve MAC of next-hop device without ARP supportParav Pandit1-7/+3
2025-10-15RDMA/cm: Rate limit destroy CM ID timeout error messageHÃ¥kon Bugge1-2/+2
2025-08-20RDMA/core: reduce stack using in nldev_stat_get_doit()Arnd Bergmann1-10/+12
2025-08-01RDMA/core: Rate limit GID cache warning messagesMaor Gottlieb1-2/+2
2025-06-27RDMA/iwcm: Fix use-after-free of work objects after cm_id destructionShin'ichiro Kawasaki1-14/+15
2025-06-19RDMA/cma: Fix hang when cma_netevent_callback fails to queue_workJack Morgenstein1-1/+2
2025-06-19IB/cm: use rwlock for MAD agent lockJacob Moroni1-8/+8
2025-05-29RDMA/core: Fix best page size finding when it can cross SG entriesMichael Margolin2-15/+32
2025-05-29RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject()Maher Sanalla1-68/+76
2025-05-22RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problemZhu Yanjun1-2/+4
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-09RDMA/uverbs: Prevent integer overflow issueDan Carpenter1-7/+9
2025-01-09RDMA/nldev: Set error code in rdma_nl_notify_eventChiara Meiohas1-1/+1
2025-01-09RDMA/core: Fix ENODEV error for iWARP test over vlanAnumula Murali Mohan Reddy1-0/+16
2024-12-05RDMA/core: Implement RoCE GID port rescan and export delete functionChiara Meiohas1-4/+26
2024-12-05RDMA/core: Provide rdma_user_mmap_disassociate() to disassociate mmap pagesChengchang Tang2-2/+43
2024-11-12Revert "RDMA/core: Fix ENODEV error for iWARP test over vlan"Leon Romanovsky1-2/+0
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-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
2024-08-11RDMA/nldev: Enhance netlink message parsing and validationChiara Meiohas1-28/+28
2024-08-01RDMA/mad: Improve handling of timed out WRs of mad agentSaravanan Vajravel1-6/+8
2024-07-14RDMA: Fix netdev tracker in ib_device_set_netdevDavid Ahern1-6/+2
2024-07-04RDMA/core: Introduce "name_assign_type" for an IB deviceMark Zhang1-0/+5
2024-07-01RDMA/nldev: Add support to dump device type and parent device if existsMark Zhang1-0/+10
2024-07-01RDMA/nldev: Add support to add/delete a sub IB device through netlinkMark Zhang1-0/+59
2024-07-01RDMA/core: Create GSI QP only when CM is supportedMark Zhang2-13/+28
2024-07-01RDMA/core: Support IB sub device with type "SMI"Mark Zhang2-1/+71