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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-21
tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN prediction
Eric Dumazet
1
-3
/
+0
2026-04-24
Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-26
/
+38
2026-04-18
tcp: annotate data-races around tp->plb_rehash
Eric Dumazet
1
-1
/
+2
2026-04-18
tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)
Eric Dumazet
1
-1
/
+2
2026-04-18
tcp: annotate data-races around tp->timeout_rehash
Eric Dumazet
1
-1
/
+2
2026-04-18
tcp: annotate data-races around tp->srtt_us
Eric Dumazet
1
-2
/
+3
2026-04-18
tcp: annotate data-races around tp->reord_seen
Eric Dumazet
1
-1
/
+1
2026-04-18
tcp: annotate data-races around tp->dsack_dups
Eric Dumazet
1
-1
/
+1
2026-04-18
tcp: annotate data-races around tp->bytes_retrans
Eric Dumazet
1
-2
/
+2
2026-04-18
tcp: annotate data-races around tp->bytes_sent
Eric Dumazet
1
-1
/
+1
2026-04-18
tcp: add data-race annotations for TCP_NLA_SNDQ_SIZE
Eric Dumazet
1
-1
/
+3
2026-04-18
tcp: annotate data-races around tp->delivered and tp->delivered_ce
Eric Dumazet
1
-2
/
+2
2026-04-18
tcp: annotate data-races around tp->snd_ssthresh
Eric Dumazet
1
-2
/
+2
2026-04-18
tcp: add data-races annotations around tp->reordering, tp->snd_cwnd
Eric Dumazet
1
-4
/
+4
2026-04-18
tcp: add data-race annotations around tp->data_segs_out and tp->total_retrans
Eric Dumazet
1
-2
/
+2
2026-04-18
tcp: annotate data-races in tcp_get_info_chrono_stats()
Eric Dumazet
1
-4
/
+10
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+3
2026-04-13
tcp: update window_clamp when SO_RCVBUF is set
Jakub Kicinski
1
-0
/
+5
2026-04-07
tcp: add recv_should_stop helper
Geliang Tang
1
-7
/
+2
2026-04-05
mm: rename zap_page_range_single() to zap_vma_range()
David Hildenbrand (Arm)
1
-3
/
+3
2026-04-05
mm/memory: remove "zap_details" parameter from zap_page_range_single()
David Hildenbrand (Arm)
1
-3
/
+2
2026-03-29
net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros
Fernando Fernandez Mancera
1
-23
/
+0
2026-03-14
tcp: implement RFC 7323 window retraction receiver requirements
Simon Baatz
1
-0
/
+2
2026-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+4
2026-03-05
net: use ktime_t in struct scm_timestamping_internal
Eric Dumazet
1
-39
/
+22
2026-03-05
tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.c
Eric Dumazet
1
-0
/
+54
2026-03-04
net/tcp-md5: Fix MAC comparison to be constant-time
Eric Biggers
1
-1
/
+2
2026-03-03
net: remove addr_len argument of recvmsg() handlers
Eric Dumazet
1
-3
/
+2
2026-02-27
net: annotate data-races around sk->sk_{data_ready,write_space}
Eric Dumazet
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-03
tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_info
Chia-Yu Chang
1
-0
/
+8
2026-02-03
tcp: try to avoid safer when ACKs are thinned
Ilpo Järvinen
1
-0
/
+2
2026-02-03
tcp: export tcp_splice_state
Geliang Tang
1
-11
/
+2
2026-01-29
tcp: tcp_tx_timestamp() must look at the rtx queue
Eric Dumazet
1
-0
/
+3
2026-01-27
tcp: move sk_forced_mem_schedule() to tcp.c
Eric Dumazet
1
-0
/
+27
2026-01-23
tcp: move tcp_stream_memory_free() to tcp.c
Eric Dumazet
1
-0
/
+13
2026-01-23
tcp: move tcp_rate_check_app_limited() to tcp.c
Eric Dumazet
1
-0
/
+18
2026-01-08
net: do not write to msg_get_inq in callee
Willem de Bruijn
1
-5
/
+3
2025-11-28
netmem, devmem, tcp: access pp fields through @desc in net_iov
Byungchul Park
1
-1
/
+1
2025-11-05
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-10-28
tcp: remove one ktime_get() from recvmsg() fast path
Eric Dumazet
1
-1
/
+3
2025-10-24
tcp: Remove unnecessary null check in tcp_inbound_md5_hash()
Eric Biggers
1
-6
/
+4
2025-10-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+2
2025-10-18
tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahash
Eric Biggers
1
-42
/
+31
2025-10-16
net: Allow opt-out from global protocol memory accounting.
Kuniyuki Iwashima
1
-1
/
+2
2025-10-15
tcp: better handle TCP_TX_DELAY on established flows
Eric Dumazet
1
-4
/
+27
2025-10-06
tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()
Eric Dumazet
1
-1
/
+4
2025-09-23
tcp: move tcp_clean_acked to tcp_sock_read_tx group
Eric Dumazet
1
-3
/
+3
2025-09-23
tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx group
Eric Dumazet
1
-1
/
+1
2025-09-23
tcp: remove CACHELINE_ASSERT_GROUP_SIZE() uses
Eric Dumazet
1
-12
/
+0
[next]