summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_timer.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-16tcp: use tp->total_rto to track number of linear timeouts in SYN_SENT stateEric Dumazet1-2/+2
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet1-14/+26
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet1-5/+5
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet1-2/+2
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet1-1/+1
2023-10-10tcp: record last received ipv6 flowlabelDavid Morley1-1/+1
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V1-2/+15
2023-09-15tcp: indent an if statementDan Carpenter1-1/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2023-08-15net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing1-1/+3
2023-08-13net: tcp: refactor the dbg message in tcp_retransmit_timer()Menglong Dong1-10/+13
2023-08-13net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong1-1/+17
2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet1-1/+1
2023-08-06tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet1-15/+22
2023-08-06tcp: set TCP_SYNCNT locklesslyEric Dumazet1-3/+6
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+13
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli1-3/+13
2023-05-11tcp: make the first N SYN RTO backoffs linearDavid Morley1-4/+13
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet1-1/+1
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet1-3/+3
2022-08-17tcp: Make SYN ACK RTO tunable by BPF programs with TFOJie Meng1-1/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+17
2022-07-20tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima1-1/+1
2022-07-18tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima1-5/+5
2022-07-18tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima1-3/+7
2022-07-15tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.Kuniyuki Iwashima1-1/+1
2022-07-15tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima1-1/+1
2022-07-15tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima1-1/+1
2022-07-15tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima1-1/+1
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet1-15/+4
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-07ipv4: Fix spelling mistakesZheng Yongjun1-2/+2
2021-01-23tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen1-0/+18
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng1-14/+8
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen1-7/+7
2020-09-30inet: remove icsk_ack.blockedEric Dumazet1-1/+0
2020-07-13net: ipv4: kerneldoc fixesAndrew Lunn1-1/+1
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet1-1/+7
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani1-0/+6
2019-12-03tcp: refactor tcp_retransmit_timer()Eric Dumazet1-2/+8
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-5/+6
2019-10-01tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet1-2/+7
2019-09-27tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet1-2/+3
2019-08-09tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt1-1/+1
2019-06-15tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-01tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng1-0/+3
2019-01-27tcp: Refactor pingpong codeWei Wang1-2/+2
2019-01-17tcp: retry more conservatively on local congestionYuchung Cheng1-5/+3
2019-01-17tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng1-7/+7