From: Ben Hutchings Date: Mon, 16 Jan 2012 12:38:59 +0000 (+0000) Subject: net: Use device model to get driver name in skb_gso_segment() X-Git-Tag: v3.3-rc1~17^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e52ac3398c3d772d372b9b62ab408fd5eec96840;p=pandora-kernel.git net: Use device model to get driver name in skb_gso_segment() ethtool operations generally require the caller to hold RTNL and are not safe to call in atomic context. The device model provides this information for most devices; we'll only lose it for some old ISA drivers. Signed-off-by: Ben Hutchings Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed