1
0
Fork 0
remarkable-linux/drivers/net/ipvlan
Mahesh Bandewar f631c44bbe ipvlan: Always set broadcast bit in multicast filter
Earlier tricks of setting broadcast bit only when IPv4 address is added
onto interface are not good enough especially when autoconf comes in play.
Setting them on always is performance drag but now that multicast /
broadcast is not processed in fast-path; enabling broadcast will let
autoconf work correctly without affecting performance characteristics of
the device.

Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-05-05 19:29:49 -04:00
..
Makefile ipvlan: Initial check-in of the IPVLAN driver. 2014-11-24 15:29:18 -05:00
ipvlan.h ipvlan: Defer multicast / broadcast processing to a work-queue 2015-05-05 19:29:49 -04:00
ipvlan_core.c ipvlan: Defer multicast / broadcast processing to a work-queue 2015-05-05 19:29:49 -04:00
ipvlan_main.c ipvlan: Always set broadcast bit in multicast filter 2015-05-05 19:29:49 -04:00