From: Jesse Gross Date: Sun, 9 Jan 2011 06:23:33 +0000 (+0000) Subject: net offloading: Convert dev_gso_segment() to use precomputed features. X-Git-Tag: v2.6.38-rc1~403^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91ecb63c074d802f8cf103f1dafb4aed24d0f24c;p=pandora-kernel.git net offloading: Convert dev_gso_segment() to use precomputed features. This switches dev_gso_segment() to use the device features computed by the centralized routine. In doing so, it fixes a problem where it would always use dev->features, instead of those appropriate to the number of vlan tags if any are present. Signed-off-by: Jesse Gross Signed-off-by: David S. Miller --- Reading git-diff-tree failed