Age | Commit message (Expand) | Author | Files | Lines |
2024-03-06 | rxrpc: Extract useful fields from a received ACK to skb priv data | David Howells | 1 | -0/+11 |
2023-01-31 | rxrpc: Allow a delay to be injected into packet reception | David Howells | 1 | -1/+47 |
2023-01-06 | rxrpc: Move client call connection to the I/O thread | David Howells | 1 | -5/+8 |
2023-01-06 | rxrpc: Move the client conn cache management to the I/O thread | David Howells | 1 | -0/+4 |
2023-01-06 | rxrpc: Offload the completion of service conn security to the I/O thread | David Howells | 1 | -0/+5 |
2023-01-06 | rxrpc: Tidy up abort generation infrastructure | David Howells | 1 | -89/+74 |
2023-01-06 | rxrpc: Implement a mechanism to send an event notification to a connection | David Howells | 1 | -1/+18 |
2023-01-06 | rxrpc: Separate call retransmission from other conn events | David Howells | 1 | -1/+1 |
2022-12-19 | rxrpc: Fix the return value of rxrpc_new_incoming_call() | David Howells | 1 | -2/+2 |
2022-12-19 | rxrpc: Fix I/O thread stop | David Howells | 1 | -1/+3 |
2022-12-19 | rxrpc: Fix I/O thread startup getting skipped | David Howells | 1 | -0/+2 |
2022-12-01 | rxrpc: Transmit ACKs at the point of generation | David Howells | 1 | -5/+0 |
2022-12-01 | rxrpc: Make the I/O thread take over the call and local processor work | David Howells | 1 | -173/+146 |
2022-12-01 | rxrpc: Extract the peer address from an incoming packet earlier | David Howells | 1 | -2/+15 |
2022-12-01 | rxrpc: Reduce the use of RCU in packet input | David Howells | 1 | -16/+52 |
2022-12-01 | rxrpc: Simplify skbuff accounting in receive path | David Howells | 1 | -38/+32 |
2022-12-01 | rxrpc: Copy client call parameters into rxrpc_call earlier | David Howells | 1 | -2/+2 |
2022-12-01 | rxrpc: Implement a mechanism to send an event notification to a call | David Howells | 1 | -2/+18 |
2022-12-01 | rxrpc: Move error processing into the local endpoint I/O thread | David Howells | 1 | -0/+29 |
2022-12-01 | rxrpc: Move packet reception processing into I/O thread | David Howells | 1 | -20/+41 |
2022-12-01 | rxrpc: Create a per-local endpoint receive queue and I/O thread | David Howells | 1 | -1/+50 |
2022-12-01 | rxrpc: Split the receive code | David Howells | 1 | -0/+370 |