summaryrefslogtreecommitdiff
path: root/net/rxrpc/call_event.c
Commit message (Expand)AuthorAge
* rxrpc: Fix resend event time calculationMarc Dionne2018-03-30
* rxrpc: Fix a bit of time confusionDavid Howells2018-03-30
* rxrpc: Trace resendDavid Howells2018-03-27
* rxrpc: Fix variable overwriteGustavo A. R. Silva2017-11-29
* rxrpc: Clean up whitespaceDavid Howells2017-11-29
* rxrpc: Add keepalive for a callDavid Howells2017-11-24
* rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-24
* rxrpc: Express protocol timeouts in terms of RTTDavid Howells2017-11-24
* rxrpc: Fix call timeoutsDavid Howells2017-11-24
* rxrpc: Fix call expiry handlingDavid Howells2017-11-02
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-06
* rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-06
* rxrpc: Add missing notificationDavid Howells2016-10-06
* rxrpc: Queue the call on expiryDavid Howells2016-10-06
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-06
* rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-06
* rxrpc: Fix the call timer handlingDavid Howells2016-09-30
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-30
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-29
* rxrpc: Implement slow-startDavid Howells2016-09-24
* rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-24
* rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells2016-09-24
* rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells2016-09-23
* rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-23
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-23
* rxrpc: Fix call timerDavid Howells2016-09-23
* rxrpc: Need to start the resend timer on initial transmissionDavid Howells2016-09-23
* rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells2016-09-23
* rxrpc: Reduce the number of PING ACKs sentDavid Howells2016-09-22
* rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-22
* rxrpc: Add re-sent Tx annotationDavid Howells2016-09-22
* rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells2016-09-22
* rxrpc: Improve skb tracingDavid Howells2016-09-17
* rxrpc: Fix retransmission algorithmDavid Howells2016-09-17
* rxrpc: Remove some whitespace.David Howells2016-09-17
* rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells2016-09-13
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-08
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-07
* rxrpc: Calls shouldn't hold socket refsDavid Howells2016-09-07
* rxrpc: Improve the call tracking tracepointDavid Howells2016-09-07
* rxrpc: Fix uninitialised variable warningDavid Howells2016-09-02
* rxrpc: Use call->peer rather than going to the connectionDavid Howells2016-08-30
* rxrpc: Trace rxrpc_call usageDavid Howells2016-08-30
* rxrpc: Calls should only have one terminal stateDavid Howells2016-08-30
* rxrpc: Improve management and caching of client connection objectsDavid Howells2016-08-24
* rxrpc: Calculate serial skew on packet receptionDavid Howells2016-08-23
* rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells2016-08-23
* rxrpc: Remove RXRPC_CALL_PROC_BUSYDavid Howells2016-08-23
* rxrpc: Don't access connection from call if pointer is NULLDavid Howells2016-08-09
* rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-06