aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/io_thread.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-31rxrpc: Allow a delay to be injected into packet receptionGravatar David Howells 1-1/+47
2023-01-06rxrpc: Move client call connection to the I/O threadGravatar David Howells 1-5/+8
2023-01-06rxrpc: Move the client conn cache management to the I/O threadGravatar David Howells 1-0/+4
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadGravatar David Howells 1-0/+5
2023-01-06rxrpc: Tidy up abort generation infrastructureGravatar David Howells 1-89/+74
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionGravatar David Howells 1-1/+18
2023-01-06rxrpc: Separate call retransmission from other conn eventsGravatar David Howells 1-1/+1
2022-12-19rxrpc: Fix the return value of rxrpc_new_incoming_call()Gravatar David Howells 1-2/+2
2022-12-19rxrpc: Fix I/O thread stopGravatar David Howells 1-1/+3
2022-12-19rxrpc: Fix I/O thread startup getting skippedGravatar David Howells 1-0/+2
2022-12-01rxrpc: Transmit ACKs at the point of generationGravatar David Howells 1-5/+0
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workGravatar David Howells 1-173/+146
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierGravatar David Howells 1-2/+15
2022-12-01rxrpc: Reduce the use of RCU in packet inputGravatar David Howells 1-16/+52
2022-12-01rxrpc: Simplify skbuff accounting in receive pathGravatar David Howells 1-38/+32
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierGravatar David Howells 1-2/+2
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callGravatar David Howells 1-2/+18
2022-12-01rxrpc: Move error processing into the local endpoint I/O threadGravatar David Howells 1-0/+29
2022-12-01rxrpc: Move packet reception processing into I/O threadGravatar David Howells 1-20/+41
2022-12-01rxrpc: Create a per-local endpoint receive queue and I/O threadGravatar David Howells 1-1/+50
2022-12-01rxrpc: Split the receive codeGravatar David Howells 1-0/+370