Re: [PATCH V2 -next 0/5] don't exceed original maximum fragment size when refragmenting

2015-05-04 Thread David Miller
From: Florian Westphal f...@strlen.de Date: Mon, 4 May 2015 22:54:43 +0200 #2 keep fragments attached to reassembled The idea is to attach the original skbs to the reassembled one, so the networking stack can choose which ones to use depending on the use case. Forwarding would operate on

[PATCH V2 -next 0/5] don't exceed original maximum fragment size when refragmenting

2015-05-04 Thread Florian Westphal
Hello, We would like to propose this patchset again. Only minor details changed since the last version, we incorporated the suggestion from Jesse to always store the size of the largest fragment received, regardless of the DF bit. Thus we never generate bigger fragments as originally received