summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_event.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix calc of resend ageDavid Howells2022-09-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-1/+2
|\
| * rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells2022-05-221-1/+2
* | rxrpc, afs: Fix selection of abort codesDavid Howells2022-05-221-2/+2
|/
* rxrpc: Fix call timer start racing with call destructionDavid Howells2022-03-311-1/+1
* rxrpc: Adjust retransmission backoffDavid Howells2022-01-221-5/+3
* rxrpc: Fix afs large storage transmission performance dropDavid Howells2020-06-171-1/+1
* rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells2020-06-111-18/+11
* rxrpc: Fix missing notificationDavid Howells2020-06-051-1/+0
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-14/+8
* rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells2019-08-271-4/+4
* rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells2019-08-091-9/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells2018-11-021-4/+14
* rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing2018-08-011-2/+0
* rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells2018-06-041-1/+7
* rxrpc: Fix resend event time calculationMarc Dionne2018-03-301-1/+1
* rxrpc: Fix a bit of time confusionDavid Howells2018-03-301-1/+1
* rxrpc: Trace resendDavid Howells2018-03-271-0/+1
* rxrpc: Fix variable overwriteGustavo A. R. Silva2017-11-291-1/+1
* rxrpc: Clean up whitespaceDavid Howells2017-11-291-1/+1
* rxrpc: Add keepalive for a callDavid Howells2017-11-241-0/+10
* rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-241-4/+22
* rxrpc: Express protocol timeouts in terms of RTTDavid Howells2017-11-241-4/+18
* rxrpc: Fix call timeoutsDavid Howells2017-11-241-95/+84
* rxrpc: Fix call expiry handlingDavid Howells2017-11-021-1/+1
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-061-1/+1
* 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