summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
6 daysipv6: fix use-after-free in ip6_finish_output2()Luxiao Xu1-0/+2
10 daysnet: ip6_tunnel: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
10 daysnet: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian2-71/+4
14 daysip6_tunnel: clear skb2->cb[] in ip6ip6_err()Zhiling Zou1-0/+3
14 daysipv6: fix Route Information option length validationYuejie Shi1-4/+4
14 daysnet: ipv6: clear suppressed fib6 rule resultZhiling Zou1-0/+1
14 daysipv6: fib6: fix NULL deref in fib6_walk_continue() on multi-batch dumpPengfei Zhang1-9/+8
14 daysraw: remove unused variables from raw6_icmp_error()Eric Dumazet1-3/+0
14 daysila: reload IPv6 header after pskb_may_pull in checksum adjustMichael Bommarito1-0/+12
14 daysnet: ipv6: fix dif and sdif mismatch in raw6_icmp_errorLi RongQing1-1/+1
14 daysraw: use more conventional iteratorsEric Dumazet1-67/+38
2026-07-24mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()Taehee Yoo1-0/+2
2026-07-24ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet1-1/+0
2026-07-24ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich1-0/+4
2026-07-24net: mld: fix reference count leak in mld_{query | report}_work()Taehee Yoo1-6/+8
2026-07-24ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet1-2/+2
2026-07-24ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin2-3/+3
2026-07-24ipv6: mcast: Delay put pmc->idev in mld_del_delrec()Yue Haibing1-1/+1
2026-07-24mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklistTaehee Yoo1-25/+23
2026-07-24net: ip6_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+6
2026-07-24net: ip6_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-07-24net: sit: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-07-24netfilter: bridge: fix stale prevhdr pointer in br_ip6_fragment()Xiang Mei (Microsoft)1-1/+3
2026-07-24netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defragXiang Mei1-1/+2
2026-07-24ipv6: mcast: Fix potential UAF in MLD delayed workEric Dumazet1-12/+28
2026-07-24ipv6: mcast: Replace locking comments with lockdep annotations.Kuniyuki Iwashima1-54/+71
2026-07-24ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet1-20/+12
2026-07-24mld: add mc_lock for protecting per-interface mld dataTaehee Yoo1-116/+193
2026-07-24mld: add new workqueues for process mld eventsTaehee Yoo2-85/+199
2026-07-24mld: convert ifmcaddr6 to RCUTaehee Yoo4-179/+130
2026-07-24mld: convert ip6_sf_list to RCUTaehee Yoo1-74/+126
2026-07-24mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo1-30/+22
2026-07-24mld: get rid of inet6_dev->mc_lockTaehee Yoo1-9/+0
2026-07-24mld: convert from timer to delayed workTaehee Yoo1-61/+79
2026-07-24netfilter: ip6tables: mark malformed IPv6 extension headers for hotdropZhixing Chen3-1/+8
2026-07-24seg6: validate SRH length before reading fixed fieldsNuoqi Gui1-0/+3
2026-07-24ipv6: fix error handling in disable_policy sysctlFernando Fernandez Mancera1-0/+2
2026-07-24ipv6: fix error handling in forwarding sysctlFernando Fernandez Mancera1-1/+3
2026-07-24ipv6: fix error handling in ignore_routes_with_linkdown sysctlFernando Fernandez Mancera1-0/+2
2026-07-24ipv6: fix error handling in disable_ipv6 sysctlFernando Fernandez Mancera1-0/+2
2026-07-24ipv6: Fix null-ptr-deref in fib6_nh_mtu_change().Xiang Mei1-0/+3
2026-07-24tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF)Eric Dumazet1-3/+3
2026-07-24ipv6: addrconf: bail out of dad_failure when state is no longer POSTDADLinmao Li1-3/+10
2026-07-24netfilter: nf_log: validate MAC header was set before dumping itXiang Mei1-2/+2
2026-07-04ip6_vti: set netns_immutable on the fallback device.Eric Dumazet1-0/+1
2026-06-19netfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi1-1/+1
2026-06-19net: Remove redundant if statementsYajun Deng3-8/+4
2026-06-19netfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng1-9/+6
2026-06-19ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup()Eric Dumazet1-0/+2
2026-06-19ipv6: sit: reload inner IPv6 header after GSO offloadsKyle Zeng1-0/+1