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