aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
6 daystreewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-16mr: 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-15inet: ipmr: fix data-racesEric Dumazet1-14/+14
2024-12-04ipmr: 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-15ipmr: Use rtnl_register_many().Kuniyuki Iwashima1-4/+9
2024-10-11net: do not acquire rtnl in fib_seq_sum()Eric Dumazet1-1/+1
2024-10-11ipmr: 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-03fib: 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-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-26/+18
2022-12-25treewide: 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-02bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau1-5/+5
2022-07-26ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward()Eric Dumazet1-3/+1
2022-07-13net: ip6mr: add RTM_GETROUTE netlink opDavid Lamparter1-1/+92
2022-06-24ip6mr: convert mrt_lock to a spinlockEric Dumazet1-15/+14
2022-06-24ipmr: convert /proc handlers to rcu_read_lock()Eric Dumazet1-4/+4
2022-06-24ipmr: adopt rcu_read_lock() in mr_dump()Eric Dumazet1-1/+1
2022-06-24ip6mr: switch ip6mr_get_route() to rcu_read_lock()Eric Dumazet1-5/+5
2022-06-24ip6mr: do not acquire mrt_lock while calling ip6_mr_forward()Eric Dumazet1-9/+1
2022-06-24ip6mr: do not acquire mrt_lock before calling ip6mr_cache_unresolvedEric Dumazet1-6/+6
2022-06-24ip6mr: do not acquire mrt_lock in ioctl(SIOCGETMIFCNT_IN6)Eric Dumazet1-20/+22
2022-06-24ip6mr: do not acquire mrt_lock in pim6_rcv()Eric Dumazet1-3/+2
2022-06-24ip6mr: ip6mr_cache_report() changesEric Dumazet1-15/+20
2022-06-24ipmr: add rcu protection over (struct vif_device)->devEric Dumazet1-28/+35
2022-06-24ip6mr: do not get a device reference in pim6_rcv()Eric Dumazet1-2/+0
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-1/+1
2022-04-06net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=nFlorian Westphal1-1/+1
2022-02-19net: ip6mr: add support for passing full packet on wrong mifMobashshera Rasool1-4/+14
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-02-08ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet1-0/+2
2022-02-08ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet1-5/+15
2022-02-07ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet1-3/+5
2022-02-05ip6mr: ip6mr_sk_done() can exit early in common casesEric Dumazet1-0/+3
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet1-4/+4