From: David S. Miller Date: Sat, 30 Aug 2014 22:17:13 +0000 (-0700) Subject: net: Separate out SKB validation logic from transmit path. X-Git-Tag: fixes-against-v3.18-rc2~81^2~190^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eae3f88ee44251bcca3a085f9565257c6f9f9e69;p=pandora-kernel.git net: Separate out SKB validation logic from transmit path. dev_hard_start_xmit() does two things, it first validates and canonicalizes the SKB, then it actually sends it. Make a set of helper functions for doing the first part. Signed-off-by: David S. Miller --- Reading git-diff-tree failed