summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_accept.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-011-0/+48
* rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells2017-01-091-1/+2
* rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-061-1/+1
* rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells2016-10-061-1/+1
* rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells2016-09-291-4/+4
* rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-171-0/+3
* rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-171-0/+4
* rxrpc: Record calls that need to be acceptedDavid Howells2016-09-171-0/+2
* rxrpc: Fix prealloc refcountingDavid Howells2016-09-131-1/+8
* rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells2016-09-131-1/+2
* rxrpc: Add missing unlock in rxrpc_call_accept()David Howells2016-09-131-3/+5
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-283/+189
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-081-0/+229
* rxrpc: Convert rxrpc_local::services to an hlistDavid Howells2016-09-081-1/+1
* rxrpc: Calls shouldn't hold socket refsDavid Howells2016-09-071-40/+15
* rxrpc: Improve the call tracking tracepointDavid Howells2016-09-071-5/+5
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-011-4/+9
* rxrpc: Trace rxrpc_call usageDavid Howells2016-08-301-2/+3
* rxrpc: Calls should only have one terminal stateDavid Howells2016-08-301-13/+6
* rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells2016-08-231-0/+1
* rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-061-0/+1
* rxrpc: Move peer lookup from call-accept to new-incoming-connDavid Howells2016-07-061-24/+7
* rxrpc: Move usage count getting into rxrpc_queue_conn()David Howells2016-07-061-1/+0
* rxrpc: Turn connection #defines into enums and put outside struct defDavid Howells2016-07-061-3/+3
* rxrpc: Kill off the rxrpc_transport structDavid Howells2016-06-221-10/+1
* rxrpc: Provide more refcount helper functionsDavid Howells2016-06-221-1/+1
* rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells2016-06-221-2/+2
* rxrpc: checking for IS_ERR() instead of NULLDan Carpenter2016-06-221-1/+1
* rxrpc: Rework local endpoint managementDavid Howells2016-06-151-20/+5
* rxrpc: Rework peer object handling to use hash table and RCUDavid Howells2016-06-151-1/+1
* rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells2016-06-131-0/+518