]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge branch 'dsa-lan9303-IGMP-handling'
authorDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 12:50:15 +0000 (21:50 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 12:50:15 +0000 (21:50 +0900)
Egil Hjelmeland says:

====================
net: dsa: lan9303: IGMP handling

Set up the HW switch to trap IGMP packets to CPU port.
And make sure skb->offload_fwd_mark is cleared for incoming IGMP packets.

skb->offload_fwd_mark calculation is a candidate for consolidation into the
DSA core. The calculation can probably be more polished when done at a point
where DSA has updated skb.
====================

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

Trivial merge