Searched hist:"2 b89ed65a6f201a6a4f0450ad289aa4bf491608c" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | ip6_output.c | diff 2b89ed65a6f201a6a4f0450ad289aa4bf491608c Sun Jan 29 21:52:53 CST 2017 Vlad Yasevich <vyasevich@gmail.com> ipv6: Paritially checksum full MTU frames
IPv6 will mark data that is smaller that mtu - headersize as CHECKSUM_PARTIAL, but if the data will completely fill the mtu, the packet checksum will be computed in software instead. Extend the conditional to include the data that fills the mtu as well.
Signed-off-by: Vladislav Yasevich <vyasevic@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|