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