summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
7 daysipv6: fix missing notification for ignore_routes_with_linkdownFernando Fernandez Mancera1-6/+12
7 daysipv6: fix state corruption during proxy_ndp sysctl restartFernando Fernandez Mancera1-7/+7
7 daysipv6: fix error handling in disable_policy sysctlFernando Fernandez Mancera1-0/+2
7 daysipv6: fix error handling in forwarding sysctlFernando Fernandez Mancera1-1/+3
7 daysipv6: fix error handling in ignore_routes_with_linkdown sysctlFernando Fernandez Mancera1-0/+2
7 daysipv6: fix error handling in disable_ipv6 sysctlFernando Fernandez Mancera1-0/+2
7 daysMerge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-2/+0
8 daysipv6: Fix null-ptr-deref in fib6_nh_mtu_change().Xiang Mei1-0/+3
9 daysMerge tag 'nf-26-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-0/+7
10 daysipv6: ioam: fix type confusion of dst_entryJiayuan Chen1-4/+4
10 daysipv6: account for fraggap on the paged allocation pathWongi Lee1-6/+3
10 daysipv6: ndisc: fix NULL deref in accept_untracked_na()Weiming Shi1-5/+3
10 daysnet: sit: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
12 daysnetfilter: flowtable: fix and simplify IP6IP6 tunnel handlingLorenzo Bianconi1-0/+7
13 daysnet: ip6_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
13 daysnet: ip6_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+6
13 daysnet: ip6_tunnel: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2026-06-16tcp: rehash onto different local ECMP path on retransmit timeoutNeil Spring4-2/+26
2026-06-15tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF)Eric Dumazet1-3/+3
2026-06-13Merge tag 'ipsec-next-2026-06-12' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-1/+1
2026-06-13ipv6: Honor oif when choosing nexthop for locally generated trafficIdo Schimmel1-1/+4
2026-06-13ipv6: Select best matching nexthop object in fib6_table_lookup()Ido Schimmel1-8/+9
2026-06-13ipv6: mcast: annotate igmp6 timer expiry raceYuyang Huang1-1/+2
2026-06-13ipv6: mcast: annotate data-races around mca_flagsYuyang Huang1-20/+32
2026-06-12xfrm: Fix dev use-after-free in xfrm async resumptionDong Chenchen1-2/+0
2026-06-12ip6_tunnel: annotate data-races around t->err_count and t->err_timeEric Dumazet3-19/+22
2026-06-12ipmr: Convert mr_table.cache_resolve_queue_len to u32.Kuniyuki Iwashima1-5/+7
2026-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-18/+26
2026-06-11ip6_tunnel: do not use dst6_mtu() in ip4ip6_err() and ip6erspan_tunnel_xmit()Eric Dumazet2-2/+2
2026-06-11Merge tag 'nf-26-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-10/+7
2026-06-11Merge tag 'ipsec-2026-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-6/+11
2026-06-11ipv6: Fix a potential NPD in cleanup_prefix_route()Ido Schimmel1-2/+4
2026-06-10netfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi1-1/+1
2026-06-10netfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng1-9/+6
2026-06-10ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup()Eric Dumazet1-0/+2
2026-06-10ip6_vti: set netns_immutable on the fallback device.Eric Dumazet1-0/+1
2026-06-09esp: fix page frag reference leak on skb_to_sgvec failureAlessandro Schino1-6/+11
2026-06-09ipv6: sit: reload inner IPv6 header after GSO offloadsKyle Zeng1-0/+1
2026-06-09ip6mr: Replace RTNL with a dedicated mutex for MFC.Kuniyuki Iwashima1-5/+12
2026-06-09ip6mr: Remove RTNL in ip6mr_rules_init() and ip6mr_net_init().Kuniyuki Iwashima1-10/+5
2026-06-09ip6mr: Convert ip6mr_net_exit_batch() to ->exit_rtnl().Kuniyuki Iwashima1-18/+15
2026-06-09ip6mr: Move unregister_netdevice_many() out of ip6mr_free_table().Kuniyuki Iwashima1-8/+15
2026-06-09ip6mr: Move unregister_netdevice_many() out of mroute_clean_tables().Kuniyuki Iwashima1-8/+17
2026-06-09ip6mr: Call fib_rules_unregister() without RTNL.Kuniyuki Iwashima1-3/+13
2026-06-09ip6mr: Free mr_table after RCU grace period.Kuniyuki Iwashima1-52/+69
2026-06-09net: Remove rtnl_held of struct fib_dump_filter.Kuniyuki Iwashima2-4/+1
2026-06-09ip6mr: Convert ip6mr_rtm_dumproute() to RCU.Kuniyuki Iwashima1-9/+20
2026-06-09ip6mr: Convert ip6mr_rtm_getroute() to RCU.Kuniyuki Iwashima1-4/+7
2026-06-09ip6mr: Allocate skb earlier in ip6mr_rtm_getroute().Kuniyuki Iwashima1-10/+14