summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw/siw_qp_tx.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/siw: Call llist_reverse_order in siw_run_sqGuoqing Jiang2023-08-221-7/+1
* RDMA/siw: Fix tx thread initialization.Bernard Metzler2023-07-311-6/+38
* tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells2023-06-241-3/+2
* siw: Inline do_tcp_sendpages()David Howells2023-05-231-5/+12
* RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe2023-04-161-13/+6
* RDMA/siw: Fix potential page_array out of range accessDaniil Dulov2023-03-131-1/+1
* RDMA/siw: Fix pointer cast warningArnd Bergmann2022-12-161-1/+1
* RDMA/siw: Pass a pointer to virt_to_page()Linus Walleij2022-09-041-4/+14
* RDMA/siw: Convert siw_tx_hdt() to kmap_local_page()Ira Weiny2021-07-151-11/+19
* RDMA/siw: Remove kmap()Ira Weiny2021-07-151-6/+8
* RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Bernard Metzler2021-01-081-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr()Jason Gunthorpe2020-04-151-4/+11
* RDMA/siw: Simplify QP representationBernard Metzler2020-01-031-1/+1
* RDMA/siw: Relax from kmap_atomic() use in TX pathBernard Metzler2019-09-131-7/+5
* Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-131-43/+37
|\
| * RDMA/siw: Fix 64/32bit pointer inconsistencyBernard Metzler2019-08-231-21/+22
| * RDMA/siw: Fix SGL mapping issuesBernard Metzler2019-08-221-22/+15
* | RDMA/siw: Fix page address mapping in TX pathBernard Metzler2019-09-131-5/+6
|/
* RDMA/siw: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-111-0/+4
* RDMA/siw: Remove unnecessary kthread create/destroy printoutsBernard Metzler2019-07-101-4/+0
* RDMA/siw: Fix DEFINE_PER_CPU compilation when ARCH_NEEDS_WEAK_PER_CPUJason Gunthorpe2019-07-081-5/+5
* rdma/siw: transmit pathBernard Metzler2019-07-021-0/+1269