summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6mr.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-27ip6mr: 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-10net: 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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-02-09ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet1-0/+2
2022-02-09ip6mr: 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
2021-12-16fib: rules: remove duplicated nla policiesFlorian Westphal1-5/+0
2021-12-07ipmr, ip6mr: add net device refcount tracker to struct vif_deviceEric Dumazet1-1/+2
2021-08-05net: Remove redundant if statementsYajun Deng1-2/+1
2020-07-25net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig1-8/+9
2020-05-22net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca1-1/+1
2020-05-16ipv6: Fix suspicious RCU usage warning in ip6mrMadhuparna Bhowmik1-1/+2
2020-03-13inet: Use fallthrough;Joe Perches1-1/+1
2020-02-25ip6mr: Fix RCU list debugging warningAmol Grover1-1/+2
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko1-5/+8
2019-09-07ipmr: remove hard code cache_resolve_queue_len limitHangbin Liu1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-08rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown1-1/+0
2019-03-04ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel1-4/+4
2019-02-22ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair1-27/+51
2019-01-28ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan1-4/+3
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn1-6/+11