aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsGravatar David Howells 8-10/+315
2016-09-08rxrpc: Add tracepoints to record received packets and end of data_readyGravatar David Howells 1-2/+6
2016-09-08rxrpc: Remove skb_count from struct rxrpc_callGravatar David Howells 2-23/+12
2016-09-08rxrpc: Convert rxrpc_local::services to an hlistGravatar David Howells 5-11/+11
2016-09-08rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed valuesGravatar David Howells 1-11/+13
2016-09-07rxrpc: Add tracepoint for working out where aborts happenGravatar David Howells 8-90/+91
2016-09-07rxrpc: Fix returns of call completion helpersGravatar David Howells 1-5/+8
2016-09-07rxrpc: Calls shouldn't hold socket refsGravatar David Howells 11-279/+303
2016-09-07rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()Gravatar David Howells 1-2/+2
2016-09-07rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()Gravatar David Howells 1-3/+4
2016-09-07rxrpc: Cache the security index in the rxrpc_call structGravatar David Howells 5-2/+7
2016-09-07rxrpc: Use call->peer rather than call->conn->params.peerGravatar David Howells 1-3/+5
2016-09-07rxrpc: Improve the call tracking tracepointGravatar David Howells 9-43/+76
2016-09-07rxrpc: Delete unused rxrpc_kernel_free_skb()Gravatar David Howells 1-13/+0
2016-09-07rxrpc: Whitespace cleanupGravatar David Howells 1-2/+1
2016-09-04rxrpc Move enum rxrpc_command to sendmsg.cGravatar David Howells 2-7/+7
2016-09-04rxrpc: Rearrange net/rxrpc/sendmsg.cGravatar David Howells 1-281/+277
2016-09-04rxrpc: Split sendmsg from packet transmission codeGravatar David Howells 5-633/+657
2016-09-04rxrpc: Don't change the epochGravatar David Howells 1-24/+8
2016-09-04rxrpc: Randomise epoch and starting client conn ID valuesGravatar David Howells 1-1/+8
2016-09-04rxrpc: The client call state must be changed before attachment to connGravatar David Howells 2-2/+4
2016-09-02rxrpc: Fix uninitialised variable warningGravatar David Howells 1-3/+2
2016-09-02rxrpc: fix undefined behavior in rxrpc_mark_call_releasedGravatar Arnd Bergmann 1-1/+1
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]Gravatar David Howells 9-61/+214
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsGravatar David Howells 2-11/+14
2016-08-30rxrpc: Use call->peer rather than going to the connectionGravatar David Howells 1-5/+5
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callGravatar David Howells 1-0/+15
2016-08-30rxrpc: Trace rxrpc_call usageGravatar David Howells 11-34/+104
2016-08-30rxrpc: Calls should only have one terminal stateGravatar David Howells 12-184/+226
2016-08-30rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_callsGravatar David Howells 1-11/+15
2016-08-24rxrpc: Improve management and caching of client connection objectsGravatar David Howells 8-157/+933
2016-08-24rxrpc: Dup the main conn list for the proc interfaceGravatar David Howells 5-4/+11
2016-08-24rxrpc: Make /proc/net/rxrpc_calls saferGravatar David Howells 4-9/+26
2016-08-24rxrpc: Fix conn-based retransmitGravatar David Howells 2-1/+2
2016-08-23rxrpc: Perform terminal call ACK/ABORT retransmission from conn processorGravatar David Howells 4-4/+157
2016-08-23rxrpc: Calculate serial skew on packet receptionGravatar David Howells 5-31/+43
2016-08-23rxrpc: Set connection expiry on idle, not putGravatar David Howells 2-27/+26
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingGravatar David Howells 9-38/+79
2016-08-23rxrpc: Drop channel number field from rxrpc_call structGravatar David Howells 5-10/+8
2016-08-23rxrpc: When clearing a socket, clear the call sets in the right orderGravatar David Howells 1-6/+6
2016-08-23rxrpc: Tidy up the rxrpc_call struct a bitGravatar David Howells 5-20/+21
2016-08-23rxrpc: Remove RXRPC_CALL_PROC_BUSYGravatar David Howells 2-7/+0
2016-08-09rxrpc: Free packets discarded in data_readyGravatar David Howells 1-0/+2
2016-08-09rxrpc: Fix a use-after-push in data_ready handlerGravatar David Howells 1-6/+11
2016-08-09rxrpc: Once packet posted in data_ready, don't retry postingGravatar David Howells 1-5/+3
2016-08-09rxrpc: Don't access connection from call if pointer is NULLGravatar David Howells 1-0/+4
2016-08-09rxrpc: Need to flag call as being released on connect failureGravatar David Howells 1-0/+2
2016-08-09rxrpc: fix uninitialized pointer dereference in debug codeGravatar Arnd Bergmann 1-0/+1
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingGravatar David Howells 7-46/+45
2016-07-15rxrpc: checking for IS_ERR() instead of NULLGravatar Dan Carpenter 1-1/+1