summaryrefslogtreecommitdiff
path: root/net/rxrpc/conn_object.c
AgeCommit message (Expand)Author
2023-11-01rxrpc: Fix two connection reaping bugsDavid Howells
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells
2023-01-06rxrpc: Move the client conn cache management to the I/O threadDavid Howells
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells
2023-01-06rxrpc: Make the set of connection IDs per local endpointDavid Howells
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callDavid 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: Remove RCU from peer->error_targets listDavid Howells
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells
2022-12-01rxrpc: Trace rxrpc_bundle refcountDavid 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-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells
2022-11-08rxrpc: Fix congestion managementDavid Howells
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells
2020-07-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells
2020-02-07rxrpc: Fix service call disconnectionDavid Howells
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells
2019-08-30rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-10-04rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells
2018-09-28rxrpc: Fix error distributionDavid Howells
2018-09-28rxrpc: Make service call handling more robustDavid Howells
2018-09-28rxrpc: Fix checks as to whether we should set up a new callDavid Howells
2018-09-27rxrpc: Remove dup code from rxrpc_find_connection_rcu()David Howells
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland
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: Fix checker warnings and errorsDavid Howells
2018-02-07rxrpc: Fix received abort handlingDavid Howells
2017-11-29rxrpc: Clean up whitespaceDavid Howells
2017-11-24rxrpc: Fix conn expiry timersDavid Howells
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells
2017-11-24rxrpc: Delay terminal ACK transmission on a client callDavid Howells
2017-08-29rxrpc: Fix IPv6 supportDavid Howells
2017-06-14rxrpc: Cache the congestion window settingDavid Howells
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells
2017-05-25rxrpc: Support network namespacingDavid Howells
2017-01-05rxrpc: Add some more tracingDavid Howells