summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/conn_service.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Use refcount_t rather than atomic_tDavid Howells2022-05-221-4/+4
* rxrpc: Don't retain the server key in the connectionDavid Howells2020-11-231-2/+0
* rxrpc: Rewrite the client connection managerDavid Howells2020-09-081-0/+7
* rxrpc: Fix missing security check on incoming callsDavid Howells2019-12-201-0/+4
* rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells2019-10-071-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells2018-03-301-0/+1
* rxrpc: Make service connection lookup always check for retryDavid Howells2017-09-051-2/+1
* rxrpc: Implement service upgradeDavid Howells2017-06-051-1/+10
* rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells2017-06-051-0/+1
* rxrpc: Support network namespacingDavid Howells2017-05-251-5/+6
* rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-171-0/+4
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-89/+12
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-081-0/+24
* rxrpc: Improve management and caching of client connection objectsDavid Howells2016-08-241-0/+5
* rxrpc: Dup the main conn list for the proc interfaceDavid Howells2016-08-241-0/+1
* rxrpc: checking for IS_ERR() instead of NULLDan Carpenter2016-07-151-1/+1
* rxrpc: Use RCU to access a peer's service connection treeDavid Howells2016-07-061-109/+161
* rxrpc: Prune the contents of the rxrpc_conn_proto structDavid Howells2016-07-061-2/+0
* rxrpc: Maintain an extra ref on a conn for the cache listDavid Howells2016-07-061-4/+30
* rxrpc: Move peer lookup from call-accept to new-incoming-connDavid Howells2016-07-061-1/+10
* rxrpc: Split service connection code out into its own fileDavid Howells2016-07-061-0/+145