aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/call_accept.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgGravatar David Howells 1-0/+48
2017-01-09rxrpc: Allow listen(sock, 0) to be used to disable listeningGravatar David Howells 1-1/+2
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()Gravatar David Howells 1-1/+1
2016-10-06rxrpc: Fix oops on incoming call to serviceless endpointGravatar David Howells 1-1/+1
2016-09-29rxrpc: Reduce the rxrpc_local::services list to a pointerGravatar David Howells 1-4/+4
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferGravatar David Howells 1-0/+3
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointGravatar David Howells 1-0/+4
2016-09-17rxrpc: Record calls that need to be acceptedGravatar David Howells 1-0/+2
2016-09-13rxrpc: Fix prealloc refcountingGravatar David Howells 1-1/+8
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsGravatar David Howells 1-1/+2
2016-09-13rxrpc: Add missing unlock in rxrpc_call_accept()Gravatar David Howells 1-3/+5
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-283/+189
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsGravatar David Howells 1-0/+229
2016-09-08rxrpc: Convert rxrpc_local::services to an hlistGravatar David Howells 1-1/+1
2016-09-07rxrpc: Calls shouldn't hold socket refsGravatar David Howells 1-40/+15
2016-09-07rxrpc: Improve the call tracking tracepointGravatar David Howells 1-5/+5
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]Gravatar David Howells 1-4/+9
2016-08-30rxrpc: Trace rxrpc_call usageGravatar David Howells 1-2/+3
2016-08-30rxrpc: Calls should only have one terminal stateGravatar David Howells 1-13/+6
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingGravatar David Howells 1-0/+1
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingGravatar David Howells 1-0/+1
2016-07-06rxrpc: Move peer lookup from call-accept to new-incoming-connGravatar David Howells 1-24/+7
2016-07-06rxrpc: Move usage count getting into rxrpc_queue_conn()Gravatar David Howells 1-1/+0
2016-07-06rxrpc: Turn connection #defines into enums and put outside struct defGravatar David Howells 1-3/+3
2016-06-22rxrpc: Kill off the rxrpc_transport structGravatar David Howells 1-10/+1
2016-06-22rxrpc: Provide more refcount helper functionsGravatar David Howells 1-1/+1
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsGravatar David Howells 1-2/+2
2016-06-22rxrpc: checking for IS_ERR() instead of NULLGravatar Dan Carpenter 1-1/+1
2016-06-15rxrpc: Rework local endpoint managementGravatar David Howells 1-20/+5
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUGravatar David Howells 1-1/+1
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixGravatar David Howells 1-0/+518