Age | Commit message (Expand) | Author |
---|---|---|
2022-12-19 | rxrpc: Fix I/O thread startup getting skipped | David Howells |
2022-12-01 | rxrpc: Transmit ACKs at the point of generation | David Howells |
2022-12-01 | rxrpc: Make the I/O thread take over the call and local processor work | David Howells |
2022-12-01 | rxrpc: Extract the peer address from an incoming packet earlier | David Howells |
2022-12-01 | rxrpc: Reduce the use of RCU in packet input | David Howells |
2022-12-01 | rxrpc: Simplify skbuff accounting in receive path | David Howells |
2022-12-01 | rxrpc: Copy client call parameters into rxrpc_call earlier | David Howells |
2022-12-01 | rxrpc: Implement a mechanism to send an event notification to a call | David Howells |
2022-12-01 | rxrpc: Move error processing into the local endpoint I/O thread | David Howells |
2022-12-01 | rxrpc: Move packet reception processing into I/O thread | David Howells |
2022-12-01 | rxrpc: Create a per-local endpoint receive queue and I/O thread | David Howells |
2022-12-01 | rxrpc: Split the receive code | David Howells |