aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/conn_service.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-30rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells1-0/+1
2017-09-05rxrpc: Make service connection lookup always check for retryDavid Howells1-2/+1
2017-06-05rxrpc: Implement service upgradeDavid Howells1-1/+10
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells1-0/+1
2017-05-25rxrpc: Support network namespacingDavid Howells1-5/+6
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells1-0/+4
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-89/+12
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells1-0/+24
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells1-0/+5
2016-08-24rxrpc: Dup the main conn list for the proc interfaceDavid Howells1-0/+1
2016-07-15rxrpc: checking for IS_ERR() instead of NULLDan Carpenter1-1/+1
2016-07-06rxrpc: Use RCU to access a peer's service connection treeDavid Howells1-109/+161
2016-07-06rxrpc: Prune the contents of the rxrpc_conn_proto structDavid Howells1-2/+0
2016-07-06rxrpc: Maintain an extra ref on a conn for the cache listDavid Howells1-4/+30
2016-07-06rxrpc: Move peer lookup from call-accept to new-incoming-connDavid Howells1-1/+10
2016-07-06rxrpc: Split service connection code out into its own fileDavid Howells1-0/+145