开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rxrpc
/
txbuf.c
Age
Commit message (
Expand
)
Author
2024-04-30
rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()
Yunsheng Lin
2024-03-14
rxrpc: Fix use of changed alignment param to page_frag_alloc_align()
David Howells
2024-03-05
rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page frags
David Howells
2024-03-03
rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wire
David Howells
2024-02-29
rxrpc: Add a kvec[] to the rxrpc_txbuf struct
David Howells
2024-02-29
rxrpc: Note cksum in txbuf
David Howells
2024-02-29
rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomics
David Howells
2024-02-29
rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit trace
David Howells
2023-01-31
rxrpc: Don't lock call->tx_lock to access call->tx_buffer
David Howells
2022-12-01
rxrpc: Transmit ACKs at the point of generation
David Howells
2022-12-01
rxrpc: Move DATA transmission into call processor work item
David Howells
2022-12-01
rxrpc: Copy client call parameters into rxrpc_call earlier
David Howells
2022-12-01
rxrpc: Don't hold a ref for call timer or workqueue
David Howells
2022-11-08
rxrpc: Don't use a ring buffer for call Tx queue
David Howells
2022-11-08
rxrpc: Allocate ACK records at proposal and queue for transmission
David Howells
2022-11-08
rxrpc: Define rxrpc_txbuf struct to carry data to be transmitted
David Howells