aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/call_event.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-06rxrpc: Use negative error codes in rxrpc_call structGravatar David Howells 1-1/+1
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeGravatar David Howells 1-4/+12
2016-10-06rxrpc: Add missing notificationGravatar David Howells 1-0/+1
2016-10-06rxrpc: Queue the call on expiryGravatar David Howells 1-4/+6
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsGravatar David Howells 1-4/+44
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()Gravatar David Howells 1-3/+3
2016-09-30rxrpc: Fix the call timer handlingGravatar David Howells 1-8/+18
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesGravatar David Howells 1-34/+39
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingGravatar David Howells 1-1/+1
2016-09-24rxrpc: Implement slow-startGravatar David Howells 1-2/+34
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueGravatar David Howells 1-0/+1
2016-09-24rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorGravatar David Howells 1-2/+8
2016-09-23rxrpc: Add a tracepoint to log which packets will be retransmittedGravatar David Howells 1-0/+2
2016-09-23rxrpc: Add tracepoint for ACK proposalGravatar David Howells 1-7/+14
2016-09-23rxrpc: Add a tracepoint for the call timerGravatar David Howells 1-3/+4
2016-09-23rxrpc: Fix call timerGravatar David Howells 1-11/+14
2016-09-23rxrpc: Need to start the resend timer on initial transmissionGravatar David Howells 1-1/+1
2016-09-23rxrpc: Should be using ktime_add_ms() not ktime_add_ns()Gravatar David Howells 1-1/+1
2016-09-22rxrpc: Reduce the number of PING ACKs sentGravatar David Howells 1-1/+1
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsGravatar David Howells 1-10/+9
2016-09-22rxrpc: Add re-sent Tx annotationGravatar David Howells 1-9/+19
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsGravatar David Howells 1-9/+2
2016-09-17rxrpc: Improve skb tracingGravatar David Howells 1-4/+4
2016-09-17rxrpc: Fix retransmission algorithmGravatar David Howells 1-8/+4
2016-09-17rxrpc: Remove some whitespace.Gravatar David Howells 1-1/+1
2016-09-13rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayGravatar David Howells 1-1/+1
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-1164/+193
2016-09-07rxrpc: Add tracepoint for working out where aborts happenGravatar David Howells 1-3/+4
2016-09-07rxrpc: Calls shouldn't hold socket refsGravatar David Howells 1-44/+30
2016-09-07rxrpc: Improve the call tracking tracepointGravatar David Howells 1-1/+1
2016-09-02rxrpc: Fix uninitialised variable warningGravatar David Howells 1-3/+2
2016-08-30rxrpc: Use call->peer rather than going to the connectionGravatar David Howells 1-5/+5
2016-08-30rxrpc: Trace rxrpc_call usageGravatar David Howells 1-6/+5
2016-08-30rxrpc: Calls should only have one terminal stateGravatar David Howells 1-26/+16
2016-08-24rxrpc: Improve management and caching of client connection objectsGravatar David Howells 1-1/+3
2016-08-23rxrpc: Calculate serial skew on packet receptionGravatar David Howells 1-8/+10
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingGravatar David Howells 1-0/+3
2016-08-23rxrpc: Remove RXRPC_CALL_PROC_BUSYGravatar David Howells 1-6/+0
2016-08-09rxrpc: Don't access connection from call if pointer is NULLGravatar David Howells 1-0/+4
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingGravatar David Howells 1-0/+3
2016-07-06rxrpc: Access socket accept queue under right lockGravatar David Howells 1-2/+2
2016-07-06rxrpc: Release a call's connection ref on call disconnectionGravatar David Howells 1-5/+5
2016-06-22rxrpc: Make rxrpc_send_packet() take a connection not a transportGravatar David Howells 1-1/+1
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}Gravatar David Howells 1-6/+6
2016-06-22rxrpc: Use structs to hold connection params and protocol infoGravatar David Howells 1-3/+3
2016-06-15rxrpc: Use the peer record to distribute network errorsGravatar David Howells 1-4/+11
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixGravatar David Howells 1-0/+1288