summaryrefslogtreecommitdiff
path: root/net/rxrpc/io_thread.c
AgeCommit message (Expand)Author
2023-01-31rxrpc: Allow a delay to be injected into packet receptionDavid Howells
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells
2023-01-06rxrpc: Move the client conn cache management to the I/O threadDavid Howells
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells
2023-01-06rxrpc: Separate call retransmission from other conn eventsDavid Howells
2022-12-19rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells
2022-12-19rxrpc: Fix I/O thread stopDavid Howells
2022-12-19rxrpc: Fix I/O thread startup getting skippedDavid Howells
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierDavid Howells
2022-12-01rxrpc: Reduce the use of RCU in packet inputDavid Howells
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells
2022-12-01rxrpc: Move error processing into the local endpoint I/O threadDavid Howells
2022-12-01rxrpc: Move packet reception processing into I/O threadDavid Howells
2022-12-01rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells
2022-12-01rxrpc: Split the receive codeDavid Howells