summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: Make SYN ACK RTO tunable by BPF programs with TFOJie Meng2022-08-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-13/+17
|\
| * tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima2022-07-201-1/+1
| * tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-181-5/+5
| * tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima2022-07-181-3/+7
| * tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.Kuniyuki Iwashima2022-07-151-1/+1
| * tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima2022-07-151-1/+1
| * tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima2022-07-151-1/+1
| * tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima2022-07-151-1/+1
* | net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-101-15/+4
|/
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* ipv4: Fix spelling mistakesZheng Yongjun2021-06-071-2/+2
* tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-01-231-0/+18
* tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-191-14/+8
* tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-181-7/+7
* inet: remove icsk_ack.blockedEric Dumazet2020-09-301-1/+0
* net: ipv4: kerneldoc fixesAndrew Lunn2020-07-131-1/+1
* tcp: add tp->dup_ack_counterEric Dumazet2020-04-301-1/+7
* tcp: export count for rehash attemptsAbdul Kabbani2020-01-261-0/+6
* tcp: refactor tcp_retransmit_timer()Eric Dumazet2019-12-031-2/+8
* tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-5/+6
* tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet2019-10-011-2/+7
* tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet2019-09-271-2/+3
* tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt2019-08-091-1/+1
* tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-151-0/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng2019-05-011-0/+3
* tcp: Refactor pingpong codeWei Wang2019-01-271-2/+2
* tcp: retry more conservatively on local congestionYuchung Cheng2019-01-171-5/+3
* tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng2019-01-171-7/+7
* tcp: create a helper to model exponential backoffYuchung Cheng2019-01-171-13/+18
* tcp: properly track retry time on passive Fast OpenYuchung Cheng2019-01-171-0/+3
* tcp: always set retrans_stamp on recoveryYuchung Cheng2019-01-171-20/+3
* tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng2019-01-171-4/+2
* tcp: change txhash on SYN-data timeoutYuchung Cheng2019-01-101-1/+1
* tcp: fix SNMP TCP timeout under-estimationYuchung Cheng2018-11-301-4/+4
* tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng2018-11-301-1/+1
* tcp: address problems caused by EDT misshapsEric Dumazet2018-11-241-4/+6
* tcp: defer SACK compression after DupThreshEric Dumazet2018-11-211-1/+1
* tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet2018-10-151-1/+1
* tcp/fq: move back to CLOCK_MONOTONICEric Dumazet2018-10-011-1/+1
* tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet2018-09-211-1/+1
* tcp: provide earliest departure time in skb->tstampEric Dumazet2018-09-211-1/+1
* tcp: make function tcp_retransmit_stamp() staticWei Yongjun2018-07-251-1/+1
* tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracyJon Maxwell2018-07-211-1/+17
* tcp: Add tcp_retransmit_stamp() helper routineJon Maxwell2018-07-211-8/+17
* tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell2018-07-211-4/+4
* tcp: add SACK compressionEric Dumazet2018-05-181-0/+25
* tcp: switch pacing timer to softirq based hrtimerEric Dumazet2018-05-111-1/+1
* tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh2018-03-071-0/+1