From: Florian Westphal <fw@xxxxxxxxx> Date: Wed, 1 Apr 2015 22:36:28 +0200 > Add mtu arguments to ip_fragment and remove the bridge netfilter mtu > helper. I told you I disagree with this approach. Anything that adds an 'mtu' argument to ip_fragment() I am not even going to look at seriously, there must be device context when you call that function. Furthermore, and even more importantly, right now what bridge netfilter does with fragmentation is _terminally_ broken. It absolutely does not guarantee to preserve the geometry of the incoming fragment stream. This is why you must use something like GRO/GSO, which is built to positively and provably preserve the geometry of SKBs as they are packed and unpacked. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html