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