summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2026-06-19netfilter: require Ethernet MAC header before using eth_hdr()Zhengchuan Liang
2026-06-19netfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi
2026-06-19ipv6: Fix a potential NPD in cleanup_prefix_route()Ido Schimmel
2026-06-19netfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng
2026-06-19ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup()Eric Dumazet
2026-06-19ip6_vti: set netns_immutable on the fallback device.Eric Dumazet
2026-06-19esp: fix page frag reference leak on skb_to_sgvec failureAlessandro Schino
2026-06-19ipv6: sit: reload inner IPv6 header after GSO offloadsKyle Zeng
2026-06-19ipv6: anycast: insert aca into global hash under idev->lockJiayuan Chen
2026-06-19ipv6: mcast: Fix use-after-free when processing MLD queriesIdo Schimmel
2026-06-09xfrm: esp: restore combined single-frag length gateJingguo Tan
2026-06-09xfrm: ah: use skb_to_full_sk in async output callbacksMichael Bommarito
2026-06-09ip6: vti: Use ip6_tnl.net in vti6_changelink().Kuniyuki Iwashima
2026-06-09ipv6: validate extension header length before copying to cmsgQi Tang
2026-06-09ip6: vti: Use ip6_tnl.net in vti6_siocdevprivate().Maoyi Xie
2026-06-09ipv6: exthdrs: refresh nh after handling HAO optionZhengchuan Liang
2026-06-09ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()Justin Iurman
2026-06-09Revert "ipv6: preserve insertion order for same-scope addresses"Fernando Fernandez Mancera
2026-06-09ipv6: fix possible infinite loop in fib6_select_path()Jiayuan Chen
2026-06-09ipv6: fix possible infinite loop in rt6_fill_node()Jiayuan Chen
2026-06-09ipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()Rahul Chandelkar
2026-06-01tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet
2026-06-01netfilter: x_tables: close dangling table module init raceFlorian Westphal
2026-06-01netfilter: x_tables: add and use xtables_unregister_table_exitFlorian Westphal
2026-06-01netfilter: x_tables: add and use xt_unregister_table_pre_exitFlorian Westphal
2026-06-01netfilter: x_tables: unregister the templates firstFlorian Westphal
2026-06-01netfilter: x_tables: allocate hook ops while under mutexFlorian Westphal
2026-06-01ipv6: ioam: add NULL check for idev in ipv6_hop_ioam()Justin Iurman
2026-06-01netfilter: ip6t_hbh: reject oversized option listsZhengchuan Liang
2026-06-01ipv6: ioam: refresh hdr pointer before ioam6_event()Justin Iurman
2026-05-23netfilter: nat: use kfree_rcu to release opsPablo Neira Ayuso
2026-05-23ipv6: fix possible UAF in icmpv6_rcv()Eric Dumazet
2026-05-23udp: Force compute_score to always inlineGabriel Krisman Bertazi
2026-05-14ip6_gre: Use cached t->net in ip6erspan_changelink().Maoyi Xie
2026-05-14xfrm: ah: account for ESN high bits in async callbacksMichael Bommarito
2026-05-14ipv6: xfrm6: release dst on error in xfrm6_rcv_encap()Yilin Zhu
2026-05-08xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen
2026-05-07net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnelsAndrea Mayer
2026-05-07ipv6: rpl: reserve mac_len headroom when recompressed SRH growsGreg Kroah-Hartman
2026-05-07seg6: fix seg6 lwtunnel output redirect for L2 reduced encap modeAndrea Mayer
2026-04-08net: ioam6: fix OOB and missing lockJustin Iurman
2026-04-08Merge tag 'ipsec-2026-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-04-08netfilter: ip6t_eui64: reject invalid MAC header for all packetsZhengchuan Liang
2026-04-07seg6: separate dst_cache for input and output paths in seg6 lwtunnelAndrea Mayer
2026-04-07xfrm: hold dev ref until after transport_finish NF_HOOKQi Tang
2026-04-03ipv6: ioam: fix potential NULL dereferences in __ioam6_fill_trace_data()Eric Dumazet
2026-04-02ipv6: avoid overflows in ip6_datagram_send_ctl()Eric Dumazet
2026-04-01ipv6: fix data race in fib6_metric_set() using cmpxchgHangbin Liu
2026-03-31net: ipv6: flowlabel: defer exclusive option free until RCU teardownZhengchuan Liang
2026-03-30ipv6: prevent possible UaF in addrconf_permanent_addr()Paolo Abeni