summaryrefslogtreecommitdiff
path: root/net/rxrpc
Commit message (Expand)AuthorAge
* rxrpc: Fix the call timer handlingDavid Howells2016-09-30
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-30
* rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedDavid Howells2016-09-30
* rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells2016-09-30
* rxrpc: Reduce ssthresh to peer's receive windowDavid Howells2016-09-30
* rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshDavid Howells2016-09-30
* rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells2016-09-29
* rxrpc: Request more ACKs in slow-start modeDavid Howells2016-09-29
* rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells2016-09-29
* rxrpc: When activating client conn channels, do state check inside lockDavid Howells2016-09-29
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-29
* rxrpc: Fix exclusive client connectionsDavid 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: Generate a summary of the ACK state for later useDavid Howells2016-09-24
* rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells2016-09-24
* rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-24
* rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells2016-09-24
* rxrpc: Send an immediate ACK if we fill in a holeDavid Howells2016-09-24
* rxrpc: Send an ACK after every few DATA packets we receiveDavid 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 to log injected Rx packet lossDavid Howells2016-09-23
* rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells2016-09-23
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-23
* rxrpc: Don't call the tx_ack tracepoint if don't generate an ACKDavid Howells2016-09-23
* rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells2016-09-23
* rxrpc: Fix call timerDavid Howells2016-09-23
* rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells2016-09-23
* rxrpc: Need to start the resend timer on initial transmissionDavid Howells2016-09-23
* rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells2016-09-23
* rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells2016-09-23
* rxrpc: Make sure sendmsg() is woken on call completionDavid Howells2016-09-23
* rxrpc: Don't send an ACK at the end of service call response transmissionDavid Howells2016-09-23
* rxrpc: Preset timestamp on Tx sk_buffsDavid Howells2016-09-23
* rxrpc: Reduce the number of PING ACKs sentDavid Howells2016-09-22
* rxrpc: Reduce the number of ACK-Requests sentDavid Howells2016-09-22
* rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-22
* rxrpc: Expedite ping response transmissionDavid Howells2016-09-22
* rxrpc: Send pings to get RTT dataDavid Howells2016-09-22
* rxrpc: Add per-peer RTT trackerDavid 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: Add config to inject packet lossDavid Howells2016-09-17
* rxrpc: Improve skb tracingDavid Howells2016-09-17
* rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells2016-09-17
* rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells2016-09-17
* rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-17
* rxrpc: Add a tracepoint to log ACK transmissionDavid Howells2016-09-17
* rxrpc: Add a tracepoint to log received ACK packetsDavid Howells2016-09-17