index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rxrpc
/
io_thread.c
Age
Commit message (
Expand
)
Author
Files
Lines
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