index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rxrpc
/
io_thread.c
Age
Commit message (
Expand
)
Author
2024-03-05
rxrpc: Extract useful fields from a received ACK to skb priv data
David Howells
2023-01-31
rxrpc: Allow a delay to be injected into packet reception
David Howells
2023-01-06
rxrpc: Move client call connection to the I/O thread
David Howells
2023-01-06
rxrpc: Move the client conn cache management to the I/O thread
David Howells
2023-01-06
rxrpc: Offload the completion of service conn security to the I/O thread
David Howells
2023-01-06
rxrpc: Tidy up abort generation infrastructure
David Howells
2023-01-06
rxrpc: Implement a mechanism to send an event notification to a connection
David Howells
2023-01-06
rxrpc: Separate call retransmission from other conn events
David Howells
2022-12-19
rxrpc: Fix the return value of rxrpc_new_incoming_call()
David Howells
2022-12-19
rxrpc: Fix I/O thread stop
David Howells
2022-12-19
rxrpc: Fix I/O thread startup getting skipped
David Howells
2022-12-01
rxrpc: Transmit ACKs at the point of generation
David Howells
2022-12-01
rxrpc: Make the I/O thread take over the call and local processor work
David Howells
2022-12-01
rxrpc: Extract the peer address from an incoming packet earlier
David Howells
2022-12-01
rxrpc: Reduce the use of RCU in packet input
David Howells
2022-12-01
rxrpc: Simplify skbuff accounting in receive path
David Howells
2022-12-01
rxrpc: Copy client call parameters into rxrpc_call earlier
David Howells
2022-12-01
rxrpc: Implement a mechanism to send an event notification to a call
David Howells
2022-12-01
rxrpc: Move error processing into the local endpoint I/O thread
David Howells
2022-12-01
rxrpc: Move packet reception processing into I/O thread
David Howells
2022-12-01
rxrpc: Create a per-local endpoint receive queue and I/O thread
David Howells
2022-12-01
rxrpc: Split the receive code
David Howells