aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_event.c
AgeCommit message (Expand)Author
2020-05-27rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells
2019-08-09rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-11-02rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells
2018-08-01rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells
2018-03-30rxrpc: Fix resend event time calculationMarc Dionne
2018-03-30rxrpc: Fix a bit of time confusionDavid Howells
2018-03-27rxrpc: Trace resendDavid Howells
2017-11-29rxrpc: Fix variable overwriteGustavo A. R. Silva
2017-11-29rxrpc: Clean up whitespaceDavid Howells
2017-11-24rxrpc: Add keepalive for a callDavid Howells
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells
2017-11-24rxrpc: Express protocol timeouts in terms of RTTDavid Howells
2017-11-24rxrpc: Fix call timeoutsDavid Howells
2017-11-02rxrpc: Fix call expiry handlingDavid Howells
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells
2016-10-06rxrpc: Add missing notificationDavid Howells
2016-10-06rxrpc: Queue the call on expiryDavid Howells
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells
2016-09-30rxrpc: Fix the call timer handlingDavid Howells
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells
2016-09-24rxrpc: Implement slow-startDavid Howells
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells
2016-09-24rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells
2016-09-23rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells
2016-09-23rxrpc: Fix call timerDavid Howells
2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells
2016-09-23rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells
2016-09-22rxrpc: Reduce the number of PING ACKs sentDavid Howells
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells
2016-09-22rxrpc: Add re-sent Tx annotationDavid Howells
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells
2016-09-17rxrpc: Improve skb tracingDavid Howells
2016-09-17rxrpc: Fix retransmission algorithmDavid Howells
2016-09-17rxrpc: Remove some whitespace.David Howells
2016-09-13rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells
2016-09-02rxrpc: Fix uninitialised variable warningDavid Howells
2016-08-30rxrpc: Use call->peer rather than going to the connectionDavid Howells
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells