aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/ip6mr.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUGravatar Eric Dumazet 1-1/+3
2024-02-21ip6mr: Simplify the allocation of slab caches in ip6_mr_initGravatar Kunwu Chan 1-4/+1
2024-01-03fib: remove unnecessary input parameters in fib_default_rule_addGravatar Zhengchao Shao 1-1/+1
2023-08-30net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedGravatar Heng Guo 1-2/+0
2023-08-02ip6mr: Fix skb_under_panic in ip6mr_cache_report()Gravatar Yue Haibing 1-1/+1
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksGravatar Breno Leitao 1-26/+18
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Gravatar Steven Rostedt (Google) 1-1/+1
2022-11-16ipv6: tunnels: use DEV_STATS_INC()Gravatar Eric Dumazet 1-5/+5
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+4
2022-09-20ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical sectionGravatar Ido Schimmel 1-1/+4
2022-09-02bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentGravatar Martin KaFai Lau 1-5/+5
2022-07-26ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward()Gravatar Eric Dumazet 1-3/+1
2022-07-13net: ip6mr: add RTM_GETROUTE netlink opGravatar David Lamparter 1-1/+92
2022-06-24ip6mr: convert mrt_lock to a spinlockGravatar Eric Dumazet 1-15/+14
2022-06-24ipmr: convert /proc handlers to rcu_read_lock()Gravatar Eric Dumazet 1-4/+4
2022-06-24ipmr: adopt rcu_read_lock() in mr_dump()Gravatar Eric Dumazet 1-1/+1
2022-06-24ip6mr: switch ip6mr_get_route() to rcu_read_lock()Gravatar Eric Dumazet 1-5/+5
2022-06-24ip6mr: do not acquire mrt_lock while calling ip6_mr_forward()Gravatar Eric Dumazet 1-9/+1
2022-06-24ip6mr: do not acquire mrt_lock before calling ip6mr_cache_unresolvedGravatar Eric Dumazet 1-6/+6
2022-06-24ip6mr: do not acquire mrt_lock in ioctl(SIOCGETMIFCNT_IN6)Gravatar Eric Dumazet 1-20/+22
2022-06-24ip6mr: do not acquire mrt_lock in pim6_rcv()Gravatar Eric Dumazet 1-3/+2
2022-06-24ip6mr: ip6mr_cache_report() changesGravatar Eric Dumazet 1-15/+20
2022-06-24ipmr: add rcu protection over (struct vif_device)->devGravatar Eric Dumazet 1-28/+35
2022-06-24ip6mr: do not get a device reference in pim6_rcv()Gravatar Eric Dumazet 1-2/+0
2022-06-09net: rename reference+tracking helpersGravatar Jakub Kicinski 1-1/+1
2022-04-06net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=nGravatar Florian Westphal 1-1/+1
2022-02-19net: ip6mr: add support for passing full packet on wrong mifGravatar Mobashshera Rasool 1-4/+14
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+2
2022-02-08ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathGravatar Eric Dumazet 1-0/+2
2022-02-08ip6mr: introduce ip6mr_net_exit_batch()Gravatar Eric Dumazet 1-5/+15
2022-02-07ip6mr: fix use-after-free in ip6mr_sk_done()Gravatar Eric Dumazet 1-3/+5
2022-02-05ip6mr: ip6mr_sk_done() can exit early in common casesGravatar Eric Dumazet 1-0/+3
2022-02-05ipv6: make mc_forwarding atomicGravatar Eric Dumazet 1-4/+4
2021-12-16fib: rules: remove duplicated nla policiesGravatar Florian Westphal 1-5/+0
2021-12-06ipmr, ip6mr: add net device refcount tracker to struct vif_deviceGravatar Eric Dumazet 1-1/+2
2021-08-05net: Remove redundant if statementsGravatar Yajun Deng 1-2/+1
2020-07-24net/ipv6: switch ip6_mroute_setsockopt to sockptr_tGravatar Christoph Hellwig 1-8/+9
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECGravatar Sabrina Dubroca 1-1/+1
2020-05-16ipv6: Fix suspicious RCU usage warning in ip6mrGravatar Madhuparna Bhowmik 1-1/+2
2020-03-12inet: Use fallthrough;Gravatar Joe Perches 1-1/+1
2020-02-24ip6mr: Fix RCU list debugging warningGravatar Amol Grover 1-1/+2
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackGravatar Jiri Pirko 1-5/+8
2019-09-07ipmr: remove hard code cache_resolve_queue_len limitGravatar Hangbin Liu 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.Gravatar NeilBrown 1-1/+0
2019-03-04ip6mr: Do not call __IP6_INC_STATS() from preemptible contextGravatar Ido Schimmel 1-4/+4
2019-02-21ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsGravatar Callum Sinclair 1-27/+51
2019-01-27ip6mr: Fix notifiers call on mroute_clean_tables()Gravatar Nir Dotan 1-4/+3
2019-01-01ip: validate header length on virtual device xmitGravatar Willem de Bruijn 1-6/+11
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+4