summaryrefslogtreecommitdiff
path: root/net/rxrpc/call_accept.c
AgeCommit message (Expand)Author
2023-01-30rxrpc: Fix trace stringDavid Howells
2023-01-07rxrpc: Fix incoming call setup raceDavid Howells
2023-01-06rxrpc: Remove call->state_lockDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells
2022-12-19rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierDavid Howells
2022-12-01rxrpc: Reduce the use of RCU in packet inputDavid Howells
2022-12-01rxrpc: Remove RCU from peer->error_targets listDavid Howells
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells
2022-11-08rxrpc: Fix congestion managementDavid Howells
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells
2022-05-22rxrpc: Fix locking issueDavid Howells
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells
2021-01-28rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-20rxrpc: Fix notification call on completion of discarded callsDavid Howells
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2019-12-20rxrpc: Fix missing security check on incoming callsDavid Howells
2019-12-20rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells
2019-12-20rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells
2019-10-07rxrpc: Fix call crypto state cleanupDavid Howells
2019-10-07rxrpc: Fix trace-after-put looking at the put call recordDavid Howells
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-15rxrpc: Fix an uninitialised variableDavid Howells
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-08rxrpc: Fix the packet reception routineDavid Howells
2018-10-08rxrpc: Fix connection-level abort handlingDavid Howells
2018-10-05rxrpc: Fix some missed refs to init_netDavid Howells
2018-10-04rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells
2018-09-28rxrpc: Make service call handling more robustDavid Howells
2018-09-28rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells
2018-08-01rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-03-30rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells
2018-03-30rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells
2018-03-30rxrpc: Fix potential call vs socket/net destruction raceDavid Howells
2018-03-30rxrpc: Fix checker warnings and errorsDavid Howells