aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-24rxrpc: Fix call timeoutsDavid Howells1-12/+7
2017-01-05rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells1-151/+0
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells1-0/+2
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells1-1/+1
2016-10-06rxrpc: Fix duplicate constDavid Howells1-1/+1
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells1-5/+10
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells1-1/+0
2016-09-24rxrpc: Implement slow-startDavid Howells1-0/+19
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells1-0/+2
2016-09-24rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells1-0/+1
2016-09-24rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells1-0/+1
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells1-11/+19
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells1-0/+8
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells1-1/+2
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells1-2/+4
2016-09-22rxrpc: Send pings to get RTT dataDavid Howells1-5/+6
2016-09-22rxrpc: Add per-peer RTT trackerDavid Howells1-0/+8
2016-09-17rxrpc: Improve skb tracingDavid Howells1-0/+18
2016-09-17rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells1-0/+14
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells1-0/+9
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells1-0/+9
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells1-0/+31
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells1-1/+4
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-1/+1
2016-09-04rxrpc: Split sendmsg from packet transmission codeDavid Howells1-0/+5
2016-06-10rxrpc: Limit the listening backlogDavid Howells1-0/+6
2016-04-11rxrpc: Static arrays of strings should be const char *const[]David Howells1-1/+1
2016-04-11rxrpc: Move some miscellaneous bits out into their own fileDavid Howells1-0/+89