summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
2025-04-25ipv6: Align behavior across nexthops during path selectionIdo Schimmel
2025-04-10ipv6: Do not consider link down nexthops in path selectionIdo Schimmel
2025-04-10ipv6: Start path selection from the first nexthopIdo Schimmel
2025-03-28ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima
2025-03-28ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima
2025-02-21ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet
2025-02-01ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi
2024-12-14net/ipv6: release expired exception dst cached in socketJiri Wiesner
2024-12-14ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-12-09ipv6: release nexthop on device removalPaolo Abeni
2024-12-09net: use unrcu_pointer() helperEric Dumazet
2024-10-04ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet
2024-09-08net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing
2024-08-14ipv6: fix source address selection with route leakNicolas Dichtel
2024-06-27ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet
2024-06-27ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet
2024-06-21net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu
2024-06-21ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet
2024-06-16net/ipv6: Fix route deleting failure when metric equals 0xu xin
2024-03-15net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet
2024-01-01net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-01ipv6: ignore dst hint for multipath routesSriram Yagnaraman
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-22net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao
2023-08-20ipv6: do not match device when remove source routeHangbin Liu
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-28IPv6: add extack info for IPv6 address add/deleteHangbin Liu
2023-06-18ipv6: also use netdev_hold() in ip6_route_check_nh()Eric Dumazet
2023-06-15net: create device lookup API with reference trackingJakub Kicinski
2023-06-02net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet
2023-04-21net: dst: fix missing initialization of rt_uncachedMaxime Bizon
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-03-15ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-02-23ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei
2023-01-24ipv6: Make ip6_route_output_flags_noref() static.Guillaume Nault
2023-01-18ipv6: Remove extra counter pull before gcTanmay Bhushan
2023-01-13ipv6: remove max_size check inline with ipv4Jon Maxwell
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-02ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-13nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski