summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2026-05-08Merge tag 'nf-26-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-100/+66
2026-05-08ipv6: flowlabel: enforce per-netns limit for unprivileged callersMaoyi Xie-3/+11
2026-05-08ipv6: flowlabel: take ip6_fl_lock across mem_check and fl_internMaoyi Xie-13/+21
2026-05-08netfilter: x_tables: close dangling table module init raceFlorian Westphal-43/+45
2026-05-08netfilter: x_tables: add and use xtables_unregister_table_exitFlorian Westphal-6/+8
2026-05-08netfilter: x_tables: unregister the templates firstFlorian Westphal-4/+4
2026-05-08netfilter: x_tables: add and use xt_unregister_table_pre_exitFlorian Westphal-13/+5
2026-05-08netfilter: x_tables: allocate hook ops while under mutexFlorian Westphal-34/+4
2026-05-07tcp: Fix dst leak in tcp_v6_connect().Kuniyuki Iwashima-1/+3
2026-05-06tcp: tcp_child_process() related UAFEric Dumazet-5/+8
2026-05-06ipv6: fix potential UAF caused by ip6_forward_proxy_check()Eric Dumazet-0/+3
2026-05-06Merge tag 'ipsec-2026-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-4/+19
2026-05-05ipv6: Fix null-ptr-deref in fib6_mtu().Kuniyuki Iwashima-0/+4
2026-05-05ipv6: default IPV6_SIT to mAlyssa Ross-2/+2
2026-05-05xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen-1/+4
2026-05-02ip6_gre: Use cached t->net in ip6erspan_changelink().Maoyi Xie-2/+3
2026-05-01ipv6: update route serial number on NETDEV_CHANGESagarika Sharma-0/+1
2026-05-01Merge tag 'nf-26-05-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-2/+3
2026-04-30ipv6: Implement limits on extension header parsingDaniel Borkmann-0/+16
2026-04-30netfilter: nf_socket: skip socket lookup for non-first fragmentsFernando Fernandez Mancera-2/+3
2026-04-28net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnelsAndrea Mayer-0/+18
2026-04-27ipv6: rpl: reserve mac_len headroom when recompressed SRH growsGreg Kroah-Hartman-3/+6
2026-04-23ipv6: Cap TLV scan in ip6_tnl_parse_tlv_enc_limDaniel Borkmann-0/+6
2026-04-23Merge tag 'nf-26-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-2/+2
2026-04-22seg6: fix seg6 lwtunnel output redirect for L2 reduced encap modeAndrea Mayer-1/+2
2026-04-20netfilter: nat: use kfree_rcu to release opsPablo Neira Ayuso-2/+2
2026-04-20xfrm: ah: account for ESN high bits in async callbacksMichael Bommarito-2/+12
2026-04-18ipv6: fix possible UAF in icmpv6_rcv()Eric Dumazet-6/+4
2026-04-17ipv6: xfrm6: release dst on error in xfrm6_rcv_encap()Yilin Zhu-1/+3
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-950/+520
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds-0/+1
2026-04-13udp: Force compute_score to always inlineGabriel Krisman Bertazi-6/+7
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski-0/+1
2026-04-12Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski-4/+8
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet-1/+2
2026-04-12tcp: change tcp_filter() to return the reason by valueEric Dumazet-2/+4
2026-04-12net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet-1/+2
2026-04-12gre: Count GRE packet dropsGal Pressman-0/+1
2026-04-12Merge tag 'nf-next-26-04-10' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-2/+5
2026-04-12tcp: add indirect call wrapper in tcp_conn_request()Eric Dumazet-1/+1
2026-04-12tcp: return a drop_reason from tcp_add_backlog()Eric Dumazet-1/+2
2026-04-10netfilter: require Ethernet MAC header before using eth_hdr()Zhengchuan Liang-2/+5
2026-04-09ipv6: sit: remove redundant ret = 0 assignmentYue Haibing-1/+1
2026-04-09ipv6: move IFA_F_PERMANENT percpu allocation in process scopePaolo Abeni-12/+19
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-27/+48
2026-04-08net: ioam6: fix OOB and missing lockJustin Iurman-1/+5
2026-04-08Merge tag 'ipsec-2026-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-1/+4
2026-04-08netfilter: ip6t_eui64: reject invalid MAC header for all packetsZhengchuan Liang-2/+1
2026-04-07seg6: separate dst_cache for input and output paths in seg6 lwtunnelAndrea Mayer-11/+23