summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2 daysnet: fix segmentation of forwarding fraglist GROJibin Zhang1-1/+2
2 daysnet: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau1-2/+8
2 daysnet: add support for segmenting TCP fraglist GSO packetsFelix Fietkau1-0/+58
2 daysipv6: use RCU in ip6_xmit()Eric Dumazet1-14/+21
2 daysdst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet1-2/+2
2 daysnet/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers1-1/+2
2 daysnet: ipv6: fix panic when IPv4 route references loopback IPv6 nexthopJiayuan Chen1-5/+3
2 daysipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()Jakub Kicinski1-1/+2
2026-03-04ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()Qanux3-9/+20
2026-03-04xfrm6: fix uninitialized saddr in xfrm6_get_saddr()Jiayuan Chen1-2/+5
2026-03-04ipv6: exthdrs: annotate data-race over multiple sysctlEric Dumazet1-4/+6
2026-03-04icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet1-2/+2
2026-03-04ipv6: Fix out-of-bound access in fib6_add_rt2node().Kuniyuki Iwashima1-1/+1
2026-03-04inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMPEric Dumazet1-0/+6
2026-02-11ipv6: Fix ECMP sibling count mismatch when clearing RTF_ADDRCONFShigeru Yoshida1-1/+2
2026-02-06ipv6: use the right ifindex when replying to icmpv6 from localhostFernando Fernandez Mancera1-1/+3
2026-01-30ipv6: annotate data-race in ndisc_router_discovery()Eric Dumazet1-2/+2
2026-01-30ipv6: Fix use-after-free in inet6_addr_del().Kuniyuki Iwashima1-2/+2
2026-01-30ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()Eric Dumazet1-1/+1
2026-01-30xfrm: Fix inner mode lookup in tunnel mode GSO segmentationJianbo Liu1-2/+2
2026-01-11ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()Will Rosenberg1-1/+2
2026-01-11ip6_gre: make ip6gre_header() robustEric Dumazet1-1/+8
2026-01-11netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal1-2/+2
2026-01-11ipv6: add exception routes to GC list in rt6_insert_exceptionXin Long1-0/+1
2026-01-11ipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet1-6/+7
2026-01-11ipv6: clear RA flags when adding a static routeFernando Fernandez Mancera1-0/+4
2026-01-11net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee4-15/+109
2026-01-11xfrm: flush all states in xfrm_state_finiSabrina Dubroca1-1/+1
2026-01-11Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca1-1/+1
2026-01-11xfrm: delete x->tunnel as we delete xSabrina Dubroca2-1/+3
2025-12-01xfrm: Determine inner GSO type from packet inner protocolJianbo Liu1-2/+4
2025-11-24espintcp: fix skb leaksSabrina Dubroca1-1/+3
2025-11-24ipv6: np->rxpmtu race annotationEric Dumazet2-2/+2
2025-11-24netfilter: nf_reject: don't reply to icmp error messagesFlorian Westphal1-0/+30
2025-11-24ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabledYue Haibing1-1/+3
2025-11-24net: ipv6: fix field-spanning memcpy warning in AH outputCharalampos Mitrodimas1-19/+31
2025-10-23net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov1-2/+1
2025-09-25minmax: 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-28ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_addMinhong He1-0/+3
2025-08-28ipv6: sr: Fix MAC comparison to be constant-timeEric Biggers1-1/+2
2025-08-28ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().Kuniyuki Iwashima2-10/+8
2025-08-15ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet1-1/+3
2025-08-15ipv6: annotate data-races around rt->fib6_nsiblingsEric Dumazet2-9/+16
2025-08-15ipv6: fix possible infinite loop in fib6_info_uses_dev()Eric Dumazet1-6/+11
2025-08-15ipv6: prevent infinite loop in rt6_nlmsg_size()Eric Dumazet2-18/+20
2025-08-15net: ipv6: ip6mr: Fix in/out netdev to pass to the FORWARD chainPetr Machata1-1/+2
2025-07-24ipv6: make addrconf_wq single threadedEric Dumazet1-1/+2
2025-07-24ipv6: mcast: Delay put pmc->idev in mld_del_delrec()Yue Haibing1-1/+1