]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'br-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 2 Sep 2016 05:48:33 +0000 (22:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Sep 2016 05:49:10 +0000 (22:49 -0700)
commitba4e188b5b5a934e53591d050c2f540db88c562f
tree4dccc4a8a0c9e3dd987f97e6474bb0e9532f4b73
parent7b74eca42927e02de9f4a2f5c7e458d6d796b8cd
parent6e61a26957f40df67811c09589b7700332c225b5
Merge branch 'br-next'

Nikolay Aleksandrov says:

====================
net: bridge: add per-port unknown multicast flood control

The first patch prepares the forwarding path by having the exact packet
type passed down so we can later filter based on it and the per-port
unknown mcast flood flag introduced in the second patch. It is similar to
how the per-port unknown unicast flood flag works.
Nice side-effects of patch 01 are the slight reduction of tests in the
fast-path and a few minor checkpatch fixes.

v3: don't change br_auto_mask as that will change user-visible behaviour
v2: make pkt_type an enum as per Stephen's comment
====================

Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>