index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
siw
/
siw_qp_tx.c
Age
Commit message (
Expand
)
Author
2025-03-03
RDMA/siw: Switch to using the crc32c library
Eric Biggers
2024-10-11
RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
Showrya M N
2023-11-15
RDMA/siw: Update comments for siw_qp_sq_process
Guoqing Jiang
2023-11-15
RDMA/siw: Use iov.iov_len in kernel_sendmsg
Guoqing Jiang
2023-11-15
RDMA/siw: Introduce siw_get_page
Guoqing Jiang
2023-11-13
RDMA/siw: Use crypto_shash_digest() in siw_qp_prepare_tx()
Eric Biggers
2023-09-11
IB: Use capital "OR" for multiple licenses in SPDX
Krzysztof Kozlowski
2023-08-22
RDMA/siw: Call llist_reverse_order in siw_run_sq
Guoqing Jiang
2023-07-31
RDMA/siw: Fix tx thread initialization.
Bernard Metzler
2023-06-24
tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usage
David Howells
2023-05-23
siw: Inline do_tcp_sendpages()
David Howells
2023-04-16
RDMA: Add ib_virt_dma_to_page()
Jason Gunthorpe
2023-03-13
RDMA/siw: Fix potential page_array out of range access
Daniil Dulov
2022-12-16
RDMA/siw: Fix pointer cast warning
Arnd Bergmann
2022-09-04
RDMA/siw: Pass a pointer to virt_to_page()
Linus Walleij
2021-07-15
RDMA/siw: Convert siw_tx_hdt() to kmap_local_page()
Ira Weiny
2021-07-15
RDMA/siw: Remove kmap()
Ira Weiny
2021-01-08
RDMA/siw: Fix handling of zero-sized Read and Receive Queues.
Bernard Metzler
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-04-15
RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr()
Jason Gunthorpe
2020-01-03
RDMA/siw: Simplify QP representation
Bernard Metzler
2019-09-13
RDMA/siw: Relax from kmap_atomic() use in TX path
Bernard Metzler
2019-09-13
Merge tag 'v5.3-rc8' into rdma.git for-next
Jason Gunthorpe
2019-09-13
RDMA/siw: Fix page address mapping in TX path
Bernard Metzler
2019-08-23
RDMA/siw: Fix 64/32bit pointer inconsistency
Bernard Metzler
2019-08-22
RDMA/siw: Fix SGL mapping issues
Bernard Metzler
2019-07-11
RDMA/siw: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-07-10
RDMA/siw: Remove unnecessary kthread create/destroy printouts
Bernard Metzler
2019-07-08
RDMA/siw: Fix DEFINE_PER_CPU compilation when ARCH_NEEDS_WEAK_PER_CPU
Jason Gunthorpe
2019-07-02
rdma/siw: transmit path
Bernard Metzler