summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_accept.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix trace stringDavid Howells2023-01-301-1/+1
* rxrpc: Fix incoming call setup raceDavid Howells2023-01-071-7/+7
* rxrpc: Remove call->state_lockDavid Howells2023-01-061-1/+1
* rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-061-22/+21
* rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells2023-01-061-1/+1
* rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells2022-12-191-9/+9
* rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells2022-12-011-4/+4
* rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-011-69/+57
* rxrpc: Extract the peer address from an incoming packet earlierDavid Howells2022-12-011-4/+6
* rxrpc: Reduce the use of RCU in packet inputDavid Howells2022-12-011-10/+3
* rxrpc: Remove RCU from peer->error_targets listDavid Howells2022-12-011-0/+6
* rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells2022-12-011-0/+2
* rxrpc: Don't hold a ref for connection workqueueDavid Howells2022-12-011-0/+1
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells2022-12-011-9/+7
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells2022-12-011-6/+3
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells2022-12-011-3/+5
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells2022-12-011-2/+2
* rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells2022-12-011-3/+3
* rxrpc: Fix congestion managementDavid Howells2022-11-081-1/+2
* rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells2022-11-081-3/+2
* rxrpc: Fix locking issueDavid Howells2022-05-221-3/+3
* rxrpc: Use refcount_t rather than atomic_tDavid Howells2022-05-221-2/+2
* rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa2021-01-281-0/+1
* rxrpc: Don't retain the server key in the connectionDavid Howells2020-11-231-7/+7
* rxrpc: Fix accept on a connection that need securingDavid Howells2020-10-051-225/+38
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* rxrpc: Fix notification call on completion of discarded callsDavid Howells2020-06-201-0/+7
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-1/+1
* rxrpc: Fix missing security check on incoming callsDavid Howells2019-12-201-3/+11
* rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells2019-12-201-17/+3
* rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2019-12-201-8/+28
* rxrpc: Fix call crypto state cleanupDavid Howells2019-10-071-0/+1
* rxrpc: Fix trace-after-put looking at the put call recordDavid Howells2019-10-071-1/+1
* rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells2019-10-071-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-1/+1
|\
| * rxrpc: Fix an uninitialised variableDavid Howells2018-10-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-9/+18
|\|
| * rxrpc: Fix the packet reception routineDavid Howells2018-10-081-6/+15
| * rxrpc: Fix connection-level abort handlingDavid Howells2018-10-081-2/+2
| * rxrpc: Fix some missed refs to init_netDavid Howells2018-10-051-1/+1
* | rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells2018-10-041-1/+1
|/
* rxrpc: Make service call handling more robustDavid Howells2018-09-281-29/+12
* rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells2018-09-281-3/+3
* rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing2018-08-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-031-10/+17
|\
| * rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells2018-03-301-0/+2
| * rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells2018-03-301-2/+1
| * rxrpc: Fix potential call vs socket/net destruction raceDavid Howells2018-03-301-0/+1
| * rxrpc: Fix checker warnings and errorsDavid Howells2018-03-301-1/+2