]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commitf444ef510350c262a0532b95592df9e3899053e3
tree7aae1b637fe1a69a312243476657dcd9917ec370
parent940c9c458866725e0ade96d5c1c7dbe5fcf1cf85
parent4672cd36053e4a8480f7ca796758d56ef23ccb78
Merge branch 'dsa-lan9303-IGMP-handling'

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>