]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: Insert multicast filters as well as mismatch filters in promiscuous mode
authorJon Cooper <jcooper@solarflare.com>
Tue, 21 Jul 2015 14:10:15 +0000 (15:10 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Jul 2015 05:21:32 +0000 (22:21 -0700)
commit0fa143838ae6c642c901d7ba6120fa8ae930151f
tree147cb51a71f5973a1d4aeb3844f1b13da91850ca
parent8f5eae648d484ecf75cd4ae97671fe470b520d55
sfc: Insert multicast filters as well as mismatch filters in promiscuous mode

If a function is in promiscuous mode and another function has a broadcast or
 multicast filter inserted, the function in promiscuous mode won't see that
 broadcast or multicast traffic.
Most notably this breaks broadcast, which means ARP doesn't work. Less
 show-stoppingly, a function listening on a multicast address that's also in
 promiscuous mode will not see that multicast traffic if another function is
 also listening on that multicast address.

Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/ef10.c