aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/conn_service.c
AgeCommit message (Expand)AuthorFilesLines
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