index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
rxrpc
/
io_thread.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-14
rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSE
David Howells
1
-5
/
+7
2024-12-16
rxrpc: Disable IRQ, not BH, to take the lock for ->attend_link
David Howells
1
-4
/
+4
2024-12-09
rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]
David Howells
1
-0
/
+1
2024-12-09
rxrpc: Use irq-disabling spinlocks between app and I/O thread
David Howells
1
-4
/
+4
2024-12-09
rxrpc: Fix CPU time starvation in I/O thread
David Howells
1
-51
/
+53
2024-12-09
rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)
David Howells
1
-0
/
+6
2024-12-09
rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible
David Howells
1
-1
/
+1
2024-10-03
rxrpc: Fix a race between socket set up and I/O thread creation
David Howells
1
-2
/
+8
2024-03-05
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