index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ip6_fib.c
Age
Commit message (
Expand
)
Author
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-05-20
ipv6: Narrow down RCU critical section in inet6_rtm_newroute().
Kuniyuki Iwashima
2025-05-20
ipv6: Remove rcu_read_lock() in fib6_get_table().
Kuniyuki Iwashima
2025-04-24
ipv6: Protect nh->f6i_list with spinlock and flag.
Kuniyuki Iwashima
2025-04-24
ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add().
Kuniyuki Iwashima
2025-04-24
ipv6: Protect fib6_link_table() with spinlock.
Kuniyuki Iwashima
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2024-11-11
ipv6: Fix soft lockups in fib6_select_path under high next hop churn
Omid Ehtemam-Haghighi
2024-10-15
ipv6: Use rtnl_register_many().
Kuniyuki Iwashima
2024-10-15
ipv6: replace call_rcu by kfree_rcu for simple kmem_cache_free callback
Julia Lawall
2024-10-11
ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seq
Eric Dumazet
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-19
ipv6: bring NLM_DONE out to a separate recv() again
Jakub Kicinski
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-06
ipv6: fix possible race in __fib6_drop_pcpu_from()
Eric Dumazet
2024-06-06
net: use unrcu_pointer() helper
Eric Dumazet
2024-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-09
ipv6: fib: hide unused 'pn' variable
Arnd Bergmann
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-02
ipv6: Fix infinite recursion in fib6_dump_done().
Kuniyuki Iwashima
2024-04-01
ipv6: remove RTNL protection from inet6_dump_fib()
Eric Dumazet
2024-02-26
inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCU
Eric Dumazet
2024-02-21
ipv6: Simplify the allocation of slab caches
Kunwu Chan
2024-02-12
net/ipv6: Remove expired routes with a separated list of routes.
Kui-Feng Lee
2024-01-23
net/ipv6: resolve warning in ip6_fib.c
Breno Leitao
2024-01-23
net/ipv6: Remove unnecessary pr_debug() logs
Breno Leitao
2023-12-21
net/ipv6: Revert remove expired routes with a separated list of routes
David Ahern
2023-11-30
ipv6: fix potential NULL deref in fib6_add()
Eric Dumazet
2023-08-16
net/ipv6: Remove expired routes with a separated list of routes.
Kui-Feng Lee
2023-05-11
ipv6: remove nexthop_fib6_nh_bh()
Eric Dumazet
2022-11-16
ipv6: fib6_new_sernum() optimization
Eric Dumazet
2022-01-20
ipv6: annotate accesses to fn->fn_sernum
Eric Dumazet
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-09-13
ipv6: delay fib6_sernum increase in fib6_add
zhang kai
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-24
ipv6: correct comments about fib6_node sernum
zhang kai
2021-07-20
memcg: enable accounting for IP address and routing-related objects
Vasily Averin
2021-05-18
ipv6: Add a sysctl to control multipath hash fields
Ido Schimmel
2021-05-18
ipv6: Use a more suitable label name
Ido Schimmel
2021-03-10
ipv6: fix suspecious RCU usage warning
Wei Wang
2021-02-11
net: fib_notifier: don't return positive values on fib registration
Vlad Buslov
2021-01-07
net: ipv6: fib: flush exceptions when purging route
Sean Tranchetti
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-15
net: fix pos incrementment in ipv6_route_seq_next
Yonghong Song
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-08
ipv6: avoid lockdep issue in fib6_del()
Eric Dumazet
2020-08-25
ipv6: fib6: Avoid comma separated statements
Joe Perches
2020-06-23
ipv6: fib6: avoid indirect calls from fib6_rule_lookup
Brian Vazquez
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-21
net: don't return invalid table id error when we fall back to PF_UNSPEC
Sabrina Dubroca
[next]