commit | d0e3f65b34c528ec2b7d1ba9a620b483f71788d3 | [log] [tgz] |
---|---|---|
author | Alexander Kochetkov <al.kochet@gmail.com> | Mon Nov 14 16:32:53 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 15 19:58:13 2016 -0500 |
tree | 87af8020e550b82ebb8ec85dab07fe10c07912b8 | |
parent | c7a4e3d8c0d43a4f31f8b2ccf476e5a26eb85142 [diff] |
net: arc_emac: don't pass multicast packets to kernel in non-multicast mode The patch disable capturing multicast packets when multicast mode disabled for ethernet ('ifconfig eth0 -multicast'). In that case no multicast packet will be passed to kernel. Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>