summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_event.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-061-4/+12
* rxrpc: Add missing notificationDavid Howells2016-10-061-0/+1
* rxrpc: Queue the call on expiryDavid Howells2016-10-061-4/+6
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-061-4/+44
* rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-061-3/+3
* rxrpc: Fix the call timer handlingDavid Howells2016-09-301-8/+18
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-301-34/+39
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-291-1/+1
* rxrpc: Implement slow-startDavid Howells2016-09-241-2/+34
* rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-241-0/+1
* rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells2016-09-241-2/+8
* rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells2016-09-231-0/+2
* rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-231-7/+14
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-231-3/+4
* rxrpc: Fix call timerDavid Howells2016-09-231-11/+14
* rxrpc: Need to start the resend timer on initial transmissionDavid Howells2016-09-231-1/+1
* rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells2016-09-231-1/+1
* rxrpc: Reduce the number of PING ACKs sentDavid Howells2016-09-221-1/+1
* rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-221-10/+9
* rxrpc: Add re-sent Tx annotationDavid Howells2016-09-221-9/+19
* rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells2016-09-221-9/+2
* rxrpc: Improve skb tracingDavid Howells2016-09-171-4/+4
* rxrpc: Fix retransmission algorithmDavid Howells2016-09-171-8/+4
* rxrpc: Remove some whitespace.David Howells2016-09-171-1/+1
* rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells2016-09-131-1/+1
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-1164/+193
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-071-3/+4
* rxrpc: Calls shouldn't hold socket refsDavid Howells2016-09-071-44/+30
* rxrpc: Improve the call tracking tracepointDavid Howells2016-09-071-1/+1
* rxrpc: Fix uninitialised variable warningDavid Howells2016-09-021-3/+2
* rxrpc: Use call->peer rather than going to the connectionDavid Howells2016-08-301-5/+5
* rxrpc: Trace rxrpc_call usageDavid Howells2016-08-301-6/+5
* rxrpc: Calls should only have one terminal stateDavid Howells2016-08-301-26/+16
* rxrpc: Improve management and caching of client connection objectsDavid Howells2016-08-241-1/+3
* rxrpc: Calculate serial skew on packet receptionDavid Howells2016-08-231-8/+10
* rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells2016-08-231-0/+3
* rxrpc: Remove RXRPC_CALL_PROC_BUSYDavid Howells2016-08-231-6/+0
* rxrpc: Don't access connection from call if pointer is NULLDavid Howells2016-08-091-0/+4
* rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-061-0/+3
* rxrpc: Access socket accept queue under right lockDavid Howells2016-07-061-2/+2
* rxrpc: Release a call's connection ref on call disconnectionDavid Howells2016-07-061-5/+5
* rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells2016-06-221-1/+1
* rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells2016-06-221-6/+6
* rxrpc: Use structs to hold connection params and protocol infoDavid Howells2016-06-221-3/+3
* rxrpc: Use the peer record to distribute network errorsDavid Howells2016-06-151-4/+11
* rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells2016-06-131-0/+1288