summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-08ipv6: adopt dst_dev() helperEric Dumazet1-8/+12
2026-01-08ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RTJiayuan Chen1-1/+12
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: add exception routes to GC list in rt6_insert_exceptionXin Long1-0/+1
2025-04-20ipv6: 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-29ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima1-0/+2
2025-03-29ipv6: 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
2024-12-14net/ipv6: release expired exception dst cached in socketJiri Wiesner1-3/+3
2024-12-05ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi1-15/+30
2024-12-05ipv6: release nexthop on device removalPaolo Abeni1-3/+3
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-09-14ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet1-1/+1
2024-08-23net/ipv6: delete redundant judgment statementsLi Zetao1-4/+2
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-07-14ipv6: fix source address selection with route leakNicolas Dichtel1-1/+1
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-06-18ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet1-0/+2
2024-06-18ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet1-1/+1
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-06-13net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu1-2/+2
2024-06-13net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata1-6/+6
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-06-06ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet1-0/+1
2024-06-06inet: remove (struct uncached_list)->quarantineEric Dumazet1-4/+1
2024-06-06net: use unrcu_pointer() helperEric Dumazet1-3/+3
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing1-1/+1
2024-05-30net: fix __dst_negative_advice() raceEric Dumazet1-14/+15
2024-05-17net/ipv6: Fix route deleting failure when metric equals 0xu xin1-1/+4
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-5/+0
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet1-14/+14
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+7
2024-03-05net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet1-14/+7
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (I)Eric Dumazet1-1/+2
2024-03-01ipv6: annotate data-races around devconf->disable_policyEric Dumazet1-2/+2
2024-03-01ipv6: annotate data-races in rt6_probe()Eric Dumazet1-2/+3
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet1-2/+2
2024-03-01ipv6: annotate data-races around cnf.mtu6Eric Dumazet1-3/+3
2024-02-12net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee1-2/+11
2024-02-12net/ipv6: Remove unnecessary clean.Kui-Feng Lee1-2/+0
2024-02-12net/ipv6: set expires in rt6_add_dflt_router().Kui-Feng Lee1-1/+3
2024-01-24net/ipv6: resolve warning in ip6_fib.cBreno Leitao1-4/+4
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern1-3/+3
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet1-1/+1
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao1-2/+2