aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/conn_object.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01rxrpc: Fix two connection reaping bugsGravatar David Howells 1-1/+1
2023-01-06rxrpc: Move client call connection to the I/O threadGravatar David Howells 1-12/+7
2023-01-06rxrpc: Move the client conn cache management to the I/O threadGravatar David Howells 1-1/+0
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersGravatar David Howells 1-1/+1
2023-01-06rxrpc: Make the set of connection IDs per local endpointGravatar David Howells 1-3/+3
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionGravatar David Howells 1-1/+19
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callGravatar David Howells 1-10/+15
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workGravatar David Howells 1-57/+36
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierGravatar David Howells 1-21/+8
2022-12-01rxrpc: Remove RCU from peer->error_targets listGravatar David Howells 1-3/+3
2022-12-01rxrpc: Don't hold a ref for connection workqueueGravatar David Howells 1-75/+94
2022-12-01rxrpc: Trace rxrpc_bundle refcountGravatar David Howells 1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingGravatar David Howells 1-19/+21
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingGravatar David Howells 1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingGravatar David Howells 1-1/+1
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleGravatar David Howells 1-11/+11
2022-12-01rxrpc: Remove the [_k]net() debugging macrosGravatar David Howells 1-2/+0
2022-11-08rxrpc: Fix congestion managementGravatar David Howells 1-1/+1
2022-11-08rxrpc: Get rid of the Rx ringGravatar David Howells 1-1/+1
2022-05-22rxrpc, afs: Fix selection of abort codesGravatar David Howells 1-1/+1
2022-05-22rxrpc: Use refcount_t rather than atomic_tGravatar David Howells 1-24/+25
2020-11-23rxrpc: Ask the security class how much space to allow in a packetGravatar David Howells 1-1/+0
2020-11-23rxrpc: Don't retain the server key in the connectionGravatar David Howells 1-1/+0
2020-09-08rxrpc: Rewrite the client connection managerGravatar David Howells 1-6/+6
2020-07-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureGravatar David Howells 1-3/+5
2020-02-07rxrpc: Fix service call disconnectionGravatar David Howells 1-2/+1
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectGravatar David Howells 1-2/+2
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordGravatar David Howells 1-6/+7
2019-08-30rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]Gravatar David Howells 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-10-04rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()Gravatar David Howells 1-1/+1
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6Gravatar David Howells 1-2/+3
2018-09-28rxrpc: Fix error distributionGravatar David Howells 1-1/+1
2018-09-28rxrpc: Make service call handling more robustGravatar David Howells 1-1/+6
2018-09-28rxrpc: Fix checks as to whether we should set up a new callGravatar David Howells 1-1/+1
2018-09-27rxrpc: Remove dup code from rxrpc_find_connection_rcu()Gravatar David Howells 1-3/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Gravatar Mark Rutland 1-2/+2
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+9
2018-03-30rxrpc: Fix apparent leak of rxrpc_local objectsGravatar David Howells 1-0/+8
2018-03-30rxrpc: Fix checker warnings and errorsGravatar David Howells 1-1/+1
2018-02-07rxrpc: Fix received abort handlingGravatar David Howells 1-4/+12
2017-11-29rxrpc: Clean up whitespaceGravatar David Howells 1-1/+1
2017-11-24rxrpc: Fix conn expiry timersGravatar David Howells 1-11/+17
2017-11-24rxrpc: Fix service endpoint expiryGravatar David Howells 1-18/+24
2017-11-24rxrpc: Delay terminal ACK transmission on a client callGravatar David Howells 1-0/+10
2017-08-29rxrpc: Fix IPv6 supportGravatar David Howells 1-1/+1
2017-06-14rxrpc: Cache the congestion window settingGravatar David Howells 1-0/+2
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDGravatar David Howells 1-1/+0
2017-05-25rxrpc: Support network namespacingGravatar David Howells 1-30/+25
2017-01-05rxrpc: Add some more tracingGravatar David Howells 1-0/+1