From: Paul Durrant Date: Wed, 16 Oct 2013 16:50:31 +0000 (+0100) Subject: xen-netback: handle IPv6 TCP GSO packets from the guest X-Git-Tag: v3.13-rc1~105^2~184^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94685876859be30446357db6d6c4a9c951305b4;p=pandora-kernel.git xen-netback: handle IPv6 TCP GSO packets from the guest This patch adds a xenstore feature flag, festure-gso-tcpv6, to advertise that netback can handle IPv6 TCP GSO packets. It creates SKB_GSO_TCPV6 skbs if the frontend passes an extra segment with the new type XEN_NETIF_GSO_TYPE_TCPV6 added to netif.h. Signed-off-by: Paul Durrant Cc: Wei Liu Cc: David Vrabel Acked-by: Ian Campbell Signed-off-by: David S. Miller --- Reading git-diff-tree failed