]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tunnel-csum-and-sg-offloads'
authorDavid S. Miller <davem@davemloft.net>
Tue, 3 May 2016 20:00:55 +0000 (16:00 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 May 2016 20:00:55 +0000 (16:00 -0400)
commitacb2f5dde2f2ce2ed0fe0e58730645d76e6587e5
tree07ad6618b99e127871db7b4c77c586730cd18fcb
parent2cb9099e0a11ca922ebe4aeb6d18f3913d5cf164
parentd266db19c71ea84bc3dfa699781cc40857e2b9b1
Merge branch 'tunnel-csum-and-sg-offloads'

Alexander Duyck says:

====================
Fixes for tunnel checksum and segmentation offloads

This patch series is a subset of patches I had submitted for net-next.  I
plan to drop these two patches from the v3 of "Fix Tunnel features and
enable GSO partial for several drivers" and I am instead submitting them
for net since these are truly fixes and likely will need to be backported
to stable branches.

This series addresses 2 specific issues.  The first is that we could
request TSO on a v4 inner header while not supporting checksum offload of
the outer IPv6 header.  The second is that we could request an IPv6 inner
checksum offload without validating that we could actually support an inner
IPv6 checksum offload.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>