summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-03-18RDMA/mlx5: Fix calculation of total invalidated pagesChiara Meiohas1-4/+6
2025-03-18RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flowPatrisious Haddad1-1/+1
2025-03-18RDMA/mlx5: Fix page_size variable overflowMichael Guralnik1-4/+4
2025-03-18RDMA/mlx5: Drop access_flags from _mlx5_mr_cache_alloc()Michael Guralnik1-4/+3
2025-03-18RDMA/mlx5: Fix cache entry update on dereg errorMichael Guralnik1-1/+3
2025-03-18RDMA/mlx5: Fix MR cache initialization error flowMichael Guralnik1-11/+22
2025-03-18RDMA/mlx5: Support optional-counters binding for QPsPatrisious Haddad5-12/+546
2025-03-18RDMA/mlx5: Compile fs.c regardless of INFINIBAND_USER_ACCESS configPatrisious Haddad4-22/+7
2025-03-18RDMA/core: Pass port to counter bind/unbind operationsPatrisious Haddad5-16/+17
2025-03-18RDMA/core: Add support to optional-counters binding configurationPatrisious Haddad4-12/+41
2025-03-18RDMA/core: Create and destroy rdma_counter using rdma_zalloc_drv_obj()Patrisious Haddad5-1/+30
2025-03-18RDMA/mlx5: Add optional counters for RDMA_TX/RX_packets/bytesPatrisious Haddad4-7/+133
2025-03-13RDMA/core: Fix use-after-free when rename device nameWang Liang1-2/+7
2025-03-13RDMA/bnxt_re: Support perf management countersPreethi G5-0/+139
2025-03-13RDMA/rxe: Fix incorrect return value of rxe_odp_atomic_op()Daisuke Matsuda1-1/+1
2025-03-13RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject()Maher Sanalla2-69/+77
2025-03-13RDMA/mana_ib: Handle net event for pointing to the current netdevLong Li2-2/+46
2025-03-13net: mana: Change the function signature of mana_get_primary_netdev_rcuLong Li4-13/+21
2025-03-12RDMA/rxe: Improve readability of ODP pagefault interfaceDaisuke Matsuda1-5/+7
2025-03-12RDMA/hns: Inappropriate format characters cleanupGuofeng Yue3-3/+3
2025-03-09docs: infiniband: document the UCAP APIChiara Meiohas2-0/+72
2025-03-09RDMA/mlx5: Expose RDMA TRANSPORT flow table types to userspacePatrisious Haddad5-13/+149
2025-03-09RDMA/mlx5: Check enabled UCAPs when creating ucontextChiara Meiohas3-8/+58
2025-03-09RDMA/uverbs: Add support for UCAPs in context creationChiara Meiohas4-0/+25
2025-03-09RDMA/mlx5: Create UCAP char devices for supported device capabilitiesChiara Meiohas1-0/+47
2025-03-09RDMA/uverbs: Introduce UCAP (User CAPabilities) APIChiara Meiohas4-1/+301
2025-03-08RDMA/mana_ib: Use safer allocation function()Dan Carpenter1-1/+1
2025-03-08Add support and infrastructure for RDMA TRANSPORTLeon Romanovsky12-39/+368
2025-03-08net/mlx5: fs, add RDMA TRANSPORT steering domain supportPatrisious Haddad7-21/+195
2025-03-08net/mlx5: Query ADV_RDMA capabilitiesPatrisious Haddad4-1/+54
2025-03-08net/mlx5: Limit non-privileged commandsChiara Meiohas2-8/+82
2025-03-08net/mlx5: Allow the throttle mechanism to be more dynamicChiara Meiohas2-12/+32
2025-03-08net/mlx5: Add RDMA_CTRL HW capabilitiesChiara Meiohas1-1/+9
2025-03-06RDMA/erdma: Prevent use-after-free in erdma_accept_newconn()Cheng Xu1-1/+0
2025-03-06RDMA/vmw_pvrdma: Remove unused pvrdma_modify_deviceDr. David Alan Gilbert2-30/+0
2025-03-03RDMA/mlx5: Reorder capability check lastChristian Göttsche1-4/+6
2025-03-03RDMA/core: Fixes infiniband sysctl boundsNicolas Bouchinet2-2/+6
2025-03-03RDMA/core: Don't expose hw_counters outside of init net namespaceRoman Gushchin3-0/+11
2025-03-03RDMA/siw: Switch to using the crc32c libraryEric Biggers7-113/+74
2025-02-25Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky598-3928/+6803
2025-02-24RDMA/hfi1: Remove unused one_qsfp_writeDr. David Alan Gilbert2-22/+0
2025-02-23RDMA/mana_ib: Ensure variable err is initializedKees Bakker1-1/+1
2025-02-23net/mlx5: Change POOL_NEXT_SIZE define value and make it globalPatrisious Haddad5-6/+9
2025-02-23net/mlx5: Add new health syndrome error and crr bit offsetShahar Shitrit2-0/+2
2025-02-21RDMA/rxe: Add support for the traditional Atomic operations with ODPDaisuke Matsuda5-2/+86
2025-02-21RDMA/rxe: Add support for Send/Recv/Write/Read with ODPDaisuke Matsuda4-1/+149
2025-02-21RDMA/rxe: Allow registering MRs for On-Demand PagingDaisuke Matsuda6-6/+128
2025-02-21RDMA/rxe: Add page invalidation supportDaisuke Matsuda3-0/+43
2025-02-21RDMA/rxe: Move some code to rxe_loc.h in preparation for ODPDaisuke Matsuda4-38/+39
2025-02-19RDMA/core: Fix best page size finding when it can cross SG entriesMichael Margolin2-15/+32