index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ip6_fib.c
Age
Commit message (
Expand
)
Author
9 days
ipv6: fib6: fix NULL deref in fib6_walk_continue() on multi-batch dump
Pengfei Zhang
2026-06-08
net: Remove rtnl_held of struct fib_dump_filter.
Kuniyuki Iwashima
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-04-01
ipv6: fix data race in fib6_metric_set() using cmpxchg
Hangbin Liu
2026-03-29
ipv6: remove ipv6_stub infrastructure completely
Fernando Fernandez Mancera
2026-03-29
ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)
Fernando Fernandez Mancera
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-03-23
ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.
Kuniyuki Iwashima
2026-03-23
ipv6: Remove permanent routes from tb6_gc_hlist when all exceptions expire.
Kuniyuki Iwashima
2026-03-04
ipv6: export fib6_lookup for nft_fib_ipv6
Florian Westphal
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-13
ipv6: Fix out-of-bound access in fib6_add_rt2node().
Kuniyuki Iwashima
2026-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-02-05
ipv6: Fix ECMP sibling count mismatch when clearing RTF_ADDRCONF
Shigeru Yoshida
2026-01-19
ipv6: annotate data-races around sysctl.ip6_rt_gc_interval
Eric Dumazet
2025-11-18
ipv6: clear RA flags when adding a static route
Fernando Fernandez Mancera
2025-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-26
ipv6: annotate data-races around rt->fib6_nsiblings
Eric Dumazet
2025-07-26
ipv6: prevent infinite loop in rt6_nlmsg_size()
Eric Dumazet
2025-07-03
ipv6: Cleanup fib6_drop_pcpu_from()
Yue Haibing
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
[next]