aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_rate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-09-21tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet1-7/+8
2018-07-11tcp: expose both send and receive intervals for rate sampleDeepti Raghavan1-0/+4
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung1-3/+7
2017-06-15tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson1-0/+1
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-8/+8
2017-04-26tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet1-3/+4
2016-09-21tcp: export data delivery rateYuchung Cheng1-1/+11
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh1-1/+28
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng1-0/+149