index
:
pub/scm/linux/kernel/git/deller/linux-fbdev.git
master
Linux Framebuffer maintenance tree
Helge Deller
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_timer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-28
tcp: use GFP_ATOMIC in tcp_send_active_reset()
Eric Dumazet
1
-3
/
+3
2026-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2026-08-10
tcp: fix icsk_ack.ato bitfield overflow
Jiayuan Chen
1
-1
/
+3
2026-07-21
net/tcp: Prevent inlining tcp_syn_ack_timeout()
Emil Tsalapatis
1
-1
/
+1
2026-06-15
tcp: rehash onto different local ECMP path on retransmit timeout
Neil Spring
1
-1
/
+1
2026-04-27
tcp: make probe0 timer handle expired user timeout
Altan Hacigumus
1
-2
/
+3
2026-04-18
tcp: annotate data-races around tp->timeout_rehash
Eric Dumazet
1
-1
/
+1
2026-03-29
net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros
Fernando Fernandez Mancera
1
-1
/
+0
2026-02-03
tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
Chia-Yu Chang
1
-0
/
+3
2025-11-25
tcp: remove icsk->icsk_retransmit_timer
Eric Dumazet
1
-5
/
+3
2025-11-25
tcp: introduce icsk->icsk_keepalive_timer
Eric Dumazet
1
-4
/
+5
2025-11-25
tcp: rename icsk_timeout() to tcp_timeout_expires()
Eric Dumazet
1
-3
/
+3
2025-11-07
tcp: Call tcp_syn_ack_timeout() directly.
Kuniyuki Iwashima
1
-2
/
+1
2025-08-25
tcp: annotate data-races around icsk->icsk_probes_out
Eric Dumazet
1
-2
/
+2
2025-08-25
tcp: annotate data-races around icsk->icsk_retransmits
Eric Dumazet
1
-1
/
+1
2025-06-27
tcp: remove inet_rtx_syn_ack()
Eric Dumazet
1
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-3
/
+3
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-30
/
+42
2025-03-25
tcp/dccp: remove icsk->icsk_ack.timeout
Eric Dumazet
1
-2
/
+3
2025-03-25
tcp/dccp: remove icsk->icsk_timeout
Eric Dumazet
1
-5
/
+6
2025-02-18
tcp: Switch to use hrtimer_setup()
Nam Cao
1
-6
/
+4
2025-02-14
tcp: use EXPORT_IPV6_MOD[_GPL]()
Eric Dumazet
1
-2
/
+2
2025-02-11
tcp: add the ability to control max RTO
Eric Dumazet
1
-8
/
+9
2025-02-11
tcp: use tcp_reset_xmit_timer()
Eric Dumazet
1
-7
/
+7
2025-02-07
tcp: rename inet_csk_{delete|reset}_keepalive_timer()
Eric Dumazet
1
-6
/
+15
2024-10-07
net: tcp: refresh tcp_mstamp for compressed ack in timer
Menglong Dong
1
-0
/
+1
2024-10-04
tcp: add a fast path in tcp_delack_timer()
Eric Dumazet
1
-0
/
+9
2024-10-04
tcp: add a fast path in tcp_write_timer()
Eric Dumazet
1
-0
/
+5
2024-10-04
tcp: annotate data-races around icsk->icsk_pending
Eric Dumazet
1
-2
/
+2
2024-09-11
mptcp: fallback to TCP after SYN+MPC drops
Matthieu Baerts (NGI0)
1
-0
/
+1
2024-08-07
tcp: rstreason: introduce SK_RST_REASON_TCP_KEEPALIVE_TIMEOUT for active reset
Jason Xing
1
-1
/
+1
2024-08-07
tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active reset
Jason Xing
1
-1
/
+1
2024-08-07
tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active reset
Jason Xing
1
-1
/
+1
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+13
2024-07-10
tcp: avoid too many retransmit packets
Eric Dumazet
1
-2
/
+13
2024-07-05
tcp: fix incorrect undo caused by DSACK of TLP retransmit
Neal Cardwell
1
-2
/
+0
2024-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+5
2024-06-10
tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
Eric Dumazet
1
-1
/
+5
2024-05-29
tcp: fix race in tcp_write_err()
Eric Dumazet
1
-5
/
+1
2024-04-26
rstreason: prepare for active reset
Jason Xing
1
-3
/
+6
2024-04-01
inet: preserve const qualifier in inet_csk()
Eric Dumazet
1
-2
/
+2
2023-11-16
tcp: use tp->total_rto to track number of linear timeouts in SYN_SENT state
Eric Dumazet
1
-2
/
+2
2023-10-23
tcp: add support for usec resolution in TCP TS values
Eric Dumazet
1
-14
/
+26
2023-10-23
tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()
Eric Dumazet
1
-5
/
+5
2023-10-23
tcp: rename tcp_skb_timestamp()
Eric Dumazet
1
-2
/
+2
2023-10-23
tcp: add tcp_time_stamp_ms() helper
Eric Dumazet
1
-1
/
+1
2023-10-10
tcp: record last received ipv6 flowlabel
David Morley
1
-1
/
+1
2023-09-16
tcp: new TCP_INFO stats for RTO events
Aananth V
1
-2
/
+15
2023-09-15
tcp: indent an if statement
Dan Carpenter
1
-1
/
+1
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
[next]