aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells1-10/+2
2016-07-06rxrpc: Use RCU to access a peer's service connection treeDavid Howells1-21/+23
2016-07-06rxrpc: Move data_ready peer lookup into rxrpc_find_connection()David Howells1-27/+3
2016-07-06rxrpc: Move usage count getting into rxrpc_queue_conn()David Howells1-1/+0
2016-07-06rxrpc: Provide queuing helper functionsDavid Howells1-1/+1
2016-07-01rxrpc: Fix processing of authenticated/encrypted jumbo packetsDavid Howells1-1/+1
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells1-7/+1
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells1-1/+1
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells1-4/+3
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells1-1/+1
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells1-2/+2
2016-06-22rxrpc: checking for IS_ERR() instead of NULLDan Carpenter1-1/+1
2016-06-15rxrpc: Rework local endpoint managementDavid Howells1-22/+7
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUDavid Howells1-4/+9
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells1-0/+800