Re: [PATCH][IPV4] ip_gre: set mac_header correctly in receive path

2007-12-20 Thread David Miller
From: Timo_Teräs <[EMAIL PROTECTED]> Date: Wed, 19 Dec 2007 20:10:41 +0200 > From: Timo Teras <[EMAIL PROTECTED]> > > mac_header update in ipgre_recv() was incorrectly changed to > skb_reset_mac_header() when it was introduced. > > Signed-off-by: Timo Teras <[EMAIL PROTECTED]> Patch applied, th

[PATCH][IPV4] ip_gre: set mac_header correctly in receive path

2007-12-19 Thread Timo Teräs
From: Timo Teras <[EMAIL PROTECTED]> mac_header update in ipgre_recv() was incorrectly changed to skb_reset_mac_header() when it was introduced. Signed-off-by: Timo Teras <[EMAIL PROTECTED]> --- This replaces my earlier patch titled "ip_gre: use skb->{mac, network}_header consistently". Apparentl