aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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