summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-06-2915-84/+198
|\
| * Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-278-68/+100
| |\
| * | RDMA/rxe: Simplify cq->notify codeBob Pearson2023-06-202-6/+3
| * | RDMA/rxe: Fixes mr access supported listBob Pearson2023-06-201-1/+2
| * | RDMA/rxe: Send last wqe reached event on qp cleanupBob Pearson2023-06-091-1/+10
| * | RDMA/rxe: Implement rereg_user_mrBob Pearson2023-06-092-0/+40
| * | RDMA/rxe: Let rkey == lkey for local accessBob Pearson2023-06-091-7/+8
| * | RDMA/rxe: Introduce rxe access supported flagsBob Pearson2023-06-094-3/+30
| * | RDMA/rxe: Fix access checks in rxe_check_bind_mwBob Pearson2023-06-091-8/+9
| * | RDMA//rxe: Optimize send path in rxe_resp.cBob Pearson2023-06-092-2/+13
| * | RDMA/rxe: Rename IB_ACCESS_REMOTEBob Pearson2023-06-092-7/+9
| * | RDMA/rxe: Remove dangling declaration of rxe_cq_disable()Nicolas Morey2023-06-011-2/+0
| * | RDMA/rxe: Fix comments about removed taskletsDaisuke Matsuda2023-05-194-4/+4
| * | RDMA/rxe: Add workqueue support for rxe tasksBob Pearson2023-05-173-49/+76
* | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-5/+11
|\ \ \
| * | | tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells2023-06-241-3/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-154-7/+13
| |\ \ \ | | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-017-61/+87
| |\ \ \
| * | | | siw: Inline do_tcp_sendpages()David Howells2023-05-231-5/+12
| | |_|/ | |/| |
* | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\ \ \ \
| * | | | mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-1/+1
| |/ / /
* | | / Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-271-1/+1
|\| | | | |_|/ |/| |
* | | RDMA/rxe: Fix rxe_cq_postBob Pearson2023-06-141-2/+2
* | | RDMA/rxe: Fix the use-before-initialization error of resp_pktsZhu Yanjun2023-06-091-4/+3
* | | RDMA/rxe: Fix ref count error in check_rkey()Bob Pearson2023-06-011-1/+2
* | | RDMA/rxe: Fix packet length checksBob Pearson2023-06-011-0/+6
| |/ |/|
* | RDMA/rxe: Convert spin_{lock_bh,unlock_bh} to spin_{lock_irqsave,unlock_irqre...Guoqing Jiang2023-05-167-61/+86
* | RDMA/rxe: Fix double unlock in rxe_qp.cBob Pearson2023-05-161-1/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-04-2924-793/+1369
|\
| * RDMA/rxe: Fix spinlock recursion deadlock on requesterDaisuke Matsuda2023-04-211-3/+3
| * RDMA/rxe: Protect QP state with qp->state_lockBob Pearson2023-04-177-218/+317
| * RDMA/rxe: Move code to check if drained to subroutineBob Pearson2023-04-172-29/+38
| * RDMA/rxe: Remove qp->req.stateBob Pearson2023-04-177-66/+34
| * RDMA/rxe: Remove qp->comp.stateBob Pearson2023-04-173-10/+4
| * RDMA/rxe: Remove qp->resp.stateBob Pearson2023-04-176-14/+8
| * RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe2023-04-165-27/+20
| * RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"Zhu Yanjun2023-04-161-3/+8
| * RDMA/rxe: Fix incorrect TASKLET_STATE_SCHED check in rxe_task.cBob Pearson2023-04-121-2/+2
| * RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa2023-04-031-3/+0
| * RDMA/rxe: Clean kzalloc failure pathsLeon Romanovsky2023-03-302-23/+9
| * RDMA/rxe: Remove tasklet call from rxe_cq.cBob Pearson2023-03-293-33/+3
| * RDMA/rxe: Rewrite rxe_task.cBob Pearson2023-03-242-56/+218
| * RDMA/rxe: Make tasks schedule each otherBob Pearson2023-03-242-6/+6
| * RDMA/rxe: Remove __rxe_do_task()Bob Pearson2023-03-243-58/+17
| * RDMA/rxe: Remove qp reference counting in tasksBob Pearson2023-03-243-14/+0
| * RDMA/rxe: Cleanup error state handling in rxe_comp.cBob Pearson2023-03-243-23/+61
| * RDMA/rxe: Cleanup reset state handling in rxe_resp.cBob Pearson2023-03-242-51/+57
| * RDMA/rxe: Convert tasklet args to queue pairsBob Pearson2023-03-246-18/+17
| * RDMA/rxe: Add error messagesBob Pearson2023-03-245-241/+609
| * RDMA/rxe: Extend dbg log messages to err and infoBob Pearson2023-03-242-3/+47