summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo2023-08-301-2/+0
* ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing2023-08-021-1/+1
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-26/+18
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet2022-11-161-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-1/+4
|\
| * ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical sectionIdo Schimmel2022-09-201-1/+4
* | bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-021-5/+5
|/
* ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward()Eric Dumazet2022-07-261-3/+1
* net: ip6mr: add RTM_GETROUTE netlink opDavid Lamparter2022-07-131-1/+92
* ip6mr: convert mrt_lock to a spinlockEric Dumazet2022-06-241-15/+14
* ipmr: convert /proc handlers to rcu_read_lock()Eric Dumazet2022-06-241-4/+4
* ipmr: adopt rcu_read_lock() in mr_dump()Eric Dumazet2022-06-241-1/+1
* ip6mr: switch ip6mr_get_route() to rcu_read_lock()Eric Dumazet2022-06-241-5/+5
* ip6mr: do not acquire mrt_lock while calling ip6_mr_forward()Eric Dumazet2022-06-241-9/+1
* ip6mr: do not acquire mrt_lock before calling ip6mr_cache_unresolvedEric Dumazet2022-06-241-6/+6
* ip6mr: do not acquire mrt_lock in ioctl(SIOCGETMIFCNT_IN6)Eric Dumazet2022-06-241-20/+22
* ip6mr: do not acquire mrt_lock in pim6_rcv()Eric Dumazet2022-06-241-3/+2
* ip6mr: ip6mr_cache_report() changesEric Dumazet2022-06-241-15/+20
* ipmr: add rcu protection over (struct vif_device)->devEric Dumazet2022-06-241-28/+35
* ip6mr: do not get a device reference in pim6_rcv()Eric Dumazet2022-06-241-2/+0
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-1/+1
* net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=nFlorian Westphal2022-04-061-1/+1
* net: ip6mr: add support for passing full packet on wrong mifMobashshera Rasool2022-02-191-4/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-0/+2
|\
| * ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2022-02-081-0/+2
* | ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet2022-02-081-5/+15
* | ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet2022-02-071-3/+5
* | ip6mr: ip6mr_sk_done() can exit early in common casesEric Dumazet2022-02-051-0/+3
* | ipv6: make mc_forwarding atomicEric Dumazet2022-02-051-4/+4
|/
* fib: rules: remove duplicated nla policiesFlorian Westphal2021-12-161-5/+0
* ipmr, ip6mr: add net device refcount tracker to struct vif_deviceEric Dumazet2021-12-061-1/+2
* net: Remove redundant if statementsYajun Deng2021-08-051-2/+1
* net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-241-8/+9
* net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-211-1/+1
* ipv6: Fix suspicious RCU usage warning in ip6mrMadhuparna Bhowmik2020-05-161-1/+2
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* ip6mr: Fix RCU list debugging warningAmol Grover2020-02-241-1/+2
* net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-041-5/+8
* ipmr: remove hard code cache_resolve_queue_len limitHangbin Liu2019-09-071-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-071-1/+0
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-041-4/+4
* ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair2019-02-211-27/+51
* ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan2019-01-271-4/+3
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-011-6/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+4
|\
| * ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-141-0/+4
* | ip6mr: Drop mfc6_cache argument to ip6mr_forward2David Ahern2018-12-171-4/+3
* | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
|/