summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_rate.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-3/+8
|\
| * tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang2022-04-221-3/+8
* | tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-061-1/+1
|/
* tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng2021-09-241-0/+6
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet2018-09-211-7/+8
* tcp: expose both send and receive intervals for rate sampleDeepti Raghavan2018-07-111-0/+4
* tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-081-3/+7
* tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson2017-06-151-0/+1
* tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-8/+8
* tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet2017-04-261-3/+4
* tcp: export data delivery rateYuchung Cheng2016-09-211-1/+11
* tcp: track application-limited rate samplesSoheil Hassas Yeganeh2016-09-211-1/+28
* tcp: track data delivery rate for a TCP connectionYuchung Cheng2016-09-211-0/+149