summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2023-01-27RDMA/mlx5: Cache all user cacheable mkeys on dereg MR flowMichael Guralnik2-13/+44
2023-01-27RDMA/mlx5: Introduce mlx5r_cache_rb_keyMichael Guralnik3-84/+201
2023-01-27RDMA/mlx5: Change the cache structure to an RB-treeMichael Guralnik3-47/+132
2023-01-27RDMA/mlx5: Remove implicit ODP cache entryAharon Landau1-15/+5
2023-01-27RDMA/mlx5: Don't keep umrable 'page_shift' in cache entriesAharon Landau3-5/+1
2023-01-27RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarrayBob Pearson3-302/+254
2023-01-26IB/IPoIB: Fix legacy IPoIB due to wrong number of queuesDragos Tatulea1-0/+8
2023-01-26RDMA/rxe: Cleanup page variables in rxe_mr.cBob Pearson2-20/+22
2023-01-26RDMA-rxe: Isolate mr code from atomic_write_reply()Bob Pearson3-42/+59
2023-01-26RDMA-rxe: Isolate mr code from atomic_reply()Bob Pearson4-100/+105
2023-01-26RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.cBob Pearson3-36/+38
2023-01-26RDMA/rxe: Cleanup mr_check_rangeBob Pearson1-3/+1
2023-01-26RDMA/irdma: Split CQ handler into irdma_reg_user_mr_type_cqZhu Yanjun1-29/+40
2023-01-26RDMA/irdma: Split QP handler into irdma_reg_user_mr_type_qpZhu Yanjun1-14/+33
2023-01-26RDMA/irdma: Split mr alloc and free into new functionsZhu Yanjun1-28/+46
2023-01-26RDMA/irdma: Split MEM handler into irdma_reg_user_mr_type_memZhu Yanjun1-32/+50
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-2/+2
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye3-0/+11
2023-01-22IB/hfi1: Restore allocated resources on failed copyoutDean Luick1-2/+5
2023-01-15RDMA/erdma: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-2/+2
2023-01-15RDMA/mlx5: Print error syndrome in case of fatal QP errorsPatrisious Haddad3-3/+48
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang7-72/+191
2023-01-15Merge branch 'mlx5-next' into HEADLeon Romanovsky3-20/+43
2023-01-15RDMA/cxgb4: Replace 0-length arrays with flexible arraysKees Cook1-20/+6
2023-01-10IB/hfi1: Use dma_mmap_coherent for matching buffersDean Luick1-24/+57
2023-01-10IB/hfi1: Update RMT size calculationDean Luick1-27/+32
2023-01-10IB/hfi1: Split IB counter allocationDean Luick1-49/+32
2023-01-10IB/hfi1: Improve TID validity checkingDean Luick1-8/+8
2023-01-10IB/hfi1: Consolidate the creation of user TIDsDean Luick2-7/+6
2023-01-10IB/hfi1: Assign npages earlierDean Luick1-7/+2
2023-01-10IB/hfi1: Remove redundant pageidx variableDean Luick1-13/+9
2023-01-10IB/hfi1: Remove user expected buffer invalidate raceDean Luick2-5/+55
2023-01-10IB/hfi1: Immediately remove invalid memory from hardwareDean Luick2-14/+30
2023-01-10IB/hfi1: Fix expected receive setup error exit issuesDean Luick1-33/+50
2023-01-10IB/hfi1: Reserve user expected TIDsDean Luick1-8/+6
2023-01-10IB/hfi1: Reject a zero-length user expected bufferDean Luick1-0/+2
2023-01-10RDMA/core: Fix ib block iterator counter overflowYonatan Nachum1-2/+5
2023-01-10RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang4-131/+74
2023-01-10RDMA/core: Refactor rdma_bind_addrPatrisious Haddad1-123/+130
2023-01-09RDMA/rxe: Prevent faulty rkey generationDaisuke Matsuda1-5/+5
2023-01-09RDMA/rxe: Fix inaccurate constants in rxe_type_infoDaisuke Matsuda1-11/+11
2023-01-09RDMA/hns: Support cqe inline in user spaceLuoyouming4-1/+21
2023-01-09RDMA/hns: Add compatibility handling for only support userspace rq inlineLuoyouming4-11/+29
2023-01-09RDMA/hns: Remove rq inline in kernelLuoyouming3-147/+0
2023-01-04RDMA/irdma: Remove extra ret variable in favor of existing errZhu Yanjun1-3/+2
2023-01-01RDMA/mlx5: Fix validation of max_rd_atomic caps for DCMaor Gottlieb1-14/+35
2023-01-01RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for deviceShay Drory1-3/+3
2022-12-29RDMA/srp: Move large values to a new enum for gcc13Jiri Slaby (SUSE)1-3/+5
2022-12-28RDMA/hns: Fix refcount leak in hns_roce_mmapMiaoqian Lin1-2/+3
2022-12-28RDMA/erdma: Fix refcount leak in erdma_mmapMiaoqian Lin1-1/+3