summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-061-4/+14
|\
| * RDMA/siw: Pass a pointer to virt_to_page()Linus Walleij2022-09-041-4/+14
* | RDMA/rxe: Remove error/warning messages from packet receiver pathDaisuke Matsuda2022-09-293-91/+28
* | IB/rdmavt: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-271-2/+2
* | RDMA/rxe: Remove redundant num_sge fieldsBob Pearson2022-09-271-2/+0
* | RDMA/rxe: Fix resize_finish() in rxe_queue.cBob Pearson2022-09-271-5/+7
* | RDMA/rxe: Set pd early in mr alloc routinesBob Pearson2022-09-273-15/+14
* | RDMA/rxe: Add send_common_ack() helperLi Zhijian2022-09-261-26/+17
* | RDMA/rxe: Use members of generic struct in rxe_mrDaisuke Matsuda2022-09-224-14/+8
* | RDMA/siw: Fix QP destroy to wait for all references dropped.Bernard Metzler2022-09-203-1/+5
* | RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.Bernard Metzler2022-09-201-12/+15
* | RDMA/rxe: convert pr_warn to pr_debugLi Zhijian2022-09-081-23/+22
* | RDMA/rxe: use %u to print u32 variablesLi Zhijian2022-09-081-5/+5
* | RDMA/siw: Add missing Kconfig selectionsTom Talpey2022-09-011-1/+4
* | RDMA/rxe: Delete error messages triggered by incoming Read requestsDaisuke Matsuda2022-08-311-7/+3
* | RDMA/rxe: Remove the unused variable objZhu Yanjun2022-08-313-7/+5
* | RDMA/rxe: Fix the error caused by qp->skZhu Yanjun2022-08-311-2/+4
* | RDMA/rxe: Fix "kernel NULL pointer dereference" errorZhu Yanjun2022-08-311-1/+3
* | RDMA/rxe: Remove an unused member from struct rxe_mrDaisuke Matsuda2022-08-293-3/+0
|/
* RDMA/rxe: Fix error unwind in rxe_create_qp()Zhu Yanjun2022-08-021-4/+8
* RDMA/rxe: Split qp state for requester and completerBob Pearson2022-08-024-3/+10
* RDMA/rxe: Generate error completion for error requester QP stateLi Zhijian2022-08-021-1/+12
* RDMA/rxe: Update wqe_index for each wqe error completionLi Zhijian2022-08-021-0/+2
* Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"Li Zhijian2022-07-275-162/+104
* RDMA/rxe: Replace __rxe_do_task by rxe_run_taskBob Pearson2022-07-221-2/+2
* RDMA/rxe: Limit the number of calls to each taskletBob Pearson2022-07-222-4/+18
* RDMA/rxe: Make the tasklet exits the sameBob Pearson2022-07-223-46/+60
* RDMA/rxe: Fix rnr retry behaviorBob Pearson2022-07-224-3/+22
* RDMA/rxe: Add rxe_is_fenced() subroutineBob Pearson2022-07-221-6/+31
* RDMA/rxe: For invalidate compare according to set keys in mrMd Haris Iqbal2022-07-222-7/+7
* RDMA/rxe: Fix mw bind to allow any consumer key portionBob Pearson2022-07-211-7/+0
* RDMA/rxe: Fix spelling mistake in error printZhang Jiaming2022-07-211-1/+1
* RDMA/rxe: Remove unused qp parameterXiao Yang2022-07-193-5/+5
* RDMA/rxe: Remove unused mask parameterlizhijian@fujitsu.com2022-07-181-3/+2
* RDMA/rxe: Rename rxe_atomic_reply to atomic_replyXiao Yang2022-07-181-2/+2
* RDMA/rxe: Add common rxe_prepare_res()Xiao Yang2022-07-181-39/+32
* RDMA/rxe: Fix BUG: KASAN: null-ptr-deref in rxe_qp_do_cleanupZhu Yanjun2022-07-181-4/+6
* RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY eventCheng Xu2022-07-181-3/+4
* RDMA: remove useless condition in siw_create_cq()Andrey Strachuk2022-07-181-1/+1
* IB: Fix spelling of 'writable'Zhang Jiaming2022-07-041-1/+1
* RDMA/rxe: Remove unnecessary include statementBob Pearson2022-07-041-1/+0
* RDMA/rxe: Replace include statementBob Pearson2022-06-301-3/+2
* RDMA/rxe: Convert pr_warn/err to pr_debug in pyverbsBob Pearson2022-06-302-7/+9
* RDMA/rxe: Fix deadlock in rxe_do_local_ops()Bob Pearson2022-06-301-3/+5
* RDMA/rxe: Merge normal and retry atomic flowsBob Pearson2022-06-303-46/+36
* RDMA/rxe: Move atomic original value to resBob Pearson2022-06-302-7/+8
* RDMA/rxe: Move atomic responder res to atomic_replyBob Pearson2022-06-301-22/+33
* RDMA/rxe: Add a responder state for atomic replyBob Pearson2022-06-301-6/+18
* RDMA/rxe: Move code to rxe_prepare_atomic_res()Bob Pearson2022-06-301-16/+27
* RDMA/rxe: Convert read side locking to rcuBob Pearson2022-06-301-16/+8