aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/rxrpc/rtt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-09rxrpc: Manage RTT per-call rather than per-peerDavid Howells1-45/+46
2024-12-09rxrpc: Fix initial resend timeoutDavid Howells1-1/+1
2024-12-09rxrpc: Fix the calculation and use of RTODavid Howells1-1/+1
2024-12-09rxrpc: Adjust the rxrpc_rtt_rx tracepointDavid Howells1-1/+1
2024-12-09rxrpc: Generate rtt_minDavid Howells1-4/+16
2024-12-09rxrpc: Use umin() and umax() rather than min_t()/max_t() where possibleDavid Howells1-3/+3
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells1-18/+18
2021-09-24rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()Jiasheng Jiang1-1/+1
2020-09-07rxrpc: Remove unused macro rxrpc_min_rtt_wlenWang Hai1-1/+0
2020-08-20rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells1-1/+2
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-0/+195