]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bridge_8021AD'
authorDavid S. Miller <davem@davemloft.net>
Mon, 31 Mar 2014 20:04:23 +0000 (16:04 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Mar 2014 20:04:23 +0000 (16:04 -0400)
commit4e57c676dbbba54864f3a400fe5a5ef524da2321
treefe623c6c6c86cde1718238329a34b728185cc4f3
parent884c5c5b6bc6fa3cb825db8053cde33bf27315a1
parent2ea022b00c05aa42df8a7477707f12928bddae37
Merge branch 'bridge_8021AD'

Vlad Yasevich says:

====================
bridge: Fix forwarding of 8021AD frames

Bridge has its own way to deterine if the packet is forwardable and it doesn't
support 8021ad tags correctly.  Instead just allow bridge to use an
existing is_skb_forwardable() function.

v2: Fix missing hunk in patch 2/2 to make it build.

v3: Fix indent for is_skb_forwardable
====================

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