summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)Author
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-08-22RDMA/rxe: Fix redundant break statement in switch-case.Rohit Chavan
2023-08-22RDMA/siw: Call llist_reverse_order in siw_run_sqGuoqing Jiang
2023-08-22RDMA/siw: Correct wrong debug messageGuoqing Jiang
2023-08-22RDMA/siw: Balance the reference of cep->kref in the error pathGuoqing Jiang
2023-07-31RDMA/rxe: Fix incomplete state save in rxe_requesterBob Pearson
2023-07-31RDMA/rxe: Fix rxe_modify_srqBob Pearson
2023-07-31RDMA/rxe: Fix unsafe drain work queue codeBob Pearson
2023-07-31RDMA/rxe: Move work queue code to subroutinesBob Pearson
2023-07-31RDMA/siw: Fix tx thread initialization.Bernard Metzler
2023-07-21RDMA/siw: Fabricate a GID on tun and loopback devicesChuck Lever
2023-07-21RDMA/siw: use vmalloc_array and vcallocJulia Lawall
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