Files
linux/drivers/net
Paolo Abeni f5426250a6 net: introduce IFF_NO_RX_HANDLER
Some network devices - notably ipvlan slave - are not compatible with
any kind of rx_handler. Currently the hook can be installed but any
configuration (bridge, bond, macsec, ...) is nonfunctional.

This change allocates a priv_flag bit to mark such devices and explicitly
forbid installing a rx_handler if such bit is set. The new bit is used
by ipvlan slave device.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-03-09 13:00:08 -05:00
..
2018-02-27 11:01:36 -05:00
2018-03-09 11:20:59 -05:00
2018-03-09 13:00:08 -05:00
2018-01-09 16:34:35 +01:00
2018-03-02 10:01:25 +01:00
2017-11-21 15:57:07 -08:00
2018-02-27 11:01:36 -05:00
2018-02-27 11:01:37 -05:00
2018-02-27 10:37:14 -05:00
2018-02-13 10:36:09 -05:00
2018-02-11 14:34:03 -08:00
2017-12-08 14:22:59 -05:00
2018-03-04 13:04:22 -05:00
2018-02-27 11:01:37 -05:00