diff options
author | Alexey Kodanev <[email protected]> | 2017-10-06 19:02:35 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-10-08 10:12:15 -0700 |
commit | 3d0241d57c7b25bb75ac9d7a62753642264fdbce (patch) | |
tree | 536ca01291bd131be75fed6742557d1885774622 /net/tipc | |
parent | a69518cf0b4cbf02c6bc1239cdeb8750a9eb8077 (diff) |
gso: fix payload length when gso_size is zero
When gso_size reset to zero for the tail segment in skb_segment(), later
in ipv6_gso_segment(), __skb_udp_tunnel_segment() and gre_gso_segment()
we will get incorrect results (payload length, pcsum) for that segment.
inet_gso_segment() already has a check for gso_size before calculating
payload.
The issue was found with LTP vxlan & gre tests over ixgbe NIC.
Fixes: 07b26c9454a2 ("gso: Support partial splitting at the frag_list pointer")
Signed-off-by: Alexey Kodanev <[email protected]>
Acked-by: Alexander Duyck <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc')
0 files changed, 0 insertions, 0 deletions