summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/device.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge rdma branch 'for-rc' into 'for-next'Jason Gunthorpe1-0/+1
2026-07-26RDMA/core: Make device names unique per net namespaceJiri Pirko1-7/+15
2026-07-26RDMA/nldev: Allow setting the device name while changing net namespaceJiri Pirko1-0/+6
2026-07-26RDMA/nldev: Report net namespace move errors through extackJiri Pirko1-2/+22
2026-07-26RDMA/core: Support renaming a device when changing its net namespaceJiri Pirko1-15/+33
2026-07-26RDMA/core: Handle device name conflicts when changing net namespaceJiri Pirko1-21/+134
2026-07-26RDMA/core: Pass the net namespace to the device name lookupsJiri Pirko1-8/+18
2026-07-22RDMA/core: Expose Completion Counter capabilities to userspaceMichael Margolin1-0/+1
2026-07-22RDMA/core: Add Completion Counters supportMichael Margolin1-0/+6
2026-07-12RDMA/core: Wait for RCU callbacks before unloading ib_coreLeon Romanovsky1-0/+1
2026-06-03RDMA: Update the query_device() opJason Gunthorpe1-2/+1
2026-05-29RDMA/uverbs: Expose CoCo DMA bounce requirement to userspaceJiri Pirko1-0/+9
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+3
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner1-2/+3
2026-03-30RDMA: Clarify that CQ resize is a user‑space verbLeon Romanovsky1-1/+1
2026-03-08RDMA: Add IB_UVERBS_CORE_SUPPORT_ROBUST_UDATAJason Gunthorpe1-0/+1
2026-03-05Add support for TLP emulationLeon Romanovsky1-1/+33
2026-03-05RDMA/core: Delete not-implemented get_vector_affinityLeon Romanovsky1-1/+0
2026-02-25RDMA/core: Prepare create CQ path for API unificationLeon Romanovsky1-1/+1
2026-02-24RDMA/core: Fix stale RoCE GIDs during netdev events at registrationJiri Pirko1-1/+33
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+3
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-30/+3
2026-02-08RDMA/uverbs: Add DMABUF object type and operationsYishai Hadas1-0/+2
2026-01-05RDMA/core: Avoid exporting module local functions and remove not-used onesParav Pandit1-30/+0
2026-01-05IB/core: Add query_port_speed verbOr Har-Toov1-0/+1
2025-12-21RDMA/core: always drop device refcount in ib_del_sub_device_and_put()Tetsuo Handa1-1/+3
2025-11-06RDMA/core: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-2/+2
2025-09-11RDMA/core: fix "truely"->"truly"Xichao Zhao1-1/+1
2025-07-23RDMA/core: Introduce a DMAH object and its alloc/free APIsYishai Hadas1-0/+3
2025-07-13RDMA/uverbs: Add a common way to create CQ with umemMichael Margolin1-0/+1
2025-07-01RDMA/uverbs: Check CAP_NET_RAW in user namespace for flow createParav Pandit1-0/+27
2025-06-26RDMA/core: Extend RDMA device registration to be net namespace awareMark Bloch1-2/+12
2025-06-25RDMA/core: Add driver APIs pre_destroy_cq() and post_destroy_cq()Mark Zhang1-0/+2
2025-05-06RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problemZhu Yanjun1-2/+4
2025-03-18RDMA/core: Create and destroy rdma_counter using rdma_zalloc_drv_obj()Patrisious Haddad1-0/+2
2025-03-13RDMA/core: Fix use-after-free when rename device nameWang Liang1-2/+7
2025-03-03RDMA/core: Don't expose hw_counters outside of init net namespaceRoman Gushchin1-0/+9
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 ibdev_printkDr. David Alan Gilbert1-17/+0
2024-11-04RDMA/nldev: Add IB device and net device rename eventsChiara Meiohas1-0/+38
2024-11-04RDMA/core: Add device ufile cleanup operationPatrisious Haddad1-0/+1
2024-09-13RDMA/nldev: Add support for RDMA monitoringChiara Meiohas1-0/+35
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-07-14RDMA: Fix netdev tracker in ib_device_set_netdevDavid Ahern1-6/+2
2024-07-01RDMA/core: Support IB sub device with type "SMI"Mark Zhang1-0/+69
2024-07-01RDMA/device: Return error earlier if port in not validLeon Romanovsky1-3/+3