> Anyway, currently it is easy to generate broken checksums on the wire > and would like to solve that for net, we certainly can improve that in > net-next. > Hannes,
The IPv4 fragment code is very similar to IPv6 in that both will perform skb_checksum_help only in the slow_path, so it seems like skb_checksum_help should be called earlier before the fragments are generated in both cases. If we're not correctly setting checksum for packets that are fragmented that is an issue with the stack. Tom > Bye, > Hannes -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html