index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+17
2022-07-20
tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-18
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
1
-5
/
+5
2022-07-18
tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.
Kuniyuki Iwashima
1
-3
/
+7
2022-07-15
tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-15
tcp: Fix data-races around sysctl_tcp_min_snd_mss.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-15
tcp: Fix data-races around sysctl_tcp_base_mss.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-15
tcp: Fix data-races around sysctl_tcp_mtu_probing.
Kuniyuki Iwashima
1
-1
/
+1
2022-06-11
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
1
-15
/
+4
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-1
/
+1
2021-06-08
ipv4: Fix spelling mistakes
Zheng Yongjun
1
-2
/
+2
2021-01-24
tcp: make TCP_USER_TIMEOUT accurate for zero window probes
Enke Chen
1
-0
/
+18
2021-01-20
tcp: fix TCP socket rehash stats mis-accounting
Yuchung Cheng
1
-14
/
+8
2021-01-19
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
1
-7
/
+7
2020-10-01
inet: remove icsk_ack.blocked
Eric Dumazet
1
-1
/
+0
2020-07-14
net: ipv4: kerneldoc fixes
Andrew Lunn
1
-1
/
+1
2020-04-30
tcp: add tp->dup_ack_counter
Eric Dumazet
1
-1
/
+7
2020-01-26
tcp: export count for rehash attempts
Abdul Kabbani
1
-0
/
+6
2019-12-03
tcp: refactor tcp_retransmit_timer()
Eric Dumazet
1
-2
/
+8
2019-10-13
tcp: add rcu protection around tp->fastopen_rsk
Eric Dumazet
1
-5
/
+6
2019-10-02
tcp: adjust rto_base in retransmits_timed_out()
Eric Dumazet
1
-2
/
+7
2019-09-27
tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state
Eric Dumazet
1
-2
/
+3
2019-08-09
tcp: add new tcp_mtu_probe_floor sysctl
Josh Hunt
1
-1
/
+1
2019-06-16
tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
Eric Dumazet
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-01
tcp: lower congestion window on Fast Open SYNACK timeout
Yuchung Cheng
1
-0
/
+3
2019-01-28
tcp: Refactor pingpong code
Wei Wang
1
-2
/
+2
2019-01-18
tcp: retry more conservatively on local congestion
Yuchung Cheng
1
-5
/
+3
2019-01-18
tcp: simplify window probe aborting on USER_TIMEOUT
Yuchung Cheng
1
-7
/
+7
2019-01-18
tcp: create a helper to model exponential backoff
Yuchung Cheng
1
-13
/
+18
2019-01-18
tcp: properly track retry time on passive Fast Open
Yuchung Cheng
1
-0
/
+3
2019-01-18
tcp: always set retrans_stamp on recovery
Yuchung Cheng
1
-20
/
+3
2019-01-18
tcp: exit if nothing to retransmit on RTO timeout
Yuchung Cheng
1
-4
/
+2
2019-01-11
tcp: change txhash on SYN-data timeout
Yuchung Cheng
1
-1
/
+1
2018-12-01
tcp: fix SNMP TCP timeout under-estimation
Yuchung Cheng
1
-4
/
+4
2018-12-01
tcp: fix off-by-one bug on aborting window-probing socket
Yuchung Cheng
1
-1
/
+1
2018-11-25
tcp: address problems caused by EDT misshaps
Eric Dumazet
1
-4
/
+6
2018-11-22
tcp: defer SACK compression after DupThresh
Eric Dumazet
1
-1
/
+1
2018-10-16
tcp: do not change tcp_wstamp_ns in tcp_mstamp_refresh
Eric Dumazet
1
-1
/
+1
2018-10-02
tcp/fq: move back to CLOCK_MONOTONIC
Eric Dumazet
1
-1
/
+1
2018-09-22
tcp: switch internal pacing timer to CLOCK_TAI
Eric Dumazet
1
-1
/
+1
2018-09-22
tcp: provide earliest departure time in skb->tstamp
Eric Dumazet
1
-1
/
+1
2018-07-26
tcp: make function tcp_retransmit_stamp() static
Wei Yongjun
1
-1
/
+1
2018-07-21
tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracy
Jon Maxwell
1
-1
/
+17
2018-07-21
tcp: Add tcp_retransmit_stamp() helper routine
Jon Maxwell
1
-8
/
+17
2018-07-21
tcp: convert icsk_user_timeout from jiffies to msecs
Jon Maxwell
1
-4
/
+4
2018-05-18
tcp: add SACK compression
Eric Dumazet
1
-0
/
+25
2018-05-11
tcp: switch pacing timer to softirq based hrtimer
Eric Dumazet
1
-1
/
+1
2018-03-07
tcp: purge write queue upon aborting the connection
Soheil Hassas Yeganeh
1
-0
/
+1
2018-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+15
[next]