summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)Author
2023-07-18RDMA/rxe: Fix an error handling path in rxe_bind_mw()Christophe JAILLET
2023-06-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe
2023-06-24tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells
2023-06-20RDMA/rxe: Simplify cq->notify codeBob Pearson
2023-06-20RDMA/rxe: Fixes mr access supported listBob Pearson
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-14RDMA/rxe: Fix rxe_cq_postBob Pearson
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-06-09RDMA/rxe: Send last wqe reached event on qp cleanupBob Pearson
2023-06-09RDMA/rxe: Fix the use-before-initialization error of resp_pktsZhu Yanjun
2023-06-09RDMA/rxe: Implement rereg_user_mrBob Pearson
2023-06-09RDMA/rxe: Let rkey == lkey for local accessBob Pearson
2023-06-09RDMA/rxe: Introduce rxe access supported flagsBob Pearson
2023-06-09RDMA/rxe: Fix access checks in rxe_check_bind_mwBob Pearson
2023-06-09RDMA//rxe: Optimize send path in rxe_resp.cBob Pearson
2023-06-09RDMA/rxe: Rename IB_ACCESS_REMOTEBob Pearson
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-01RDMA/rxe: Fix ref count error in check_rkey()Bob Pearson
2023-06-01RDMA/rxe: Fix packet length checksBob Pearson
2023-06-01RDMA/rxe: Remove dangling declaration of rxe_cq_disable()Nicolas Morey
2023-05-23siw: Inline do_tcp_sendpages()David Howells
2023-05-19RDMA/rxe: Fix comments about removed taskletsDaisuke Matsuda
2023-05-17RDMA/rxe: Add workqueue support for rxe tasksBob Pearson
2023-05-16RDMA/rxe: Convert spin_{lock_bh,unlock_bh} to spin_{lock_irqsave,unlock_irqre...Guoqing Jiang
2023-05-16RDMA/rxe: Fix double unlock in rxe_qp.cBob Pearson
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-04-21RDMA/rxe: Fix spinlock recursion deadlock on requesterDaisuke Matsuda
2023-04-19x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds
2023-04-17RDMA/rxe: Protect QP state with qp->state_lockBob Pearson
2023-04-17RDMA/rxe: Move code to check if drained to subroutineBob Pearson
2023-04-17RDMA/rxe: Remove qp->req.stateBob Pearson
2023-04-17RDMA/rxe: Remove qp->comp.stateBob Pearson
2023-04-17RDMA/rxe: Remove qp->resp.stateBob Pearson
2023-04-16RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe
2023-04-16RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"Zhu Yanjun
2023-04-12RDMA/rxe: Fix incorrect TASKLET_STATE_SCHED check in rxe_task.cBob Pearson
2023-04-03RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa
2023-03-30RDMA/rxe: Clean kzalloc failure pathsLeon Romanovsky
2023-03-29RDMA/rxe: Remove tasklet call from rxe_cq.cBob Pearson
2023-03-24RDMA/rxe: Rewrite rxe_task.cBob Pearson
2023-03-24RDMA/rxe: Make tasks schedule each otherBob Pearson
2023-03-24RDMA/rxe: Remove __rxe_do_task()Bob Pearson
2023-03-24RDMA/rxe: Remove qp reference counting in tasksBob Pearson
2023-03-24RDMA/rxe: Cleanup error state handling in rxe_comp.cBob Pearson
2023-03-24RDMA/rxe: Cleanup reset state handling in rxe_resp.cBob Pearson
2023-03-24RDMA/rxe: Convert tasklet args to queue pairsBob Pearson