summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorFilesLines
12 daysipv6: Fix redirect exception creation for UDP/RAW socketsIdo Schimmel1-1/+1
2026-08-20ipv6: avoid divide by zero in rt6_multipath_rebalanceCen Zhang (Microsoft)1-1/+1
2026-08-20net: advertise TCP MSS from the configured MTU, not the learned PMTUJiayuan Chen1-1/+1
2026-08-20ipv6: use RCU iterator to dump route exceptionsYuyang Huang1-1/+1
2026-08-13net: Const qualify ctl_tables that kmemdup unconditionallyJoel Granados1-1/+1
2026-08-13ipv6: add inet6_rt_del_notify()Yuyang Huang1-4/+16
2026-08-13ipv6: expose the route deletion reason in RTM_DELROUTEYuyang Huang1-0/+5
2026-08-13ipv6: add a deletion reason argument to rt6_fill_node()Yuyang Huang1-10/+17
2026-08-13ipv6: record the reason for kernel-initiated route deletionsYuyang Huang1-1/+1
2026-08-13ipv6: propagate the route deletion reason to fib6_del_route()Yuyang Huang1-8/+11
2026-08-13ipv6: add ip6_del_rt_reason()Yuyang Huang1-0/+8
2026-08-03ipv6: fix Route Information option length validationYuejie Shi1-4/+4
2026-07-23ipv6: Change allocation flags to match rcu_read_lock section requirementsNikola Z. Ivanov1-2/+2
2026-06-22ipv6: Fix null-ptr-deref in fib6_nh_mtu_change().Xiang Mei1-0/+3
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2026-06-15tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF)Eric Dumazet1-3/+3
2026-06-12ipv6: Honor oif when choosing nexthop for locally generated trafficIdo Schimmel1-1/+4
2026-06-12ipv6: Select best matching nexthop object in fib6_table_lookup()Ido Schimmel1-8/+9
2026-06-05ipv6: remove obsolete EXPORT_SYMBOL() and EXPORT_SYMBOL_GPL()Eric Dumazet1-2/+0
2026-05-29ipv6: fix possible infinite loop in fib6_select_path()Jiayuan Chen1-0/+3
2026-05-29ipv6: fix possible infinite loop in rt6_fill_node()Jiayuan Chen1-0/+2
2026-05-21ipv6: route: Unregister netdevice notifier on BPF init failureYuho Choi1-1/+5
2026-05-05ipv6: Fix null-ptr-deref in fib6_mtu().Kuniyuki Iwashima1-0/+4
2026-05-01ipv6: update route serial number on NETDEV_CHANGESagarika Sharma1-0/+1
2026-03-29ipv6: prepare headers for ipv6_stub removalFernando Fernandez Mancera1-0/+6
2026-03-29ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)Fernando Fernandez Mancera1-6/+0
2026-03-23ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.Kuniyuki Iwashima1-1/+1
2026-03-05net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthopJiayuan Chen1-5/+3
2026-03-03ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()Jakub Kicinski1-1/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-7/+7
2026-02-02ipv6: use dst6_mtu() instead of dst_mtu()Eric Dumazet1-4/+6
2026-01-19ipv6: annotate data-races in net/ipv6/route.cEric Dumazet1-11/+13
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2026-01-13dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet1-2/+2
2026-01-13ipv6: Allow for nexthop device mismatch with "onlink"Ido Schimmel1-5/+2
2025-12-30ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RTJiayuan Chen1-1/+12
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet1-2/+1
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet1-2/+2
2025-08-29ipv6: start using dst_dev_rcu()Eric Dumazet1-4/+3
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-2/+1
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-29/+42
2025-07-26ipv6: annotate data-races around rt->fib6_nsiblingsEric Dumazet1-2/+3
2025-07-26ipv6: fix possible infinite loop in fib6_info_uses_dev()Eric Dumazet1-6/+11
2025-07-26ipv6: prevent infinite loop in rt6_nlmsg_size()Eric Dumazet1-16/+18
2025-07-26ipv6: add a retry logic in net6_rt_notify()Eric Dumazet1-5/+10
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang1-2/+1
2025-07-02ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpersEric Dumazet1-2/+2
2025-07-02ipv6: adopt dst_dev() helperEric Dumazet1-8/+12
2025-07-02net: dst: annotate data-races around dst->lastuseEric Dumazet1-1/+2