summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
UTE 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