aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/misc.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2017-11-24rxrpc: Fix call timeoutsGravatar David Howells 1-12/+7
2017-01-05rxrpc: Fix handling of enums-to-string translation in tracingGravatar David Howells 1-151/+0
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeGravatar David Howells 1-0/+2
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsGravatar David Howells 1-1/+1
2016-10-06rxrpc: Fix duplicate constGravatar David Howells 1-1/+1
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesGravatar David Howells 1-5/+10
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingGravatar David Howells 1-1/+0
2016-09-24rxrpc: Implement slow-startGravatar David Howells 1-0/+19
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueGravatar David Howells 1-0/+2
2016-09-24rxrpc: Reinitialise the call ACK and timer state for client reply phaseGravatar David Howells 1-0/+1
2016-09-24rxrpc: Send an ACK after every few DATA packets we receiveGravatar David Howells 1-0/+1
2016-09-23rxrpc: Add tracepoint for ACK proposalGravatar David Howells 1-11/+19
2016-09-23rxrpc: Add a tracepoint for the call timerGravatar David Howells 1-0/+8
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferGravatar David Howells 1-1/+2
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsGravatar David Howells 1-2/+4
2016-09-22rxrpc: Send pings to get RTT dataGravatar David Howells 1-5/+6
2016-09-22rxrpc: Add per-peer RTT trackerGravatar David Howells 1-0/+8
2016-09-17rxrpc: Improve skb tracingGravatar David Howells 1-0/+18
2016-09-17rxrpc: Add a tracepoint to follow what recvmsg doesGravatar David Howells 1-0/+14
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferGravatar David Howells 1-0/+9
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferGravatar David Howells 1-0/+9
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointGravatar David Howells 1-0/+31
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeGravatar David Howells 1-1/+4
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-1/+1
2016-09-04rxrpc: Split sendmsg from packet transmission codeGravatar David Howells 1-0/+5
2016-06-10rxrpc: Limit the listening backlogGravatar David Howells 1-0/+6
2016-04-11rxrpc: Static arrays of strings should be const char *const[]Gravatar David Howells 1-1/+1
2016-04-11rxrpc: Move some miscellaneous bits out into their own fileGravatar David Howells 1-0/+89