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