aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv6/ip6_fib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-20ipv6: Narrow down RCU critical section in inet6_rtm_newroute().Kuniyuki Iwashima1-2/+7
2025-05-20ipv6: Remove rcu_read_lock() in fib6_get_table().Kuniyuki Iwashima1-12/+10
2025-04-24ipv6: Protect nh->f6i_list with spinlock and flag.Kuniyuki Iwashima1-5/+34
2025-04-24ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add().Kuniyuki Iwashima1-7/+14
2025-04-24ipv6: Protect fib6_link_table() with spinlock.Kuniyuki Iwashima1-5/+21
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2024-11-11ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi1-4/+4
2024-10-15ipv6: Use rtnl_register_many().Kuniyuki Iwashima1-3/+7
2024-10-15ipv6: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-8/+1
2024-10-11ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seqEric Dumazet1-7/+7
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-06-19ipv6: bring NLM_DONE out to a separate recv() againJakub Kicinski1-1/+2
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2024-06-06ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet1-1/+5
2024-06-06net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2024-04-09ipv6: fib: hide unused 'pn' variableArnd Bergmann1-2/+5
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+7
2024-04-02ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima1-7/+7
2024-04-01ipv6: remove RTNL protection from inet6_dump_fib()Eric Dumazet1-25/+26
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet1-2/+5
2024-02-21ipv6: Simplify the allocation of slab cachesKunwu Chan1-4/+2
2024-02-12net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee1-5/+55
2024-01-23net/ipv6: resolve warning in ip6_fib.cBreno Leitao1-6/+9
2024-01-23net/ipv6: Remove unnecessary pr_debug() logsBreno Leitao1-4/+0
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern1-49/+6
2023-11-30ipv6: fix potential NULL deref in fib6_add()Eric Dumazet1-5/+1
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee1-6/+49
2023-05-11ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet1-8/+8
2022-11-16ipv6: fib6_new_sernum() optimizationEric Dumazet1-4/+3
2022-01-20ipv6: annotate accesses to fn->fn_sernumEric Dumazet1-10/+13
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-09-13ipv6: delay fib6_sernum increase in fib6_addzhang kai1-2/+1
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-24ipv6: correct comments about fib6_node sernumzhang kai1-1/+1
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin1-2/+2
2021-05-18ipv6: Add a sysctl to control multipath hash fieldsIdo Schimmel1-0/+5
2021-05-18ipv6: Use a more suitable label nameIdo Schimmel1-2/+2
2021-03-10ipv6: fix suspecious RCU usage warningWei Wang1-1/+1
2021-02-11net: fib_notifier: don't return positive values on fib registrationVlad Buslov1-2/+3
2021-01-07net: ipv6: fib: flush exceptions when purging routeSean Tranchetti1-3/+2
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2020-10-15net: fix pos incrementment in ipv6_route_seq_nextYonghong Song1-1/+3
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+9
2020-09-08ipv6: avoid lockdep issue in fib6_del()Eric Dumazet1-4/+9
2020-08-25ipv6: fib6: Avoid comma separated statementsJoe Perches1-4/+8
2020-06-23ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez1-1/+2
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca1-1/+1