Merge branch 'macvlan-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Sun, 15 Oct 2017 01:46:36 +0000 (18:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Oct 2017 01:46:36 +0000 (18:46 -0700)
commit6eda447e01bdc992c8b1e081ebadc255e7549e13
tree27d6dacd64d59e8339ac58feca9ba929e7ebaeb6
parente086101b150ae8e99e54ab26101ef3835fa9f48d
parentc8c41ea1bd707eb032e248c55d640f32c950ed19
Merge branch 'macvlan-cleanups'

Alexander Duyck says:

====================
net: Minor macvlan source mode cleanups

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>