summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
4 daysipv6: seg6: clear IPv4 control block on IPIP decapsulationKyle Zeng
4 daysxfrm: ah6: validate routing header segments_leftAsim Viladi Oglu Manizada
4 daysipv6: mcast: Fix use-after-free when processing MLD queriesIdo Schimmel
10 daysipv6: fix use-after-free in ip6_finish_output2()Luxiao Xu
2026-08-23net: ip6_tunnel: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-08-23net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian
2026-08-19ip6_tunnel: clear skb2->cb[] in ip6ip6_err()Zhiling Zou
2026-08-19ipv6: fix Route Information option length validationYuejie Shi
2026-08-19net: ipv6: clear suppressed fib6 rule resultZhiling Zou
2026-08-19ipv6: fib6: fix NULL deref in fib6_walk_continue() on multi-batch dumpPengfei Zhang
2026-08-19raw: remove unused variables from raw6_icmp_error()Eric Dumazet
2026-08-19ila: reload IPv6 header after pskb_may_pull in checksum adjustMichael Bommarito
2026-08-19net: ipv6: fix dif and sdif mismatch in raw6_icmp_errorLi RongQing
2026-08-19raw: use more conventional iteratorsEric Dumazet
2026-07-24mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()Taehee Yoo
2026-07-24ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet
2026-07-24ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich
2026-07-24net: mld: fix reference count leak in mld_{query | report}_work()Taehee Yoo
2026-07-24ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet
2026-07-24ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin
2026-07-24ipv6: mcast: Delay put pmc->idev in mld_del_delrec()Yue Haibing
2026-07-24mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklistTaehee Yoo
2026-07-24net: ip6_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-07-24net: ip6_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-07-24net: sit: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-07-24netfilter: bridge: fix stale prevhdr pointer in br_ip6_fragment()Xiang Mei (Microsoft)
2026-07-24netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defragXiang Mei
2026-07-24ipv6: mcast: Fix potential UAF in MLD delayed workEric Dumazet
2026-07-24ipv6: mcast: Replace locking comments with lockdep annotations.Kuniyuki Iwashima
2026-07-24ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet
2026-07-24mld: add mc_lock for protecting per-interface mld dataTaehee Yoo
2026-07-24mld: add new workqueues for process mld eventsTaehee Yoo
2026-07-24mld: convert ifmcaddr6 to RCUTaehee Yoo
2026-07-24mld: convert ip6_sf_list to RCUTaehee Yoo
2026-07-24mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo
2026-07-24mld: get rid of inet6_dev->mc_lockTaehee Yoo
2026-07-24mld: convert from timer to delayed workTaehee Yoo
2026-07-24netfilter: ip6tables: mark malformed IPv6 extension headers for hotdropZhixing Chen
2026-07-24seg6: validate SRH length before reading fixed fieldsNuoqi Gui
2026-07-24ipv6: fix error handling in disable_policy sysctlFernando Fernandez Mancera
2026-07-24ipv6: fix error handling in forwarding sysctlFernando Fernandez Mancera
2026-07-24ipv6: fix error handling in ignore_routes_with_linkdown sysctlFernando Fernandez Mancera
2026-07-24ipv6: fix error handling in disable_ipv6 sysctlFernando Fernandez Mancera
2026-07-24ipv6: Fix null-ptr-deref in fib6_nh_mtu_change().Xiang Mei
2026-07-24tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF)Eric Dumazet
2026-07-24ipv6: addrconf: bail out of dad_failure when state is no longer POSTDADLinmao Li
2026-07-24netfilter: nf_log: validate MAC header was set before dumping itXiang Mei
2026-07-04ip6_vti: set netns_immutable on the fallback device.Eric Dumazet
2026-06-19netfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi
2026-06-19net: Remove redundant if statementsYajun Deng