aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_accept.c
AgeCommit message (Expand)Author
2020-06-30rxrpc: Fix notification call on completion of discarded callsDavid Howells
2018-11-04rxrpc: Fix connection-level abort handlingDavid Howells
2018-08-06rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing
2018-02-03rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsDavid Howells
2017-08-29rxrpc: Fix IPv6 supportDavid Howells
2017-08-18rxrpc: Fix oops when discarding a preallocated service callDavid Howells
2017-06-14rxrpc: Cache the congestion window settingDavid Howells
2017-06-05rxrpc: Implement service upgradeDavid Howells
2017-06-05rxrpc: Permit multiple service bindingDavid Howells
2017-05-25rxrpc: Support network namespacingDavid Howells
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells
2017-01-09rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells
2016-10-06rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells
2016-09-29rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells
2016-09-17rxrpc: Record calls that need to be acceptedDavid Howells
2016-09-13rxrpc: Fix prealloc refcountingDavid Howells
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells
2016-09-13rxrpc: Add missing unlock in rxrpc_call_accept()David Howells
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells
2016-09-08rxrpc: Convert rxrpc_local::services to an hlistDavid Howells
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells
2016-07-06rxrpc: Move peer lookup from call-accept to new-incoming-connDavid Howells
2016-07-06rxrpc: Move usage count getting into rxrpc_queue_conn()David Howells
2016-07-06rxrpc: Turn connection #defines into enums and put outside struct defDavid Howells
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells
2016-06-22rxrpc: checking for IS_ERR() instead of NULLDan Carpenter
2016-06-15rxrpc: Rework local endpoint managementDavid Howells
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUDavid Howells
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells