commit | 2b89ed65a6f201a6a4f0450ad289aa4bf491608c | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vyasevich@gmail.com> | Sun Jan 29 22:52:53 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 30 15:51:12 2017 -0500 |
tree | 84d46ed640f648af30847b308ccc88a467dba2df | |
parent | d585df1c5ccf995fcee910705ad7a9cdd11d4152 [diff] |
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>