summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe2023-10-311-4/+12
|\
| * RDMA/siw: Fix connection failure handlingBernard Metzler2023-09-111-4/+12
* | RDMA/siw: Annotate struct siw_pbl with __counted_byKees Cook2023-10-021-1/+1
* | IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-09-1142-42/+42
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-0113-176/+238
|\
| * RDMA/rxe: Fix redundant break statement in switch-case.Rohit Chavan2023-08-221-1/+0
| * RDMA/siw: Call llist_reverse_order in siw_run_sqGuoqing Jiang2023-08-221-7/+1
| * RDMA/siw: Correct wrong debug messageGuoqing Jiang2023-08-221-1/+1
| * RDMA/siw: Balance the reference of cep->kref in the error pathGuoqing Jiang2023-08-221-1/+0
| * RDMA/rxe: Fix incomplete state save in rxe_requesterBob Pearson2023-07-311-20/+25
| * RDMA/rxe: Fix rxe_modify_srqBob Pearson2023-07-312-30/+36
| * RDMA/rxe: Fix unsafe drain work queue codeBob Pearson2023-07-312-0/+8
| * RDMA/rxe: Move work queue code to subroutinesBob Pearson2023-07-311-51/+108
| * RDMA/siw: Fix tx thread initialization.Bernard Metzler2023-07-313-44/+43
| * RDMA/siw: Fabricate a GID on tun and loopback devicesChuck Lever2023-07-213-16/+11
| * RDMA/siw: use vmalloc_array and vcallocJulia Lawall2023-07-212-5/+5
* | RDMA/rxe: Fix an error handling path in rxe_bind_mw()Christophe JAILLET2023-07-181-1/+2
|/
* 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