1
0
Fork 0
remarkable-linux/drivers/net/ipvlan
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
..
Makefile ipvtap: IP-VLAN based tap driver 2017-02-11 20:59:41 -05:00
ipvlan.h ipvlan: properly annotate rx_handler access 2018-03-08 11:12:43 -05:00
ipvlan_core.c net/ipv6: Pass skb to route lookup 2018-03-04 13:04:22 -05:00
ipvlan_main.c net: introduce IFF_NO_RX_HANDLER 2018-03-09 13:00:08 -05:00
ipvtap.c tap: reference to KVA of an unloaded module causes kernel panic 2017-10-28 19:17:21 +09:00