summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_event.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells2019-08-091-9/+6Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells2018-11-031-4/+14
* rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing2018-08-011-2/+0Star
* 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-281-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/+84Star
* 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-251-2/+34
* rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-251-0/+1
* rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells2016-09-251-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/+9Star
* 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/+2Star
* rxrpc: Improve skb tracingDavid Howells2016-09-171-4/+4
* rxrpc: Fix retransmission algorithmDavid Howells2016-09-171-8/+4Star
* 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/+193Star
* 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/+30Star
* rxrpc: Improve the call tracking tracepointDavid Howells2016-09-071-1/+1
* rxrpc: Fix uninitialised variable warningDavid Howells2016-09-021-3/+2Star
* rxrpc: Use call->peer rather than going to the connectionDavid Howells2016-08-301-5/+5
* rxrpc: Trace rxrpc_call usageDavid Howells2016-08-301-6/+5Star
* rxrpc: Calls should only have one terminal stateDavid Howells2016-08-301-26/+16Star
* rxrpc: Improve management and caching of client connection objectsDavid Howells2016-08-241-1/+3