index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-12-13
1
-24
/
+43
|
\
|
*
tcp: Fix build break when CONFIG_IPV6=n
Saeed Mahameed
2022-11-22
1
-1
/
+1
|
*
tcp: annotate data-race around queue->synflood_warned
Eric Dumazet
2022-11-16
1
-1
/
+1
|
*
tcp: Add listening address to SYN flood message
Jamie Bainbridge
2022-11-14
1
-3
/
+11
|
*
tcp: refine tcp_prune_ofo_queue() logic
Eric Dumazet
2022-11-01
1
-20
/
+31
*
|
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
2022-11-18
1
-1
/
+1
*
|
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-1
/
+2
|
/
*
tcp: fix indefinite deferral of RTO with SACK reneging
Neal Cardwell
2022-10-24
1
-1
/
+2
*
tcp: fix early ETIMEDOUT after spurious non-SACK RTO
Neal Cardwell
2022-09-06
1
-7
/
+18
*
tcp: make global challenge ack rate limitation per net-ns and default disabled
Eric Dumazet
2022-08-31
1
-10
/
+11
*
tcp: annotate data-race around challenge_timestamp
Eric Dumazet
2022-08-31
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-28
1
-19
/
+22
|
\
|
*
tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.
Kuniyuki Iwashima
2022-07-25
1
-1
/
+1
|
*
tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.
Kuniyuki Iwashima
2022-07-25
1
-1
/
+1
|
*
tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.
Kuniyuki Iwashima
2022-07-25
1
-1
/
+2
|
*
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
2022-07-25
1
-6
/
+7
|
*
tcp: Fix data-races around sk_pacing_rate.
Kuniyuki Iwashima
2022-07-25
1
-2
/
+2
|
*
tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+2
|
*
tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+1
|
*
tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+1
|
*
tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+1
|
*
tcp: Fix a data-race around sysctl_tcp_frto.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+1
|
*
tcp: Fix a data-race around sysctl_tcp_app_win.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+1
|
*
tcp: Fix data-races around sysctl_tcp_dsack.
Kuniyuki Iwashima
2022-07-22
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-21
1
-20
/
+31
|
\
|
|
*
tcp: Fix data-races around sysctl_tcp_max_reordering.
Kuniyuki Iwashima
2022-07-20
1
-2
/
+2
|
*
tcp: Fix a data-race around sysctl_tcp_stdurg.
Kuniyuki Iwashima
2022-07-20
1
-1
/
+1
|
*
tcp: Fix data-races around sysctl_tcp_recovery.
Kuniyuki Iwashima
2022-07-20
1
-1
/
+2
|
*
tcp: Fix data-races around sysctl knobs related to SYN option.
Kuniyuki Iwashima
2022-07-20
1
-3
/
+3
|
*
tcp: Fix data-races around sysctl_max_syn_backlog.
Kuniyuki Iwashima
2022-07-18
1
-2
/
+4
|
*
tcp: Fix data-races around sysctl_tcp_reordering.
Kuniyuki Iwashima
2022-07-18
1
-3
/
+7
|
*
tcp: Fix data-races around sysctl_tcp_syncookies.
Kuniyuki Iwashima
2022-07-18
1
-8
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-14
1
-1
/
+1
|
\
|
|
*
tcp: Fix data-races around sysctl_tcp_ecn.
Kuniyuki Iwashima
2022-07-13
1
-1
/
+1
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-06-17
1
-1
/
+2
|
\
\
|
*
|
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
2022-06-16
1
-1
/
+2
|
|
/
*
|
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
2022-06-10
1
-4
/
+0
*
|
net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT
Eric Dumazet
2022-06-10
1
-1
/
+1
|
/
*
tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd
Eric Dumazet
2022-05-28
1
-4
/
+7
*
tcp: improve PRR loss recovery
Yuchung Cheng
2022-05-19
1
-5
/
+5
*
tcp: drop skb dst in tcp_rcv_established()
Eric Dumazet
2022-04-30
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-28
1
-2
/
+13
|
\
|
*
tcp: fix F-RTO may not work correctly when receiving DSACK
Pengcheng Yang
2022-04-28
1
-1
/
+2
|
*
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
2022-04-25
1
-1
/
+11
*
|
tcp: fix signed/unsigned comparison
Eric Dumazet
2022-04-18
1
-2
/
+3
*
|
tcp: add drop reason support to tcp_ofo_queue()
Eric Dumazet
2022-04-17
1
-7
/
+2
*
|
tcp: add drop reasons to tcp_rcv_synsent_state_process()
Eric Dumazet
2022-04-17
1
-6
/
+9
*
|
tcp: make tcp_rcv_synsent_state_process() drop monitor friend
Eric Dumazet
2022-04-17
1
-9
/
+8
*
|
tcp: add drop reason support to tcp_prune_ofo_queue()
Eric Dumazet
2022-04-17
1
-1
/
+2
*
|
tcp: add two drop reasons for tcp_ack()
Eric Dumazet
2022-04-17
1
-3
/
+4
[next]