1
0
Fork 0
alistair23-linux/drivers/net/ipvlan
Mahesh Bandewar c3262d9dec ipvlan: use netdev_is_rx_handler_busy instead of checking specific type
IPvlan checks if the master device is already used by checking a
specific device (here it's macvlan device). This is technically not
sufficient and it should just ensure the rx_handler is busy or not.
This would be a super check that includes macvlan and any other that
has already registered rx-handler.

Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-20 12:22:26 -05:00
..
Makefile
ipvlan.h ipvlan: improvise dev_id generation logic in IPvlan 2017-01-10 20:47:12 -05:00
ipvlan_core.c driver: ipvlan: Remove unnecessary ipvlan NULL check in ipvlan_count_rx 2016-12-28 14:23:22 -05:00
ipvlan_main.c ipvlan: use netdev_is_rx_handler_busy instead of checking specific type 2017-01-20 12:22:26 -05:00