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