summaryrefslogtreecommitdiff
path: root/net/rxrpc/misc.c
Commit message (Expand)AuthorAge
* rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells2017-01-05
* rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-06
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-06
* rxrpc: Fix duplicate constDavid Howells2016-10-06
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-30
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid 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: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-24
* rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells2016-09-24
* rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-23
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-23
* rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells2016-09-23
* rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-22
* rxrpc: Send pings to get RTT dataDavid Howells2016-09-22
* rxrpc: Add per-peer RTT trackerDavid Howells2016-09-22
* rxrpc: Improve skb tracingDavid 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 follow the life of a packet in the Tx bufferDavid Howells2016-09-17
* rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-17
* rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells2016-09-13
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-08
* rxrpc: Split sendmsg from packet transmission codeDavid Howells2016-09-04
* rxrpc: Limit the listening backlogDavid Howells2016-06-10
* rxrpc: Static arrays of strings should be const char *const[]David Howells2016-04-11
* rxrpc: Move some miscellaneous bits out into their own fileDavid Howells2016-04-11