From: Patrick McHardy Date: Tue, 15 Jul 2008 05:49:30 +0000 (-0700) Subject: vlan: deliver packets received with VLAN acceleration to network taps X-Git-Tag: v2.6.27-rc1~969^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc1d0411b804ad190cdadabac48a10067f17b9e6;p=pandora-kernel.git vlan: deliver packets received with VLAN acceleration to network taps When VLAN header stripping is used, packets currently bypass packet sockets (and other network taps) completely. For locally existing VLANs, they appear directly on the VLAN device, for unknown VLANs they are silently dropped. Add a new function netif_nit_deliver() to deliver incoming packets to all network interface taps and use it in __vlan_hwaccel_rx() to make VLAN packets visible on the underlying device. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed