summaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-22tcp: clamp route advmss to TCP_MIN_MSSYong Wang1-1/+1
2026-07-21tcp: initialize standalone TCP-AO response paddingYizhou Zhao1-0/+2
2026-07-17tcp: fix TIME_WAIT socket reference leak on PSP policy failureEric Dumazet1-2/+4
2026-06-15tcp: rehash onto different local ECMP path on retransmit timeoutNeil Spring1-2/+17
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2026-05-20tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet1-1/+2
2026-05-12tcp: use SKB_DROP_REASON_IP_OUTNOROUTES in tcp_v6_send_response()Eric Dumazet1-1/+1
2026-05-07tcp: Fix dst leak in tcp_v6_connect().Kuniyuki Iwashima1-1/+3
2026-05-06tcp: tcp_child_process() related UAFEric Dumazet1-5/+8
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-51/+24
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-04-12Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski1-2/+4
2026-04-12tcp: change tcp_filter() to return the reason by valueEric Dumazet1-2/+4
2026-04-12tcp: add indirect call wrapper in tcp_conn_request()Eric Dumazet1-1/+1
2026-04-12tcp: return a drop_reason from tcp_add_backlog()Eric Dumazet1-1/+2
2026-03-11tcp: use WRITE_ONCE() for tsoffset in tcp_v6_connect()Wesley Atwell1-1/+1
2026-03-09tcp: avoid dst->ops->check() call in tcp_v{4,6}_do_rcv()Eric Dumazet1-1/+1
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton1-1/+1
2026-03-05tcp: move tcp_v6_early_demux() to net/ipv6/ip6_input.cEric Dumazet1-38/+0
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-21/+19
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet1-20/+17
2026-03-03net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers1-1/+2
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-56/+42
2026-02-24tcp: move inet6_csk_update_pmtu() to tcp_ipv6.cEric Dumazet1-0/+15
2026-02-24tcp: make tcp_v{4,6}_send_check() staticEric Dumazet1-2/+0
2026-02-24tcp: move tcp_v6_send_check() to tcp_output.cEric Dumazet1-5/+0
2026-02-19tcp: fix potential race in tcp_v6_syn_recv_sock()Eric Dumazet1-56/+42
2026-02-10tcp: populate inet->cork.fl.u.ip6 in tcp_v6_syn_recv_sock()Eric Dumazet1-9/+8
2026-02-10tcp: populate inet->cork.fl.u.ip6 in tcp_v6_connect()Eric Dumazet1-23/+24
2026-02-02ipv6: use dst6_mtu() instead of dst_mtu()Eric Dumazet1-4/+5
2026-01-30tcp: reduce tcp sockets size by one cache lineEric Dumazet1-0/+2
2026-01-19ipv6: annotate data-races over sysctl.flowlabel_reflectEric Dumazet1-1/+2
2025-11-25tcp: introduce icsk->icsk_keepalive_timerEric Dumazet1-2/+2
2025-11-25tcp: rename icsk_timeout() to tcp_timeout_expires()Eric Dumazet1-2/+2
2025-11-07tcp: Call tcp_syn_ack_timeout() directly.Kuniyuki Iwashima1-1/+0
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook1-3/+3
2025-10-17tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahashEric Biggers1-81/+36
2025-10-17ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima1-6/+7
2025-10-03net: psp: don't assume reply skbs will have a socketJakub Kicinski1-1/+1
2025-09-22tcp: Remove inet6_hash().Kuniyuki Iwashima1-1/+1
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni1-3/+14
2025-09-18net: psp: update the TCP MSS to reflect PSP packet overheadJakub Kicinski1-3/+3
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski1-0/+11
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet1-2/+2
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet1-2/+2
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen1-0/+1
2025-09-11tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov1-0/+8
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+15
2025-09-02net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6Christoph Paasch1-17/+15
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima1-1/+0