summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_timer.c
AgeCommit message (Expand)Author
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet
2022-08-17tcp: Make SYN ACK RTO tunable by BPF programs with TFOJie Meng
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-20tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima
2022-07-15tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.Kuniyuki Iwashima
2022-07-15tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima
2022-07-15tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima
2022-07-15tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-07ipv4: Fix spelling mistakesZheng Yongjun
2021-01-23tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen
2020-09-30inet: remove icsk_ack.blockedEric Dumazet
2020-07-13net: ipv4: kerneldoc fixesAndrew Lunn
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani
2019-12-03tcp: refactor tcp_retransmit_timer()Eric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-10-01tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet
2019-09-27tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet
2019-08-09tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt
2019-06-15tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-01tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng
2019-01-27tcp: Refactor pingpong codeWei Wang
2019-01-17tcp: retry more conservatively on local congestionYuchung Cheng
2019-01-17tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng
2019-01-17tcp: create a helper to model exponential backoffYuchung Cheng
2019-01-17tcp: properly track retry time on passive Fast OpenYuchung Cheng
2019-01-17tcp: always set retrans_stamp on recoveryYuchung Cheng
2019-01-17tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng
2019-01-10tcp: change txhash on SYN-data timeoutYuchung Cheng
2018-11-30tcp: fix SNMP TCP timeout under-estimationYuchung Cheng
2018-11-30tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng
2018-11-24tcp: address problems caused by EDT misshapsEric Dumazet
2018-11-21tcp: defer SACK compression after DupThreshEric Dumazet
2018-10-15tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet
2018-10-01tcp/fq: move back to CLOCK_MONOTONICEric Dumazet
2018-09-21tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet
2018-07-25tcp: make function tcp_retransmit_stamp() staticWei Yongjun
2018-07-21tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracyJon Maxwell
2018-07-21tcp: Add tcp_retransmit_stamp() helper routineJon Maxwell
2018-07-21tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell
2018-05-18tcp: add SACK compressionEric Dumazet