summaryrefslogtreecommitdiff
path: root/net/rxrpc/io_thread.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells1-5/+0
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells1-173/+146
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierDavid Howells1-2/+15
2022-12-01rxrpc: Reduce the use of RCU in packet inputDavid Howells1-16/+52
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells1-38/+32
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells1-2/+2
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells1-2/+18
2022-12-01rxrpc: Move error processing into the local endpoint I/O threadDavid Howells1-0/+29
2022-12-01rxrpc: Move packet reception processing into I/O threadDavid Howells1-20/+41
2022-12-01rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells1-1/+50
2022-12-01rxrpc: Split the receive codeDavid Howells1-0/+370