summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2025-10-02IB/mlx5: Fix obj_type mismatch for SRQ event subscriptionsOr Har-Toov1-0/+1
2025-08-28RDMA/hns: Fix dip entries leak on devices newer than hip09Junxian Huang1-1/+1
2025-08-28RDMA/core: Free pfn_list with appropriate kvfree callAkhilesh Patil1-2/+2
2025-08-28RDMA/bnxt_re: Fix to initialize the PBL arrayAnantha Prabhu1-0/+2
2025-08-28RDMA/bnxt_re: Fix a possible memory leak in the driverKalesh AP1-0/+23
2025-08-28RDMA/bnxt_re: Fix to remove workload check in SRQ limit pathKashyap Desai3-35/+2
2025-08-28RDMA/bnxt_re: Fix to do SRQ armena by defaultKashyap Desai1-2/+1
2025-08-28RDMA/hns: Fix querying wrong SCC context for DIP algorithmwenglianfa2-3/+10
2025-08-28RDMA/erdma: Fix unset QPN of GSI QPBoshi Yu1-0/+2
2025-08-28RDMA/erdma: Fix ignored return value of init_kernel_qpBoshi Yu1-1/+3
2025-08-28RDMA/rxe: Flush delayed SKBs while releasing RXE resourcesZhu Yanjun2-22/+9
2025-08-20RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpagesPedro Falcato1-3/+2
2025-08-20RDMA/core: reduce stack using in nldev_stat_get_doit()Arnd Bergmann1-10/+12
2025-08-20RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask()Yury Norov [NVIDIA]1-20/+24
2025-08-20RDMA/bnxt_re: Fix size of uverbs_copy_to() in BNXT_RE_METHOD_GET_TOGGLE_MEMKalesh AP1-1/+1
2025-08-15RDMA/mana_ib: Fix DSCP value in modify QPShiraz Saleem1-1/+1
2025-08-15RDMA/hns: Fix -Wframe-larger-than issueJunxian Huang1-5/+10
2025-08-15RDMA/hns: Drop GFP_NOWARNJunxian Huang1-13/+5
2025-08-15RDMA/hns: Fix accessing uninitialized resourcesJunxian Huang1-12/+4
2025-08-15RDMA/hns: Get message length of ack_req from FWJunxian Huang3-11/+43
2025-08-15RDMA/hns: Fix HW configurations not cleared in error flowwenglianfa1-1/+3
2025-08-15RDMA/hns: Fix double destruction of rsv_qpwenglianfa2-15/+16
2025-08-15Fix dma_unmap_sg() nents valueThomas Fourier1-1/+2
2025-08-15RDMA/counter: Check CAP_NET_RAW check in user namespace for RDMA countersParav Pandit1-1/+1
2025-08-15RDMA/nldev: Check CAP_NET_RAW in user namespace for QP modifyParav Pandit2-2/+3
2025-08-15RDMA/mlx5: Check CAP_NET_RAW in user namespace for devx createParav Pandit1-1/+1
2025-08-15RDMA/uverbs: Check CAP_NET_RAW in user namespace for RAW QP createParav Pandit1-1/+1
2025-08-15RDMA/uverbs: Check CAP_NET_RAW in user namespace for QP createParav Pandit1-1/+1
2025-08-15RDMA/mlx5: Check CAP_NET_RAW in user namespace for anchor createParav Pandit1-1/+1
2025-08-15RDMA/mlx5: Check CAP_NET_RAW in user namespace for flow createParav Pandit1-1/+1
2025-08-15RDMA/uverbs: Check CAP_NET_RAW in user namespace for flow createParav Pandit3-1/+57
2025-08-15RDMA/ipoib: Use parent rdma device net namespaceMark Bloch1-0/+2
2025-08-15RDMA/mlx5: Fix UMR modifying of mkey page sizeEdward Srouji1-2/+4
2025-08-15net/mlx5: Check device memory pointer before usageStav Aviram1-1/+1
2025-07-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+3
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-12RDMA/mlx5: reduce stack usage in mlx5_ib_ufile_hw_cleanupArnd Bergmann1-1/+7
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-685/+961
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds11-166/+223
2025-05-26RDMA/cma: Fix hang when cma_netevent_callback fails to queue_workJack Morgenstein1-1/+2
2025-05-26Merge tag 'v6.15' into rdma.git for-nextJason Gunthorpe13-34/+30