summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2025-07-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+3
2025-07-02net/mlx5: Check device memory pointer before usageStav Aviram1-1/+1
2025-07-02Fix dma_unmap_sg() nents valueThomas Fourier1-1/+2
2025-07-02RDMA/counter: Check CAP_NET_RAW check in user namespace for RDMA countersParav Pandit1-1/+1
2025-07-02RDMA/nldev: Check CAP_NET_RAW in user namespace for QP modifyParav Pandit2-2/+3
2025-07-02RDMA/mlx5: Check CAP_NET_RAW in user namespace for devx createParav Pandit1-1/+1
2025-07-02RDMA/uverbs: Check CAP_NET_RAW in user namespace for RAW QP createParav Pandit1-2/+2
2025-07-01RDMA/uverbs: Check CAP_NET_RAW in user namespace for RAW QP createParav Pandit1-1/+1
2025-07-01RDMA/uverbs: Check CAP_NET_RAW in user namespace for QP createParav Pandit1-1/+1
2025-07-01RDMA/mlx5: Check CAP_NET_RAW in user namespace for anchor createParav Pandit1-1/+1
2025-07-01RDMA/mlx5: Check CAP_NET_RAW in user namespace for flow createParav Pandit1-1/+1
2025-07-01RDMA/uverbs: Check CAP_NET_RAW in user namespace for flow createParav Pandit3-1/+57
2025-06-26RDMA/ipoib: Use parent rdma device net namespaceMark Bloch1-0/+2
2025-06-26RDMA/mlx5: Allocate IB device with net namespace supplied from core devMark Bloch2-3/+6
2025-06-26RDMA/core: Extend RDMA device registration to be net namespace awareMark Bloch2-3/+13
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-26RDMI: hfi1: drop cpumask_empty() call in hfi1/affinity.cYury Norov [NVIDIA]1-9/+7
2025-06-26RDMA: hfi1: simplify hfi1_get_proc_affinity()Yury Norov [NVIDIA]1-15/+13
2025-06-26RDMA: hfi1: use rounddown in find_hw_thread_mask()Yury Norov [NVIDIA]1-10/+5
2025-06-26RDMA: hfi1: simplify init_real_cpu_mask()Yury Norov [NVIDIA]1-14/+5
2025-06-26RDMA: hfi1: simplify find_hw_thread_mask()Yury Norov [NVIDIA]1-12/+4
2025-06-26RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask()Yury Norov [NVIDIA]1-20/+24
2025-06-25RDMA/core: reduce stack using in nldev_stat_get_doit()Arnd Bergmann1-10/+12
2025-06-25RDMA/mlx5: Add multiple priorities support to RDMA TRANSPORT userspace tablesPatrisious Haddad3-19/+33
2025-06-25RDMA/mlx5: Support driver APIs pre_destroy_cq and post_destroy_cqMark Zhang3-4/+19
2025-06-25RDMA/core: Add driver APIs pre_destroy_cq() and post_destroy_cq()Mark Zhang2-2/+12
2025-06-25RDMA/mlx5: Fix vport loopback for MPV devicePatrisious Haddad1-0/+33
2025-06-25RDMA/mlx5: Fix CC counters query for MPVPatrisious Haddad1-1/+1
2025-06-25RDMA/mlx5: Fix HW counters query for non-representor devicesPatrisious Haddad1-1/+1
2025-06-25IB/core: Annotate umem_mutex acquisition under fs_reclaim for lockdepOr Har-Toov1-0/+11
2025-06-25IB/mlx5: Fix potential deadlock in MR deregistrationOr Har-Toov1-14/+47
2025-06-24scsi: RDMA/srp: Don't set a max_segment_size when virt_boundary_mask is setChristoph Hellwig1-2/+3
2025-06-17RDMA/mlx5: Initialize obj_event->obj_sub_list before xa_insertMark Zhang1-1/+1
2025-06-17RDMA/core: Rate limit GID cache warning messagesMaor Gottlieb1-2/+2
2025-06-17RDMA/mlx5: Fix unsafe xarray access in implicit ODP handlingOr Har-Toov1-4/+4
2025-06-17RDMA/qib: Remove outdated driverDennis Dalessandro45-48351/+0
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh2-2/+2
2025-06-12RDMA/rxe: Remove redundant page presence checkDaisuke Matsuda1-17/+6
2025-06-12RDMA/mana_ib: Add device statistics supportShiraz Saleem4-2/+93
2025-06-12RDMA/mlx5: reduce stack usage in mlx5_ib_ufile_hw_cleanupArnd Bergmann1-1/+7
2025-06-12RDMA/cxgb4: Delete an unnecessary check before kfree() in c4iw_rdev_open()Markus Elfring1-2/+1
2025-06-12IB/iser: Remove unnecessary local variableLi Jun1-5/+1
2025-06-12RDMA/hns: Remove MW supportJunxian Huang5-191/+1
2025-06-12RDMA/hns: ZERO_OR_NULL_PTR macro overdetectionluoqing2-5/+5
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 Molnar25-33/+40
2025-05-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds61-673/+949
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds11-166/+223