summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/io_thread.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Extract useful fields from a received ACK to skb priv dataDavid Howells2024-03-051-0/+11
* rxrpc: Allow a delay to be injected into packet receptionDavid Howells2023-01-311-1/+47
* rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-061-5/+8
* rxrpc: Move the client conn cache management to the I/O threadDavid Howells2023-01-061-0/+4
* rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells2023-01-061-0/+5
* rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-061-89/+74
* rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells2023-01-061-1/+18
* rxrpc: Separate call retransmission from other conn eventsDavid Howells2023-01-061-1/+1
* rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells2022-12-191-2/+2
* rxrpc: Fix I/O thread stopDavid Howells2022-12-191-1/+3
* rxrpc: Fix I/O thread startup getting skippedDavid Howells2022-12-191-0/+2
* rxrpc: Transmit ACKs at the point of generationDavid Howells2022-12-011-5/+0
* rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-011-173/+146
* rxrpc: Extract the peer address from an incoming packet earlierDavid Howells2022-12-011-2/+15
* rxrpc: Reduce the use of RCU in packet inputDavid Howells2022-12-011-16/+52
* rxrpc: Simplify skbuff accounting in receive pathDavid Howells2022-12-011-38/+32
* rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells2022-12-011-2/+2
* rxrpc: Implement a mechanism to send an event notification to a callDavid Howells2022-12-011-2/+18
* rxrpc: Move error processing into the local endpoint I/O threadDavid Howells2022-12-011-0/+29
* rxrpc: Move packet reception processing into I/O threadDavid Howells2022-12-011-20/+41
* rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells2022-12-011-1/+50
* rxrpc: Split the receive codeDavid Howells2022-12-011-0/+370