summaryrefslogtreecommitdiff
path: root/net/rxrpc/conn_service.c
AgeCommit message (Expand)Author
2023-12-24rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()Oleg Nesterov
2023-01-31rxrpc: Kill service bundleDavid Howells
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid 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: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells
2019-12-20rxrpc: Fix missing security check on incoming callsDavid Howells
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2018-03-30rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells
2017-09-05rxrpc: Make service connection lookup always check for retryDavid Howells
2017-06-05rxrpc: Implement service upgradeDavid Howells
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells
2017-05-25rxrpc: Support network namespacingDavid Howells
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells
2016-08-24rxrpc: Dup the main conn list for the proc interfaceDavid Howells
2016-07-15rxrpc: checking for IS_ERR() instead of NULLDan Carpenter
2016-07-06rxrpc: Use RCU to access a peer's service connection treeDavid Howells
2016-07-06rxrpc: Prune the contents of the rxrpc_conn_proto structDavid Howells
2016-07-06rxrpc: Maintain an extra ref on a conn for the cache listDavid Howells
2016-07-06rxrpc: Move peer lookup from call-accept to new-incoming-connDavid Howells
2016-07-06rxrpc: Split service connection code out into its own fileDavid Howells