From: Jesse Gross Date: Sun, 9 Jan 2011 06:23:32 +0000 (+0000) Subject: net offloading: Pass features into netif_needs_gso(). X-Git-Tag: v2.6.38-rc1~403^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc741216db156994c554ac31c1151fe0e00d8f0e;p=pandora-kernel.git net offloading: Pass features into netif_needs_gso(). Now that there is a single function that can compute the device features relevant to a packet, we don't want to run it for each offload. This converts netif_needs_gso() to take the features of the device, rather than computing them itself. Signed-off-by: Jesse Gross Signed-off-by: David S. Miller --- Reading git-diff-tree failed