From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vlad Yasevich Subject: [PATCH v3 net 0/2] bridge: Fix forwarding of 8021AD frames Date: Thu, 27 Mar 2014 17:32:28 -0400 Message-ID: <1395955950-17630-1-git-send-email-vyasevic@redhat.com> Cc: Vlad Yasevich , shemminger@vyatta.com, bridge@lists.linux-foundation.org To: netdev@vger.kernel.org Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bridge-bounces@lists.linux-foundation.org Errors-To: bridge-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org 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 Vlad Yasevich (2): net: Allow modules to use is_skb_forwardable bridge: use is_skb_forwardable in forward path include/linux/netdevice.h | 1 + net/bridge/br_forward.c | 9 ++------- net/core/dev.c | 3 ++- 3 files changed, 5 insertions(+), 8 deletions(-) -- 1.8.5.3