summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
7 daysipv6: fib6: fix NULL deref in fib6_walk_continue() on multi-batch dumpPengfei Zhang
10 daysseg6: validate SRH length before reading fixed fieldsNuoqi Gui
13 daysipv6: fix missing notification for ignore_routes_with_linkdownFernando Fernandez Mancera
13 daysipv6: fix state corruption during proxy_ndp sysctl restartFernando Fernandez Mancera
13 daysipv6: fix error handling in disable_policy sysctlFernando Fernandez Mancera
13 daysipv6: fix error handling in forwarding sysctlFernando Fernandez Mancera
13 daysipv6: fix error handling in ignore_routes_with_linkdown sysctlFernando Fernandez Mancera
13 daysipv6: fix error handling in disable_ipv6 sysctlFernando Fernandez Mancera
13 daysMerge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-06-22ipv6: Fix null-ptr-deref in fib6_nh_mtu_change().Xiang Mei
2026-06-22Merge tag 'nf-26-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-06-21ipv6: ioam: fix type confusion of dst_entryJiayuan Chen
2026-06-21ipv6: account for fraggap on the paged allocation pathWongi Lee
2026-06-21ipv6: ndisc: fix NULL deref in accept_untracked_na()Weiming Shi
2026-06-21net: sit: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-06-19netfilter: flowtable: fix and simplify IP6IP6 tunnel handlingLorenzo Bianconi
2026-06-17net: ip6_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-06-17net: ip6_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-06-17net: ip6_tunnel: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-15tcp: rehash onto different local ECMP path on retransmit timeoutNeil Spring
2026-06-15tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF)Eric Dumazet
2026-06-13Merge tag 'ipsec-next-2026-06-12' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-06-12ipv6: Honor oif when choosing nexthop for locally generated trafficIdo Schimmel
2026-06-12ipv6: Select best matching nexthop object in fib6_table_lookup()Ido Schimmel
2026-06-12ipv6: mcast: annotate igmp6 timer expiry raceYuyang Huang
2026-06-12ipv6: mcast: annotate data-races around mca_flagsYuyang Huang
2026-06-12xfrm: Fix dev use-after-free in xfrm async resumptionDong Chenchen
2026-06-11ip6_tunnel: annotate data-races around t->err_count and t->err_timeEric Dumazet
2026-06-11ipmr: Convert mr_table.cache_resolve_queue_len to u32.Kuniyuki Iwashima
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-11ip6_tunnel: do not use dst6_mtu() in ip4ip6_err() and ip6erspan_tunnel_xmit()Eric Dumazet
2026-06-11Merge tag 'nf-26-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2026-06-11Merge tag 'ipsec-2026-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2026-06-11ipv6: Fix a potential NPD in cleanup_prefix_route()Ido Schimmel
2026-06-10netfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi
2026-06-10netfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng
2026-06-10ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup()Eric Dumazet
2026-06-09ip6_vti: set netns_immutable on the fallback device.Eric Dumazet
2026-06-09esp: fix page frag reference leak on skb_to_sgvec failureAlessandro Schino
2026-06-08ipv6: sit: reload inner IPv6 header after GSO offloadsKyle Zeng
2026-06-08ip6mr: Replace RTNL with a dedicated mutex for MFC.Kuniyuki Iwashima
2026-06-08ip6mr: Remove RTNL in ip6mr_rules_init() and ip6mr_net_init().Kuniyuki Iwashima
2026-06-08ip6mr: Convert ip6mr_net_exit_batch() to ->exit_rtnl().Kuniyuki Iwashima
2026-06-08ip6mr: Move unregister_netdevice_many() out of ip6mr_free_table().Kuniyuki Iwashima
2026-06-08ip6mr: Move unregister_netdevice_many() out of mroute_clean_tables().Kuniyuki Iwashima
2026-06-08ip6mr: Call fib_rules_unregister() without RTNL.Kuniyuki Iwashima
2026-06-08ip6mr: Free mr_table after RCU grace period.Kuniyuki Iwashima
2026-06-08net: Remove rtnl_held of struct fib_dump_filter.Kuniyuki Iwashima
2026-06-08ip6mr: Convert ip6mr_rtm_dumproute() to RCU.Kuniyuki Iwashima