From: Yuval Mintz Date: Wed, 29 Jul 2015 12:52:46 +0000 (+0300) Subject: bnx2x: add vlan filtering offload X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~265 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05cc5a39ddb74dd81a716a45e67b938d8ebed463;p=pandora-kernel.git bnx2x: add vlan filtering offload Current driver always uses vlan-promisc mode, i.e., it receives both tagged and untagged traffic and lets the network stack drop packets tagged with unrequested vlan tags. This patch implements vlan-filtering offload in the driver - Unless explicitly configured to promisc mode, only untagged packets or packets tagged with requested vlans would reach the Rx flow. Signed-off-by: Yuval Mintz Signed-off-by: Ariel Elior Signed-off-by: David S. Miller --- Reading git-diff-tree failed