index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rxrpc
/
call_accept.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rxrpc: Fix trace string
David Howells
2023-01-30
1
-1
/
+1
*
rxrpc: Fix incoming call setup race
David Howells
2023-01-07
1
-7
/
+7
*
rxrpc: Remove call->state_lock
David Howells
2023-01-06
1
-1
/
+1
*
rxrpc: Tidy up abort generation infrastructure
David Howells
2023-01-06
1
-22
/
+21
*
rxrpc: Stash the network namespace pointer in rxrpc_local
David Howells
2023-01-06
1
-1
/
+1
*
rxrpc: Fix the return value of rxrpc_new_incoming_call()
David Howells
2022-12-19
1
-9
/
+9
*
rxrpc: Remove the _bh annotation from all the spinlocks
David Howells
2022-12-01
1
-4
/
+4
*
rxrpc: Make the I/O thread take over the call and local processor work
David Howells
2022-12-01
1
-69
/
+57
*
rxrpc: Extract the peer address from an incoming packet earlier
David Howells
2022-12-01
1
-4
/
+6
*
rxrpc: Reduce the use of RCU in packet input
David Howells
2022-12-01
1
-10
/
+3
*
rxrpc: Remove RCU from peer->error_targets list
David Howells
2022-12-01
1
-0
/
+6
*
rxrpc: Copy client call parameters into rxrpc_call earlier
David Howells
2022-12-01
1
-0
/
+2
*
rxrpc: Don't hold a ref for connection workqueue
David Howells
2022-12-01
1
-0
/
+1
*
rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracing
David Howells
2022-12-01
1
-9
/
+7
*
rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracing
David Howells
2022-12-01
1
-6
/
+3
*
rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing
David Howells
2022-12-01
1
-3
/
+5
*
rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing
David Howells
2022-12-01
1
-2
/
+2
*
rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundle
David Howells
2022-12-01
1
-3
/
+3
*
rxrpc: Fix congestion management
David Howells
2022-11-08
1
-1
/
+2
*
rxrpc: Allocate ACK records at proposal and queue for transmission
David Howells
2022-11-08
1
-3
/
+2
*
rxrpc: Fix locking issue
David Howells
2022-05-22
1
-3
/
+3
*
rxrpc: Use refcount_t rather than atomic_t
David Howells
2022-05-22
1
-2
/
+2
*
rxrpc: Fix memory leak in rxrpc_lookup_local
Takeshi Misawa
2021-01-28
1
-0
/
+1
*
rxrpc: Don't retain the server key in the connection
David Howells
2020-11-23
1
-7
/
+7
*
rxrpc: Fix accept on a connection that need securing
David Howells
2020-10-05
1
-225
/
+38
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
rxrpc: Fix notification call on completion of discarded calls
David Howells
2020-06-20
1
-0
/
+7
*
rxrpc: Fix the excessive initial retransmission timeout
David Howells
2020-05-11
1
-1
/
+1
*
rxrpc: Fix missing security check on incoming calls
David Howells
2019-12-20
1
-3
/
+11
*
rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()
David Howells
2019-12-20
1
-17
/
+3
*
rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the caller
David Howells
2019-12-20
1
-8
/
+28
*
rxrpc: Fix call crypto state cleanup
David Howells
2019-10-07
1
-0
/
+1
*
rxrpc: Fix trace-after-put looking at the put call record
David Howells
2019-10-07
1
-1
/
+1
*
rxrpc: Fix trace-after-put looking at the put connection record
David Howells
2019-10-07
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-19
1
-1
/
+1
|
\
|
*
rxrpc: Fix an uninitialised variable
David Howells
2018-10-15
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-12
1
-9
/
+18
|
\
|
|
*
rxrpc: Fix the packet reception routine
David Howells
2018-10-08
1
-6
/
+15
|
*
rxrpc: Fix connection-level abort handling
David Howells
2018-10-08
1
-2
/
+2
|
*
rxrpc: Fix some missed refs to init_net
David Howells
2018-10-05
1
-1
/
+1
*
|
rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()
David Howells
2018-10-04
1
-1
/
+1
|
/
*
rxrpc: Make service call handling more robust
David Howells
2018-09-28
1
-29
/
+12
*
rxrpc: Emit BUSY packets when supposed to rather than ABORTs
David Howells
2018-09-28
1
-3
/
+3
*
rxrpc: Fix user call ID check in rxrpc_service_prealloc_one
YueHaibing
2018-08-01
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-04-03
1
-10
/
+17
|
\
|
*
rxrpc: Fix apparent leak of rxrpc_local objects
David Howells
2018-03-30
1
-0
/
+2
|
*
rxrpc: Add a tracepoint to track rxrpc_local refcounting
David Howells
2018-03-30
1
-2
/
+1
|
*
rxrpc: Fix potential call vs socket/net destruction race
David Howells
2018-03-30
1
-0
/
+1
|
*
rxrpc: Fix checker warnings and errors
David Howells
2018-03-30
1
-1
/
+2
[next]