aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
7 daystreewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-3/+3
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-30/+42
2025-03-25tcp/dccp: remove icsk->icsk_ack.timeoutEric Dumazet1-2/+3
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet1-5/+6
2025-02-18tcp: Switch to use hrtimer_setup()Nam Cao1-6/+4
2025-02-14tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet1-2/+2
2025-02-11tcp: add the ability to control max RTOEric Dumazet1-8/+9
2025-02-11tcp: use tcp_reset_xmit_timer()Eric Dumazet1-7/+7
2025-02-07tcp: rename inet_csk_{delete|reset}_keepalive_timer()Eric Dumazet1-6/+15
2024-10-07net: tcp: refresh tcp_mstamp for compressed ack in timerMenglong Dong1-0/+1
2024-10-04tcp: add a fast path in tcp_delack_timer()Eric Dumazet1-0/+9
2024-10-04tcp: add a fast path in tcp_write_timer()Eric Dumazet1-0/+5
2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet1-2/+2
2024-09-11mptcp: fallback to TCP after SYN+MPC dropsMatthieu Baerts (NGI0)1-0/+1
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_KEEPALIVE_TIMEOUT for active resetJason Xing1-1/+1
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active resetJason Xing1-1/+1
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active resetJason Xing1-1/+1
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+13
2024-07-10tcp: avoid too many retransmit packetsEric Dumazet1-2/+13
2024-07-05tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell1-2/+0
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2024-06-10tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet1-1/+5
2024-05-29tcp: fix race in tcp_write_err()Eric Dumazet1-5/+1
2024-04-26rstreason: prepare for active resetJason Xing1-3/+6
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet1-2/+2
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