summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/conn_object.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells1-12/+7
2023-01-06rxrpc: Move the client conn cache management to the I/O threadDavid Howells1-1/+0
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells1-1/+1
2023-01-06rxrpc: Make the set of connection IDs per local endpointDavid Howells1-3/+3
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells1-1/+19
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells1-10/+15
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells1-57/+36
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierDavid Howells1-21/+8
2022-12-01rxrpc: Remove RCU from peer->error_targets listDavid Howells1-3/+3
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells1-75/+94
2022-12-01rxrpc: Trace rxrpc_bundle refcountDavid Howells1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells1-19/+21
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells1-1/+1
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells1-11/+11
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells1-2/+0
2022-11-08rxrpc: Fix congestion managementDavid Howells1-1/+1
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells1-1/+1
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells1-1/+1
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells1-24/+25
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells1-1/+0
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells1-1/+0
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells1-6/+6
2020-07-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells1-3/+5
2020-02-07rxrpc: Fix service call disconnectionDavid Howells1-2/+1
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells1-2/+2
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells1-6/+7
2019-08-30rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-10-04rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells1-1/+1
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells1-2/+3
2018-09-28rxrpc: Fix error distributionDavid Howells1-1/+1
2018-09-28rxrpc: Make service call handling more robustDavid Howells1-1/+6
2018-09-28rxrpc: Fix checks as to whether we should set up a new callDavid Howells1-1/+1
2018-09-27rxrpc: Remove dup code from rxrpc_find_connection_rcu()David Howells1-3/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-2/+2
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+9
2018-03-30rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells1-0/+8
2018-03-30rxrpc: Fix checker warnings and errorsDavid Howells1-1/+1
2018-02-07rxrpc: Fix received abort handlingDavid Howells1-4/+12
2017-11-29rxrpc: Clean up whitespaceDavid Howells1-1/+1
2017-11-24rxrpc: Fix conn expiry timersDavid Howells1-11/+17
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells1-18/+24
2017-11-24rxrpc: Delay terminal ACK transmission on a client callDavid Howells1-0/+10
2017-08-29rxrpc: Fix IPv6 supportDavid Howells1-1/+1
2017-06-14rxrpc: Cache the congestion window settingDavid Howells1-0/+2
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells1-1/+0
2017-05-25rxrpc: Support network namespacingDavid Howells1-30/+25
2017-01-05rxrpc: Add some more tracingDavid Howells1-0/+1
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells1-1/+0