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