summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
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-09treewide: 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-12struct fd: representation changeAl Viro1-1/+1
2024-08-12introduce 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
2024-07-01RDMA/core: Create "issm*" device nodes only when SMI is supportedMark Zhang1-11/+18
2024-07-01RDMA/device: Return error earlier if port in not validLeon Romanovsky1-3/+3
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger2-2/+2
2024-06-26IB/core: add support for draining Shared receive queuesMax Gurtovoy1-1/+81
2024-06-21RDMA/cache: Release GID table even if leak is detectedLeon Romanovsky1-9/+5
2024-06-09RDMA/iwcm: Fix a use-after-free related to destroying CM IDsBart Van Assche1-4/+7
2024-06-09RDMA/iwcm: Simplify cm_work_handler()Bart Van Assche1-6/+1
2024-06-09RDMA/iwcm: Simplify cm_event_handler()Bart Van Assche1-5/+2
2024-06-09RDMA/iwcm: Change the return type of iwcm_deref_id()Bart Van Assche1-4/+4
2024-06-09RDMA/iwcm: Use list_first_entry() where appropriateBart Van Assche1-4/+4
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-2/+2
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-74/+53
2024-05-12RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siwZhu Yanjun1-1/+3
2024-05-05RDMA/core: Remove NULL check before dev_{put, hold}Jules Irenge3-11/+5
2024-04-30inet: introduce dst_rtable() helperEric Dumazet1-9/+3
2024-04-30RDMA/core: Add an option to display driver-specific QPs in the rdmatoolChiara Meiohas2-6/+29
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet1-3/+3
2024-04-21IB/core: Implement a limit on UMAD receive ListMichael Guralnik1-6/+15
2024-04-01RDMA/cm: Print the old state when cm_destroy_id gets timeoutMark Zhang1-4/+7
2024-04-01RDMA/restrack: Fix potential invalid address accessWenchao Hao1-50/+1
2024-03-10RDMA/cm: add timeout to cm_destroy_id waitManjunath Patil1-1/+19
2024-03-03RDMA/uverbs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-33/+45
2024-02-21RDMA/uverbs: Remove flexible arrays from struct *_filterErick Archer1-8/+8
2024-02-21RDMA/device: Fix a race between mad_client and cm_client initShifeng Li1-15/+22