commit | e151aab9b5b3fae96b0fcd6cbe3a7f952d6cb8f8 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Thu Jul 14 06:10:00 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 16 19:57:37 2016 -0700 |
tree | 189d7456665506f4840a059f9a6be0b5ef04c34a | |
parent | 46c0772d85306f2edec03c8fa40a6efa6af915bc [diff] |
net: bridge: rearrange flood vs unicast receive paths This patch removes one conditional from the unicast path by using the fact that skb is NULL only when the packet is multicast or is local. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>