summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
...
* rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells2016-10-061-2/+2
* rxrpc: Fix the call timer handlingDavid Howells2016-09-302-13/+20
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-307-62/+69
* rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedDavid Howells2016-09-301-1/+0Star
* rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells2016-09-306-21/+24
* rxrpc: Reduce ssthresh to peer's receive windowDavid Howells2016-09-301-0/+2
* rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshDavid Howells2016-09-301-3/+3
* rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells2016-09-291-4/+4
* rxrpc: Request more ACKs in slow-start modeDavid Howells2016-09-291-0/+1
* rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells2016-09-295-25/+18Star
* rxrpc: When activating client conn channels, do state check inside lockDavid Howells2016-09-291-11/+25
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-296-21/+15Star
* rxrpc: Fix exclusive client connectionsDavid Howells2016-09-291-1/+1
* rxrpc: Implement slow-startDavid Howells2016-09-258-13/+294
* rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-254-0/+13
* rxrpc: Generate a summary of the ACK state for later useDavid Howells2016-09-252-11/+48
* rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells2016-09-251-2/+8
* rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-253-0/+11
* rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells2016-09-251-3/+3
* rxrpc: Send an immediate ACK if we fill in a holeDavid Howells2016-09-251-1/+9
* rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells2016-09-244-9/+33
* rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells2016-09-231-0/+2
* rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-236-28/+73
* rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells2016-09-231-6/+5Star
* rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells2016-09-232-4/+6
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-235-7/+29
* rxrpc: Don't call the tx_ack tracepoint if don't generate an ACKDavid Howells2016-09-231-15/+11Star
* rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells2016-09-234-45/+81
* rxrpc: Fix call timerDavid Howells2016-09-232-13/+16
* rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells2016-09-231-0/+2
* rxrpc: Need to start the resend timer on initial transmissionDavid Howells2016-09-233-1/+11
* rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells2016-09-231-1/+1
* rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells2016-09-231-1/+1
* rxrpc: Make sure sendmsg() is woken on call completionDavid Howells2016-09-231-0/+1
* rxrpc: Don't send an ACK at the end of service call response transmissionDavid Howells2016-09-231-2/+0Star
* rxrpc: Preset timestamp on Tx sk_buffsDavid Howells2016-09-231-0/+5
* rxrpc: Reduce the number of PING ACKs sentDavid Howells2016-09-222-3/+6
* rxrpc: Reduce the number of ACK-Requests sentDavid Howells2016-09-224-4/+13
* rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-227-20/+57
* rxrpc: Expedite ping response transmissionDavid Howells2016-09-221-0/+4
* rxrpc: Send pings to get RTT dataDavid Howells2016-09-224-8/+80
* rxrpc: Add per-peer RTT trackerDavid Howells2016-09-223-4/+70
* rxrpc: Add re-sent Tx annotationDavid Howells2016-09-223-12/+32
* rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells2016-09-226-88/+71Star
* rxrpc: Add config to inject packet lossDavid Howells2016-09-173-0/+24
* rxrpc: Improve skb tracingDavid Howells2016-09-1713-55/+127
* rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells2016-09-171-8/+0Star
* rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells2016-09-173-8/+57
* rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-175-1/+40
* rxrpc: Add a tracepoint to log ACK transmissionDavid Howells2016-09-172-1/+9