summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6mr.c
AgeCommit message (Expand)Author
2026-06-11ipmr: Convert mr_table.cache_resolve_queue_len to u32.Kuniyuki Iwashima
2026-06-08ip6mr: Replace RTNL with a dedicated mutex for MFC.Kuniyuki Iwashima
2026-06-08ip6mr: Remove RTNL in ip6mr_rules_init() and ip6mr_net_init().Kuniyuki Iwashima
2026-06-08ip6mr: Convert ip6mr_net_exit_batch() to ->exit_rtnl().Kuniyuki Iwashima
2026-06-08ip6mr: Move unregister_netdevice_many() out of ip6mr_free_table().Kuniyuki Iwashima
2026-06-08ip6mr: Move unregister_netdevice_many() out of mroute_clean_tables().Kuniyuki Iwashima
2026-06-08ip6mr: Call fib_rules_unregister() without RTNL.Kuniyuki Iwashima
2026-06-08ip6mr: Free mr_table after RCU grace period.Kuniyuki Iwashima
2026-06-08net: Remove rtnl_held of struct fib_dump_filter.Kuniyuki Iwashima
2026-06-08ip6mr: Convert ip6mr_rtm_dumproute() to RCU.Kuniyuki Iwashima
2026-06-08ip6mr: Convert ip6mr_rtm_getroute() to RCU.Kuniyuki Iwashima
2026-06-08ip6mr: Allocate skb earlier in ip6mr_rtm_getroute().Kuniyuki Iwashima
2026-06-08ip6mr: Use MAXMIFS in mr6_msgsize().Kuniyuki Iwashima
2026-06-08ip6mr: Annotate access to mrt->mroute_do_{pim,assert,wrvifwhole}.Kuniyuki Iwashima
2026-05-01ip6mr: plug drop_reason to ip6mr_cache_report()Eric Dumazet
2026-03-02ipmr/ip6mr: Convert net->ipv[46].ipmr_seq to atomic_t.Kuniyuki Iwashima
2025-07-02ipv6: ip6_mc_input() and ip6_mr_input() cleanupsEric Dumazet
2025-06-30ipv6: guard ip6_mr_output() with rcuEric Dumazet
2025-06-17net: ipv6: Add ip6_mr_output()Petr Machata
2025-06-17net: ipv6: ip6mr: Split ip6mr_forward2() in twoPetr Machata
2025-06-17net: ipv6: ip6mr: Make ip6mr_forward2() voidPetr Machata
2025-06-17net: ipv6: ip6mr: Fix in/out netdev to pass to the FORWARD chainPetr Machata
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-16mr: consolidate the ipmr_can_free_table() checks.Paolo Abeni
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel
2025-01-15inet: ipmr: fix data-racesEric Dumazet
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni
2024-11-28ipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni
2024-11-28ip6mr: fix tables suspicious RCU usagePaolo Abeni
2024-11-28ipmr: add debug check for mr table cleanupPaolo Abeni
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-10-23ip6mr: Add __init to ip6_mr_cleanup().Kuniyuki Iwashima
2024-10-15ipmr: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-11net: do not acquire rtnl in fib_seq_sum()Eric Dumazet
2024-10-11ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seqEric Dumazet
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-08-23ip6mr: delete redundant judgment statementsLi Zetao
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet
2024-02-21ip6mr: Simplify the allocation of slab caches in ip6_mr_initKunwu Chan
2024-01-03fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao
2023-08-30net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo
2023-08-02ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-11-16ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical sectionIdo Schimmel
2022-09-02bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau