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