Re: [PATCH net] ipv6: gre: support SIT encapsulation

2015-10-26 Thread David Miller
From: Eric Dumazet Date: Sat, 24 Oct 2015 05:47:44 -0700 > From: Eric Dumazet > > gre_gso_segment() chokes if SIT frames were aggregated by GRO engine. > > Fixes: 61c1db7fae21e ("ipv6: sit: add GSO/TSO support") > Signed-off-by: Eric Dumazet Applied and queued up for -stable, thanks Eric. --

[PATCH net] ipv6: gre: support SIT encapsulation

2015-10-24 Thread Eric Dumazet
From: Eric Dumazet gre_gso_segment() chokes if SIT frames were aggregated by GRO engine. Fixes: 61c1db7fae21e ("ipv6: sit: add GSO/TSO support") Signed-off-by: Eric Dumazet --- net/ipv4/gre_offload.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/ipv4/gre_offload.