linux/net/8021q
Jerome Borsboom 279e172a58 [VLAN]: Allow VLAN interface on top of bridge interface
When a VLAN interface is created on top of a bridge interface and 
netfilter is enabled to see the bridged packets, the packets can be 
corrupted when passing through the netfilter code. This is caused by the 
VLAN driver not setting the 'protocol' and 'nh' members of the sk_buff 
structure. In general, this is no problem as the VLAN interface is mostly 
connected to a physical ethernet interface which does not use the 
'protocol' and 'nh' members. For a bridge interface, however, these 
members do matter.

Signed-off-by: Jerome Borsboom <j.borsboom@erasmusmc.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-13 16:12:47 -07:00
..
Kconfig [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vlan.c [VLAN]: Avoid a 4-order allocation. 2007-03-02 20:44:51 -08:00
vlan.h [NET] 8021Q: Fix whitespace errors. 2007-02-10 23:19:11 -08:00
vlan_dev.c [VLAN]: Allow VLAN interface on top of bridge interface 2007-04-13 16:12:47 -07:00
vlanproc.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
vlanproc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00