]> git.karo-electronics.de Git - karo-tx-linux.git/commit
IPV4: ip_gre: set mac_header correctly in receive path
authorTimo Teras <timo.teras@iki.fi>
Fri, 11 Jan 2008 09:30:35 +0000 (01:30 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 6 Feb 2008 19:43:42 +0000 (11:43 -0800)
commit596bc9331ee5fa74fda7e276b5a001b789ae644c
treea71a4517dac59f39da26a844f7a53439e4f81c75
parent498d03afccc265dafe8b445454e1a49be3f1358c
IPV4: ip_gre: set mac_header correctly in receive path

[IPV4] ip_gre: set mac_header correctly in receive path

[ Upstream commit: 1d0691674764098304ae4c63c715f5883b4d3784 ]

mac_header update in ipgre_recv() was incorrectly changed to
skb_reset_mac_header() when it was introduced.

Signed-off-by: Timo Teras <timo.teras@iki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv4/ip_gre.c