summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-15ipv6: annotate data-races around rt->fib6_nsiblingsEric Dumazet1-2/+3
2025-08-15ipv6: fix possible infinite loop in fib6_info_uses_dev()Eric Dumazet1-6/+11
2025-08-15ipv6: prevent infinite loop in rt6_nlmsg_size()Eric Dumazet1-16/+18
2025-04-25ipv6: Align behavior across nexthops during path selectionIdo Schimmel1-4/+4
2025-04-10ipv6: Do not consider link down nexthops in path selectionIdo Schimmel1-2/+4
2025-04-10ipv6: Start path selection from the first nexthopIdo Schimmel1-3/+35
2025-03-28ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima1-0/+2
2025-03-28ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima1-1/+2
2025-02-21ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet1-1/+6
2025-02-01ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi1-15/+30
2024-12-14net/ipv6: release expired exception dst cached in socketJiri Wiesner1-3/+3
2024-12-14ipv6: release nexthop on device removalPaolo Abeni1-3/+3
2024-12-14net: use unrcu_pointer() helperEric Dumazet1-3/+3
2024-10-17ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet1-1/+1
2024-08-14ipv6: fix source address selection with route leakNicolas Dichtel1-1/+1
2024-06-27ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet1-0/+2
2024-06-27ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet1-1/+1
2024-06-21net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu1-2/+2
2024-06-21ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet1-0/+1
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet1-14/+15
2024-06-16net/ipv6: Fix route deleting failure when metric equals 0xu xin1-1/+4
2024-03-15net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet1-14/+7
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell1-8/+5
2023-10-10ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet1-4/+4
2023-10-10neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet1-6/+6
2023-10-10neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-1/+1
2023-09-19ipv6: ignore dst hint for multipath routesSriram Yagnaraman1-0/+3
2023-08-11net: annotate data-races around sk->sk_markEric Dumazet1-3/+4
2023-03-11ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei1-5/+6
2022-11-03ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao1-4/+10
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-13nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima1-1/+1
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2022-06-30ipv6: remove redundant store to value after additionColin Ian King1-1/+1
2022-06-28ipv6: take care of disable_policy when restoring routesNicolas Dichtel1-1/+8
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-5/+5
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-5/+6
2022-04-16ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet1-5/+6
2022-04-13net: ipv6: add skb drop reasons to ip6_pkt_drop()Menglong Dong1-1/+5
2022-04-05ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern1-1/+1
2022-03-16net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-12/+0
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+10
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet1-9/+10
2022-02-11ipv6: add (struct uncached_list)->quarantine listEric Dumazet1-3/+14
2022-02-11ipv6: give an IPv6 dev to blackhole_netdevEric Dumazet1-13/+8
2022-02-11ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet1-4/+0
2022-02-11ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault1-0/+6
2022-01-21ipv6: annotate accesses to fn->fn_sernumEric Dumazet1-1/+1
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+30
2022-01-03ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern1-5/+3