summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2026-05-08xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen1-1/+2
2026-04-18seg6: separate dst_cache for input and output paths in seg6 lwtunnelAndrea Mayer1-11/+23
2026-04-18ipv6: avoid overflows in ip6_datagram_send_ctl()Eric Dumazet1-0/+10
2026-04-18net: ipv6: flowlabel: defer exclusive option free until RCU teardownZhengchuan Liang1-5/+0
2026-04-18ipv6: prevent possible UaF in addrconf_permanent_addr()Paolo Abeni1-3/+3
2026-04-18ip6_tunnel: clear skb2->cb[] in ip4ip6_err()Eric Dumazet1-0/+5
2026-04-18ipv6: icmp: clear skb2->cb[] in ip6_err_gen_icmpv6_unreach()Eric Dumazet1-0/+3
2026-04-18net: ipv6: ndisc: fix ndisc_ra_useropt to initialize nduseropt_padX fields to...Yochai Eisenrich1-0/+3
2026-04-18netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check()Ren Wei1-0/+4
2026-04-18esp: fix skb leak with espintcp and async cryptoSabrina Dubroca1-3/+6
2026-04-18xfrm: Fix the usage of skb->skSteffen Klassert2-3/+3
2026-04-18net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers1-2/+3
2026-04-18net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthopJiayuan Chen1-5/+3
2026-04-18ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()Jakub Kicinski1-1/+2
2026-04-18ip6_tunnel: Fix usage of skb_vlan_inet_prepare()Ben Hutchings1-1/+1
2026-03-04xfrm6: fix uninitialized saddr in xfrm6_get_saddr()Jiayuan Chen1-2/+5
2026-02-06ipv6: sr: Fix MAC comparison to be constant-timeEric Biggers1-1/+2
2026-02-06ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()Eric Dumazet1-1/+1
2026-01-19ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida1-1/+2
2026-01-19ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()Will Rosenberg1-1/+2
2026-01-19ip6_gre: make ip6gre_header() robustEric Dumazet1-1/+8
2026-01-19xfrm: flush all states in xfrm_state_finiSabrina Dubroca1-1/+1
2026-01-19Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca1-1/+1
2026-01-19xfrm: delete x->tunnel as we delete xSabrina Dubroca2-1/+3
2025-12-07ipv6: np->rxpmtu race annotationEric Dumazet2-2/+2
2025-12-07ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabledYue Haibing1-1/+3
2025-12-07net: ipv6: fix field-spanning memcpy warning in AH outputCharalampos Mitrodimas1-19/+31
2025-10-29net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov1-2/+1
2025-10-29minmax: add a few more MIN_T/MAX_T usersLinus Torvalds1-1/+1
2025-09-09icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse1-2/+4
2025-08-28netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal1-3/+2
2025-08-28netfilter: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso1-2/+3
2025-08-28ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_addMinhong He1-0/+3
2025-08-28ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet1-1/+3
2025-08-28rpl: Fix use-after-free in rpl_do_srh_inline().Kuniyuki Iwashima1-4/+4
2025-07-17Revert "ipv6: save dontfrag in cork"Brett A C Sheffield (Librecast)1-5/+4
2025-06-27net: Fix checksum update for ILA adj-transportPaul Chaignon1-3/+3
2025-06-27calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().Kuniyuki Iwashima1-0/+8
2025-06-27netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result discrepancyFlorian Westphal1-4/+9
2025-06-27netfilter: bridge: Move specific fragmented packet to slow_path instead of dr...Huajian Yang1-6/+6
2025-06-04ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().Kuniyuki Iwashima1-2/+2
2025-06-04ipv6: save dontfrag in corkWillem de Bruijn1-4/+5
2025-04-10ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera1-12/+25
2025-04-10netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 socketsDebin Zhu1-3/+18
2025-04-10netfilter: socket: Lookup orig tuple for IPv6 SNATMaxim Mikityanskiy1-0/+23
2025-04-10ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima1-0/+2
2025-04-10ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima1-1/+2
2025-04-10ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen1-3/+3
2025-03-13net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski2-3/+5
2025-03-13net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman1-0/+1