summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/conn_object.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-311-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-311-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-081-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
* rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-171-3/+69
* rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells2016-09-171-0/+2
* rxrpc: Add IPv6 supportDavid Howells2016-09-141-0/+8
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-1/+5
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-081-0/+2
* rxrpc: Calls should only have one terminal stateDavid Howells2016-08-301-2/+2
* rxrpc: Improve management and caching of client connection objectsDavid Howells2016-08-241-22/+49
* rxrpc: Dup the main conn list for the proc interfaceDavid Howells2016-08-241-0/+3
* rxrpc: Perform terminal call ACK/ABORT retransmission from conn processorDavid Howells2016-08-231-1/+9