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