netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net PATCH 0/2] Fixes for tunnel checksum and segmentation offloads
@ 2016-05-02 16:25 Alexander Duyck
  2016-05-02 16:25 ` [net PATCH 1/2] net: Disable segmentation if checksumming is not supported Alexander Duyck
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Alexander Duyck @ 2016-05-02 16:25 UTC (permalink / raw)
  To: netdev, ogerlitz, davem, alexander.duyck

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.

---

Alexander Duyck (2):
      net: Disable segmentation if checksumming is not supported
      vxlan: Add checksum check to the features check function


 include/linux/if_ether.h |    5 +++++
 include/net/vxlan.h      |    4 +++-
 net/core/dev.c           |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-05-03 20:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02 16:25 [net PATCH 0/2] Fixes for tunnel checksum and segmentation offloads Alexander Duyck
2016-05-02 16:25 ` [net PATCH 1/2] net: Disable segmentation if checksumming is not supported Alexander Duyck
2016-05-02 16:33   ` Tom Herbert
2016-05-02 16:48     ` Alexander Duyck
2016-05-02 17:07       ` Tom Herbert
2016-05-02 17:20         ` Alexander Duyck
2016-05-02 16:25 ` [net PATCH 2/2] vxlan: Add checksum check to the features check function Alexander Duyck
2016-05-03 20:01 ` [net PATCH 0/2] Fixes for tunnel checksum and segmentation offloads David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).