[BRIDGE] netfilter: vlan + hw checksum = bug?
authorStephen Hemminger <shemminger@osdl.org>
Fri, 6 Jan 2006 21:13:29 +0000 (13:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Jan 2006 21:13:29 +0000 (13:13 -0800)
It looks like the bridge netfilter code does not correctly update
the hardware checksum after popping off the VLAN header.

This is by inspection, I have *not* tested this.
To test you would need to set up a filtering bridge with vlans
and a device the does hardware receive checksum (skge, or sungem)

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_netfilter.c

Simple merge