aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/conn_service.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06rxrpc: Move client call connection to the I/O threadGravatar David Howells 1-1/+0
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksGravatar David Howells 1-5/+5
2022-12-01rxrpc: Don't hold a ref for connection workqueueGravatar David Howells 1-1/+3
2022-12-01rxrpc: Trace rxrpc_bundle refcountGravatar David Howells 1-1/+2
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingGravatar David Howells 1-3/+1
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleGravatar David Howells 1-3/+3
2022-12-01rxrpc: Remove the [_k]net() debugging macrosGravatar David Howells 1-2/+0
2022-05-22rxrpc: Use refcount_t rather than atomic_tGravatar David Howells 1-4/+4
2020-11-23rxrpc: Don't retain the server key in the connectionGravatar David Howells 1-2/+0
2020-09-08rxrpc: Rewrite the client connection managerGravatar David Howells 1-0/+7
2019-12-20rxrpc: Fix missing security check on incoming callsGravatar David Howells 1-0/+4
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordGravatar David Howells 1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2018-03-30rxrpc: Fix apparent leak of rxrpc_local objectsGravatar David Howells 1-0/+1
2017-09-05rxrpc: Make service connection lookup always check for retryGravatar David Howells 1-2/+1
2017-06-05rxrpc: Implement service upgradeGravatar David Howells 1-1/+10
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDGravatar David Howells 1-0/+1
2017-05-25rxrpc: Support network namespacingGravatar David Howells 1-5/+6
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointGravatar David Howells 1-0/+4
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-89/+12
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsGravatar David Howells 1-0/+24
2016-08-24rxrpc: Improve management and caching of client connection objectsGravatar David Howells 1-0/+5
2016-08-24rxrpc: Dup the main conn list for the proc interfaceGravatar David Howells 1-0/+1
2016-07-15rxrpc: checking for IS_ERR() instead of NULLGravatar Dan Carpenter 1-1/+1
2016-07-06rxrpc: Use RCU to access a peer's service connection treeGravatar David Howells 1-109/+161
2016-07-06rxrpc: Prune the contents of the rxrpc_conn_proto structGravatar David Howells 1-2/+0
2016-07-06rxrpc: Maintain an extra ref on a conn for the cache listGravatar David Howells 1-4/+30
2016-07-06rxrpc: Move peer lookup from call-accept to new-incoming-connGravatar David Howells 1-1/+10
2016-07-06rxrpc: Split service connection code out into its own fileGravatar David Howells 1-0/+145