bonding/vlan: Avoid mangled NAs on slaves without VLAN tag insertion
commit58ce8fabb2491dc60d03713ed12863affcdb1e73
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 7 Feb 2011 19:20:55 +0000 (7 19:20 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Mar 2011 14:46:38 +0000 (2 09:46 -0500)
tree3390e798f57da0ef324c766a4bff5a758ee4051f
parentc8fd44092f8f4ddcaac39f898769f64580a5a244
bonding/vlan: Avoid mangled NAs on slaves without VLAN tag insertion

This is related to commit f88a4a9b65a6f3422b81be995535d0e69df11bb8
upstream, but the bug cannot be properly fixed without the other
changes to VLAN tagging in 2.6.37.

bond_na_send() attempts to insert a VLAN tag in between building and
sending packets of the respective formats.  If the slave does not
implement hardware VLAN tag insertion then vlan_put_tag() will mangle
the network-layer header because the Ethernet header is not present at
this point (unlike in bond_arp_send()).

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/bonding/bond_ipv6.c