summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/io_thread.c
AgeCommit message (Expand)AuthorLines
2024-12-16rxrpc: Disable IRQ, not BH, to take the lock for ->attend_linkDavid Howells-4/+4
2024-12-09rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells-0/+1
2024-12-09rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells-4/+4
2024-12-09rxrpc: Fix CPU time starvation in I/O threadDavid Howells-51/+53
2024-12-09rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells-0/+6
2024-12-09rxrpc: Use umin() and umax() rather than min_t()/max_t() where possibleDavid Howells-1/+1
2024-10-03rxrpc: Fix a race between socket set up and I/O thread creationDavid Howells-2/+8
2024-03-05rxrpc: Extract useful fields from a received ACK to skb priv dataDavid Howells-0/+11
2023-01-31rxrpc: Allow a delay to be injected into packet receptionDavid Howells-1/+47
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells-5/+8
2023-01-06rxrpc: Move the client conn cache management to the I/O threadDavid Howells-0/+4
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells-0/+5
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells-89/+74
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells-1/+18
2023-01-06rxrpc: Separate call retransmission from other conn eventsDavid Howells-1/+1
2022-12-19rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells-2/+2
2022-12-19rxrpc: Fix I/O thread stopDavid Howells-1/+3
2022-12-19rxrpc: Fix I/O thread startup getting skippedDavid Howells-0/+2
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells-5/+0
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells-173/+146
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierDavid Howells-2/+15
2022-12-01rxrpc: Reduce the use of RCU in packet inputDavid Howells-16/+52
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells-38/+32
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells-2/+2
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells-2/+18
2022-12-01rxrpc: Move error processing into the local endpoint I/O threadDavid Howells-0/+29
2022-12-01rxrpc: Move packet reception processing into I/O threadDavid Howells-20/+41
2022-12-01rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells-1/+50
2022-12-01rxrpc: Split the receive codeDavid Howells-0/+370