From: Pravin B Shelar Date: Thu, 14 Feb 2013 09:44:55 +0000 (+0000) Subject: net: factor out skb_mac_gso_segment() from skb_gso_segment() X-Git-Tag: v3.9-rc1~139^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05e8ef4ab2d8087d360e814d14da20b9f7fb2283;p=pandora-kernel.git net: factor out skb_mac_gso_segment() from skb_gso_segment() This function will be used in next GRE_GSO patch. This patch does not change any functionality. It only exports skb_mac_gso_segment() function. [ Use skb_reset_mac_len() -DaveM ] Signed-off-by: Pravin B Shelar Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed