summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6mr.c
AgeCommit message (Expand)Author
2024-01-03fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao
2023-08-30net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo
2023-08-02ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-11-16ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical sectionIdo Schimmel
2022-09-02bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-07-26ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward()Eric Dumazet
2022-07-13net: ip6mr: add RTM_GETROUTE netlink opDavid Lamparter
2022-06-24ip6mr: convert mrt_lock to a spinlockEric Dumazet
2022-06-24ipmr: convert /proc handlers to rcu_read_lock()Eric Dumazet
2022-06-24ipmr: adopt rcu_read_lock() in mr_dump()Eric Dumazet
2022-06-24ip6mr: switch ip6mr_get_route() to rcu_read_lock()Eric Dumazet
2022-06-24ip6mr: do not acquire mrt_lock while calling ip6_mr_forward()Eric Dumazet
2022-06-24ip6mr: do not acquire mrt_lock before calling ip6mr_cache_unresolvedEric Dumazet
2022-06-24ip6mr: do not acquire mrt_lock in ioctl(SIOCGETMIFCNT_IN6)Eric Dumazet
2022-06-24ip6mr: do not acquire mrt_lock in pim6_rcv()Eric Dumazet
2022-06-24ip6mr: ip6mr_cache_report() changesEric Dumazet
2022-06-24ipmr: add rcu protection over (struct vif_device)->devEric Dumazet
2022-06-24ip6mr: do not get a device reference in pim6_rcv()Eric Dumazet
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-04-06net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=nFlorian Westphal
2022-02-19net: ip6mr: add support for passing full packet on wrong mifMobashshera Rasool
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-08ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet
2022-02-08ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet
2022-02-07ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet
2022-02-05ip6mr: ip6mr_sk_done() can exit early in common casesEric Dumazet
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet
2021-12-16fib: rules: remove duplicated nla policiesFlorian Westphal
2021-12-06ipmr, ip6mr: add net device refcount tracker to struct vif_deviceEric Dumazet
2021-08-05net: Remove redundant if statementsYajun Deng
2020-07-24net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca
2020-05-16ipv6: Fix suspicious RCU usage warning in ip6mrMadhuparna Bhowmik
2020-03-12inet: Use fallthrough;Joe Perches
2020-02-24ip6mr: Fix RCU list debugging warningAmol Grover
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko
2019-09-07ipmr: remove hard code cache_resolve_queue_len limitHangbin Liu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown
2019-03-04ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel
2019-02-21ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair
2019-01-27ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-17ip6mr: Drop mfc6_cache argument to ip6mr_forward2David Ahern
2018-12-14ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva