From: Ben Greear Date: Thu, 29 Mar 2012 12:51:30 +0000 (+0000) Subject: net: Report dev->promiscuity in netlink reports. X-Git-Tag: v3.5-rc1~109^2~663 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edbc0bb3fb72ec4645a242520cf1d0b9b6b02261;p=pandora-kernel.git net: Report dev->promiscuity in netlink reports. The standard ways of probing a device's promiscuity (ifi_flags, for instance) does not report the actual state of the device. This patch adds dev->promiscuity to the netlink netdevice report so that users can know for certain if the device is acting PROMISC or not. Signed-off-by: Ben Greear Signed-off-by: David S. Miller --- Reading git-diff-tree failed