From: Herbert Xu Date: Fri, 30 Jun 2006 20:36:35 +0000 (-0700) Subject: [NET]: Generalise TSO-specific bits from skb_setup_caps X-Git-Tag: v2.6.18-rc1~252^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd76111178ebccedd46a9b3eaff65c78e5a70af;p=pandora-kernel.git [NET]: Generalise TSO-specific bits from skb_setup_caps This patch generalises the TSO-specific bits from sk_setup_caps by adding the sk_gso_type member to struct sock. This makes sk_setup_caps generic so that it can be used by TCPv6 or UFO. The only catch is that whoever uses this must provide a GSO implementation for their protocol which I think is a fair deal :) For now UFO continues to live without a GSO implementation which is OK since it doesn't use the sock caps field at the moment. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed