]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bonding/vlan: Avoid mangled NAs on slaves without VLAN tag insertion
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 7 Feb 2011 19:20:55 +0000 (19:20 +0000)
committerAK <andi@firstfloor.org>
Thu, 31 Mar 2011 18:58:04 +0000 (11:58 -0700)
commited887b2eed606d4267e950161d40b9d36154ff30
tree7616a7725e493fc44e9cac55572c8da57f953b6c
parent515884e98dc4f1c99387000d420394c3bc47c0d7
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>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/net/bonding/bond_ipv6.c