Files
linux/drivers
Paolo Abeni df10db98ab tun: fix csum generation for tap devices
The commit 3416609363 ("tuntap: use common code for virtio_net_hdr
and skb GSO conversion") replaced the tun code for header manipulation
with the generic helpers. While doing so, it implictly moved the
skb_partial_csum_set() invocation after eth_type_trans(), which
invalidate the current gso start/offset values.
Fix it by moving the helper invocation before the mac pulling.

Fixes: 3416609363 ("tuntap: use common code for virtio_net_hdr and skb GSO conversion")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Acked-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-06-15 14:00:33 -07:00
..
2016-06-09 23:48:54 +02:00
2016-05-31 11:52:59 -07:00
2016-05-31 22:17:05 +05:30
2016-06-10 23:24:54 -07:00
2016-05-29 22:32:27 -07:00
2016-06-07 15:56:31 -07:00
2016-05-31 21:25:52 -06:00
2016-05-31 08:20:43 +03:00