index
:
kernel/git/stable/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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
tcp_ipv6.c
Age
Commit message (
Expand
)
Author
2026-06-15
tcp: rehash onto different local ECMP path on retransmit timeout
Neil Spring
2026-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-05-20
tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN prediction
Eric Dumazet
2026-05-12
tcp: use SKB_DROP_REASON_IP_OUTNOROUTES in tcp_v6_send_response()
Eric Dumazet
2026-05-07
tcp: Fix dst leak in tcp_v6_connect().
Kuniyuki Iwashima
2026-05-06
tcp: tcp_child_process() related UAF
Eric Dumazet
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-04-12
Merge branch 'net-reduce-sk_filter-and-friends-bloat'
Jakub Kicinski
2026-04-12
tcp: change tcp_filter() to return the reason by value
Eric Dumazet
2026-04-12
tcp: add indirect call wrapper in tcp_conn_request()
Eric Dumazet
2026-04-12
tcp: return a drop_reason from tcp_add_backlog()
Eric Dumazet
2026-03-11
tcp: use WRITE_ONCE() for tsoffset in tcp_v6_connect()
Wesley Atwell
2026-03-09
tcp: avoid dst->ops->check() call in tcp_v{4,6}_do_rcv()
Eric Dumazet
2026-03-06
net: change sock.sk_ino and sock_i_ino() to u64
Jeff Layton
2026-03-05
tcp: move tcp_v6_early_demux() to net/ipv6/ip6_input.c
Eric Dumazet
2026-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-03-04
tcp: secure_seq: add back ports to TS offset
Eric Dumazet
2026-03-03
net/tcp-md5: Fix MAC comparison to be constant-time
Eric Biggers
2026-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-02-24
tcp: move inet6_csk_update_pmtu() to tcp_ipv6.c
Eric Dumazet
2026-02-24
tcp: make tcp_v{4,6}_send_check() static
Eric Dumazet
2026-02-24
tcp: move tcp_v6_send_check() to tcp_output.c
Eric Dumazet
2026-02-19
tcp: fix potential race in tcp_v6_syn_recv_sock()
Eric Dumazet
2026-02-10
tcp: populate inet->cork.fl.u.ip6 in tcp_v6_syn_recv_sock()
Eric Dumazet
2026-02-10
tcp: populate inet->cork.fl.u.ip6 in tcp_v6_connect()
Eric Dumazet
2026-02-02
ipv6: use dst6_mtu() instead of dst_mtu()
Eric Dumazet
2026-01-30
tcp: reduce tcp sockets size by one cache line
Eric Dumazet
2026-01-19
ipv6: annotate data-races over sysctl.flowlabel_reflect
Eric Dumazet
2025-11-25
tcp: introduce icsk->icsk_keepalive_timer
Eric Dumazet
2025-11-25
tcp: rename icsk_timeout() to tcp_timeout_expires()
Eric Dumazet
2025-11-07
tcp: Call tcp_syn_ack_timeout() directly.
Kuniyuki Iwashima
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
2025-10-17
tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahash
Eric Biggers
2025-10-17
ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.
Kuniyuki Iwashima
2025-10-03
net: psp: don't assume reply skbs will have a socket
Jakub Kicinski
2025-09-22
tcp: Remove inet6_hash().
Kuniyuki Iwashima
2025-09-18
Merge branch 'add-basic-psp-encryption-for-tcp-connections'
Paolo Abeni
2025-09-18
net: psp: update the TCP MSS to reflect PSP packet overhead
Jakub Kicinski
2025-09-18
tcp: add datapath logic for PSP with inline key exchange
Jakub Kicinski
2025-09-18
ipv6: make ipv6_pinfo.daddr_cache a boolean
Eric Dumazet
2025-09-18
ipv6: make ipv6_pinfo.saddr_cache a boolean
Eric Dumazet
2025-09-18
tcp: accecn: AccECN negotiation
Ilpo Järvinen
2025-09-11
tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()
Dmitry Safonov
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-09-02
net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6
Christoph Paasch
2025-09-01
tcp: Remove sk->sk_prot->orphan_count.
Kuniyuki Iwashima
2025-08-28
net: add sk_drops_skbadd() helper
Eric Dumazet
2025-08-25
tcp: Don't pass hashinfo to socket lookup helpers.
Kuniyuki Iwashima
2025-08-25
tcp: Remove timewait_sock_ops.twsk_destructor().
Kuniyuki Iwashima
[next]