lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 10 Sep 2015 13:29:33 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	sowmini.varadhan@...cle.com
Cc:	netdev@...r.kernel.org, raghavendra.kt@...ux.vnet.ibm.com,
	roopa@...ulusnetworks.com, eric.dumazet@...il.com
Subject: Re: [PATCH RFC] RTEXT_FILTER_SKIP_STATS support to avoid dumping
 inet/inet6 stats

From: Sowmini Varadhan <sowmini.varadhan@...cle.com>
Date: Thu, 10 Sep 2015 16:16:49 -0400

> @@ -1272,7 +1273,7 @@ static int rtnl_fill_ifinfo(struct sk_buff *skb, struct net_device *dev,
>  			if (!(af = nla_nest_start(skb, af_ops->family)))
>  				goto nla_put_failure;
>  
> -			err = af_ops->fill_link_af(skb, dev);
> +			err = af_ops->fill_link_af(skb, dev, skip_af_stats);

Maybe just pass down the raw flags as 'ext_filter_mask', like we do
for the rtnl_fill_ifinfo() call chain.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ