So this patch series is just a few minor cleanups for macvlan source mode. The first patch addresses double receives when a packet is being routed to the macvlan destination address, and the other addresses the pkt_type being updated in cases where it most likely should not be.
--- Alexander Duyck (2): macvlan: Only deliver one copy of the frame to the macvlan interface macvlan: Only update pkt_type if destination MAC address matches drivers/net/macvlan.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --