Searched hist:edbc0bb3fb72ec4645a242520cf1d0b9b6b02261 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | if_link.h | diff edbc0bb3fb72ec4645a242520cf1d0b9b6b02261 Thu Mar 29 07:51:30 CDT 2012 Ben Greear <greearb@candelatech.com> 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 <greearb@candelatech.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | diff edbc0bb3fb72ec4645a242520cf1d0b9b6b02261 Thu Mar 29 07:51:30 CDT 2012 Ben Greear <greearb@candelatech.com> 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 <greearb@candelatech.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|