index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_timer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: remove inet_rtx_syn_ack()
Eric Dumazet
2025-06-27
1
-1
/
+1
*
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-06-08
1
-3
/
+3
*
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-03-27
1
-30
/
+42
|
\
|
*
tcp/dccp: remove icsk->icsk_ack.timeout
Eric Dumazet
2025-03-25
1
-2
/
+3
|
*
tcp/dccp: remove icsk->icsk_timeout
Eric Dumazet
2025-03-25
1
-5
/
+6
|
*
tcp: use EXPORT_IPV6_MOD[_GPL]()
Eric Dumazet
2025-02-14
1
-2
/
+2
|
*
tcp: add the ability to control max RTO
Eric Dumazet
2025-02-11
1
-8
/
+9
|
*
tcp: use tcp_reset_xmit_timer()
Eric Dumazet
2025-02-11
1
-7
/
+7
|
*
tcp: rename inet_csk_{delete|reset}_keepalive_timer()
Eric Dumazet
2025-02-07
1
-6
/
+15
*
|
tcp: Switch to use hrtimer_setup()
Nam Cao
2025-02-18
1
-6
/
+4
|
/
*
net: tcp: refresh tcp_mstamp for compressed ack in timer
Menglong Dong
2024-10-07
1
-0
/
+1
*
tcp: add a fast path in tcp_delack_timer()
Eric Dumazet
2024-10-04
1
-0
/
+9
*
tcp: add a fast path in tcp_write_timer()
Eric Dumazet
2024-10-04
1
-0
/
+5
*
tcp: annotate data-races around icsk->icsk_pending
Eric Dumazet
2024-10-04
1
-2
/
+2
*
mptcp: fallback to TCP after SYN+MPC drops
Matthieu Baerts (NGI0)
2024-09-11
1
-0
/
+1
*
tcp: rstreason: introduce SK_RST_REASON_TCP_KEEPALIVE_TIMEOUT for active reset
Jason Xing
2024-08-07
1
-1
/
+1
*
tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active reset
Jason Xing
2024-08-07
1
-1
/
+1
*
tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active reset
Jason Xing
2024-08-07
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-11
1
-4
/
+13
|
\
|
*
tcp: avoid too many retransmit packets
Eric Dumazet
2024-07-11
1
-2
/
+13
|
*
tcp: fix incorrect undo caused by DSACK of TLP retransmit
Neal Cardwell
2024-07-06
1
-2
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-13
1
-1
/
+5
|
\
|
|
*
tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
Eric Dumazet
2024-06-11
1
-1
/
+5
*
|
tcp: fix race in tcp_write_err()
Eric Dumazet
2024-05-30
1
-5
/
+1
|
/
*
rstreason: prepare for active reset
Jason Xing
2024-04-26
1
-3
/
+6
*
inet: preserve const qualifier in inet_csk()
Eric Dumazet
2024-04-02
1
-2
/
+2
*
tcp: use tp->total_rto to track number of linear timeouts in SYN_SENT state
Eric Dumazet
2023-11-16
1
-2
/
+2
*
tcp: add support for usec resolution in TCP TS values
Eric Dumazet
2023-10-23
1
-14
/
+26
*
tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()
Eric Dumazet
2023-10-23
1
-5
/
+5
*
tcp: rename tcp_skb_timestamp()
Eric Dumazet
2023-10-23
1
-2
/
+2
*
tcp: add tcp_time_stamp_ms() helper
Eric Dumazet
2023-10-23
1
-1
/
+1
*
tcp: record last received ipv6 flowlabel
David Morley
2023-10-10
1
-1
/
+1
*
tcp: new TCP_INFO stats for RTO events
Aananth V
2023-09-16
1
-2
/
+15
*
tcp: indent an if statement
Dan Carpenter
2023-09-15
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-18
1
-1
/
+3
|
\
|
*
net: fix the RTO timer retransmitting skb every 1ms if linear option is enabled
Jason Xing
2023-08-15
1
-1
/
+3
*
|
net: tcp: refactor the dbg message in tcp_retransmit_timer()
Menglong Dong
2023-08-13
1
-10
/
+13
*
|
net: tcp: fix unexcepted socket die when snd_wnd is 0
Menglong Dong
2023-08-13
1
-1
/
+17
*
|
tcp: set TCP_LINGER2 locklessly
Eric Dumazet
2023-08-06
1
-1
/
+1
*
|
tcp: set TCP_USER_TIMEOUT locklessly
Eric Dumazet
2023-08-06
1
-15
/
+22
*
|
tcp: set TCP_SYNCNT locklessly
Eric Dumazet
2023-08-06
1
-3
/
+6
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-01
1
-3
/
+13
|
\
|
*
tcp: fix mishandling when the sack compression is deferred.
fuyuanli
2023-06-01
1
-3
/
+13
*
|
tcp: make the first N SYN RTO backoffs linear
David Morley
2023-05-11
1
-4
/
+13
|
/
*
tcp: annotate lockless access to sk->sk_err
Eric Dumazet
2023-03-17
1
-1
/
+1
*
tcp: annotate lockless accesses to sk->sk_err_soft
Eric Dumazet
2023-03-17
1
-3
/
+3
*
tcp: Make SYN ACK RTO tunable by BPF programs with TFO
Jie Meng
2022-08-17
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-21
1
-13
/
+17
|
\
|
*
tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.
Kuniyuki Iwashima
2022-07-20
1
-1
/
+1
|
*
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
2022-07-18
1
-5
/
+5
[next]