Re: [PATCH v3 -next] ipv6: don't increase size when refragmenting forwarded ipv6 skbs

2015-05-25 Thread David Miller
From: Florian Westphal Date: Fri, 22 May 2015 00:44:16 +0200 > since commit 6aafeef03b9d ("netfilter: push reasm skb through instead of > original frag skbs") we will end up sometimes re-fragmenting skbs > that we've reassembled. > > ipv6 defrag preserves the original skbs using the skb frag lis

[PATCH v3 -next] ipv6: don't increase size when refragmenting forwarded ipv6 skbs

2015-05-21 Thread Florian Westphal
since commit 6aafeef03b9d ("netfilter: push reasm skb through instead of original frag skbs") we will end up sometimes re-fragmenting skbs that we've reassembled. ipv6 defrag preserves the original skbs using the skb frag list, i.e. as long as the skb frag list is preserved there is no problem sin