netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 net 0/2] bridge: Fix forwarding of 8021AD frames
@ 2014-03-27 21:32 Vlad Yasevich
  2014-03-27 21:32 ` [PATCH v3 net 1/2] net: Allow modules to use is_skb_forwardable Vlad Yasevich
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vlad Yasevich @ 2014-03-27 21:32 UTC (permalink / raw)
  To: netdev; +Cc: Vlad Yasevich, shemminger, bridge

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-31 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 21:32 [PATCH v3 net 0/2] bridge: Fix forwarding of 8021AD frames Vlad Yasevich
2014-03-27 21:32 ` [PATCH v3 net 1/2] net: Allow modules to use is_skb_forwardable Vlad Yasevich
2014-03-27 21:32 ` [PATCH v3 net 2/2] bridge: use is_skb_forwardable in forward path Vlad Yasevich
2014-03-31 20:04 ` [PATCH v3 net 0/2] bridge: Fix forwarding of 8021AD frames David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).