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