Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rxrpc: Don't lock call->tx_lock to access call->tx_buffer | David Howells | 2023-01-31 | 1 | -10/+2 |
* | rxrpc: Transmit ACKs at the point of generation | David Howells | 2022-12-01 | 1 | -1/+0 |
* | rxrpc: Move DATA transmission into call processor work item | David Howells | 2022-12-01 | 1 | -2/+8 |
* | rxrpc: Copy client call parameters into rxrpc_call earlier | David Howells | 2022-12-01 | 1 | -1/+1 |
* | rxrpc: Don't hold a ref for call timer or workqueue | David Howells | 2022-12-01 | 1 | -0/+2 |
* | rxrpc: Don't use a ring buffer for call Tx queue | David Howells | 2022-11-08 | 1 | -0/+34 |
* | rxrpc: Allocate ACK records at proposal and queue for transmission | David Howells | 2022-11-08 | 1 | -0/+1 |
* | rxrpc: Define rxrpc_txbuf struct to carry data to be transmitted | David Howells | 2022-11-08 | 1 | -0/+100 |