aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)AuthorFilesLines
2023-06-09RDMA/rxe: Send last wqe reached event on qp cleanupGravatar Bob Pearson 1-1/+10
2023-06-09RDMA/rxe: Implement rereg_user_mrGravatar Bob Pearson 2-0/+40
2023-06-09RDMA/rxe: Let rkey == lkey for local accessGravatar Bob Pearson 1-7/+8
2023-06-09RDMA/rxe: Introduce rxe access supported flagsGravatar Bob Pearson 4-3/+30
2023-06-09RDMA/rxe: Fix access checks in rxe_check_bind_mwGravatar Bob Pearson 1-8/+9
2023-06-09RDMA//rxe: Optimize send path in rxe_resp.cGravatar Bob Pearson 2-2/+13
2023-06-09RDMA/rxe: Rename IB_ACCESS_REMOTEGravatar Bob Pearson 2-7/+9
2023-06-01RDMA/rxe: Remove dangling declaration of rxe_cq_disable()Gravatar Nicolas Morey 1-2/+0
2023-05-19RDMA/rxe: Fix comments about removed taskletsGravatar Daisuke Matsuda 4-4/+4
2023-05-17RDMA/rxe: Add workqueue support for rxe tasksGravatar Bob Pearson 3-49/+76
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 24-793/+1369
2023-04-21RDMA/rxe: Fix spinlock recursion deadlock on requesterGravatar Daisuke Matsuda 1-3/+3
2023-04-19x86: remove 'zerorest' argument from __copy_user_nocache()Gravatar Linus Torvalds 1-1/+1
2023-04-17RDMA/rxe: Protect QP state with qp->state_lockGravatar Bob Pearson 7-218/+317
2023-04-17RDMA/rxe: Move code to check if drained to subroutineGravatar Bob Pearson 2-29/+38
2023-04-17RDMA/rxe: Remove qp->req.stateGravatar Bob Pearson 7-66/+34
2023-04-17RDMA/rxe: Remove qp->comp.stateGravatar Bob Pearson 3-10/+4
2023-04-17RDMA/rxe: Remove qp->resp.stateGravatar Bob Pearson 6-14/+8
2023-04-16RDMA: Add ib_virt_dma_to_page()Gravatar Jason Gunthorpe 5-27/+20
2023-04-16RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"Gravatar Zhu Yanjun 1-3/+8
2023-04-12RDMA/rxe: Fix incorrect TASKLET_STATE_SCHED check in rxe_task.cGravatar Bob Pearson 1-2/+2
2023-04-03RDMA/siw: Remove namespace check from siw_netdev_event()Gravatar Tetsuo Handa 1-3/+0
2023-03-30RDMA/rxe: Clean kzalloc failure pathsGravatar Leon Romanovsky 2-23/+9
2023-03-29RDMA/rxe: Remove tasklet call from rxe_cq.cGravatar Bob Pearson 3-33/+3
2023-03-24RDMA/rxe: Rewrite rxe_task.cGravatar Bob Pearson 2-56/+218
2023-03-24RDMA/rxe: Make tasks schedule each otherGravatar Bob Pearson 2-6/+6
2023-03-24RDMA/rxe: Remove __rxe_do_task()Gravatar Bob Pearson 3-58/+17
2023-03-24RDMA/rxe: Remove qp reference counting in tasksGravatar Bob Pearson 3-14/+0
2023-03-24RDMA/rxe: Cleanup error state handling in rxe_comp.cGravatar Bob Pearson 3-23/+61
2023-03-24RDMA/rxe: Cleanup reset state handling in rxe_resp.cGravatar Bob Pearson 2-51/+57
2023-03-24RDMA/rxe: Convert tasklet args to queue pairsGravatar Bob Pearson 6-18/+17
2023-03-24RDMA/rxe: Add error messagesGravatar Bob Pearson 5-241/+609
2023-03-24RDMA/rxe: Extend dbg log messages to err and infoGravatar Bob Pearson 2-3/+47
2023-03-24RDMA/rxe: Change rxe_dbg to rxe_dbg_devGravatar Bob Pearson 9-24/+25
2023-03-24RDMA/rxe: Replace exists by rxe in rxe.cGravatar Bob Pearson 1-6/+6
2023-03-14RDMA/rdmavt: Delete unnecessary NULL checkGravatar Natalia Petrova 1-2/+0
2023-03-13IB/rdmavt: Fix target union member for rvt_post_one_wr()Gravatar Kees Cook 1-1/+1
2023-03-13RDMA/siw: Fix potential page_array out of range accessGravatar Daniil Dulov 1-1/+1
2023-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 10-585/+600
2023-02-16RDMA/rxe: Fix missing memory barriers in rxe_queue.hGravatar Bob Pearson 2-52/+76
2023-02-16RDMA/rxe: Remove rxe_alloc()Gravatar Bob Pearson 4-66/+44
2023-02-16Subject: RDMA/rxe: Handle zero length rdmaGravatar Bob Pearson 2-15/+51
2023-02-06RDMA/siw: Fix user page pinning accountingGravatar Bernard Metzler 1-11/+12
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-16/+16
2023-01-27RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarrayGravatar Bob Pearson 3-302/+254
2023-01-26RDMA/rxe: Cleanup page variables in rxe_mr.cGravatar Bob Pearson 2-20/+22
2023-01-26RDMA-rxe: Isolate mr code from atomic_write_reply()Gravatar Bob Pearson 3-42/+59
2023-01-26RDMA-rxe: Isolate mr code from atomic_reply()Gravatar Bob Pearson 4-100/+105
2023-01-26RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.cGravatar Bob Pearson 3-36/+38
2023-01-26RDMA/rxe: Cleanup mr_check_rangeGravatar Bob Pearson 1-3/+1