summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/conn_service.c
Commit message (Expand)AuthorAgeFilesLines
* 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