summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_fib.c
AgeCommit message (Expand)Author
7 daysipv6: fib6: fix NULL deref in fib6_walk_continue() on multi-batch dumpPengfei Zhang
2026-06-08net: Remove rtnl_held of struct fib_dump_filter.Kuniyuki Iwashima
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-01ipv6: fix data race in fib6_metric_set() using cmpxchgHangbin Liu
2026-03-29ipv6: remove ipv6_stub infrastructure completelyFernando Fernandez Mancera
2026-03-29ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)Fernando Fernandez Mancera
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-23ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.Kuniyuki Iwashima
2026-03-23ipv6: Remove permanent routes from tb6_gc_hlist when all exceptions expire.Kuniyuki Iwashima
2026-03-04ipv6: export fib6_lookup for nft_fib_ipv6Florian Westphal
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-13ipv6: Fix out-of-bound access in fib6_add_rt2node().Kuniyuki Iwashima
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-05ipv6: Fix ECMP sibling count mismatch when clearing RTF_ADDRCONFShigeru Yoshida
2026-01-19ipv6: annotate data-races around sysctl.ip6_rt_gc_intervalEric Dumazet
2025-11-18ipv6: clear RA flags when adding a static routeFernando Fernandez Mancera
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-26ipv6: annotate data-races around rt->fib6_nsiblingsEric Dumazet
2025-07-26ipv6: prevent infinite loop in rt6_nlmsg_size()Eric Dumazet
2025-07-03ipv6: Cleanup fib6_drop_pcpu_from()Yue Haibing
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-20ipv6: Narrow down RCU critical section in inet6_rtm_newroute().Kuniyuki Iwashima
2025-05-20ipv6: Remove rcu_read_lock() in fib6_get_table().Kuniyuki Iwashima
2025-04-24ipv6: Protect nh->f6i_list with spinlock and flag.Kuniyuki Iwashima
2025-04-24ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add().Kuniyuki Iwashima
2025-04-24ipv6: Protect fib6_link_table() with spinlock.Kuniyuki Iwashima
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2024-11-11ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi
2024-10-15ipv6: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15ipv6: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-10-11ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seqEric Dumazet
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-19ipv6: bring NLM_DONE out to a separate recv() againJakub Kicinski
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-06ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet
2024-06-06net: use unrcu_pointer() helperEric Dumazet
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-09ipv6: fib: hide unused 'pn' variableArnd Bergmann
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-02ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima
2024-04-01ipv6: remove RTNL protection from inet6_dump_fib()Eric Dumazet
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet
2024-02-21ipv6: Simplify the allocation of slab cachesKunwu Chan
2024-02-12net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee
2024-01-23net/ipv6: resolve warning in ip6_fib.cBreno Leitao
2024-01-23net/ipv6: Remove unnecessary pr_debug() logsBreno Leitao
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern
2023-11-30ipv6: fix potential NULL deref in fib6_add()Eric Dumazet