summaryrefslogtreecommitdiff
path: root/net/rxrpc/txbuf.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-31rxrpc: Don't lock call->tx_lock to access call->tx_bufferDavid Howells1-10/+2
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells1-1/+0
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells1-2/+8
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells1-1/+1
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells1-0/+2
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells1-0/+34
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells1-0/+1
2022-11-08rxrpc: Define rxrpc_txbuf struct to carry data to be transmittedDavid Howells1-0/+100