From: Eric Dumazet Date: Mon, 10 May 2010 12:01:31 +0000 (-0700) Subject: net: trans_start cleanups X-Git-Tag: v2.6.35-rc1~473^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ae5dc342ac78d7a42965fd1f323815f6f5ef2c1;p=pandora-kernel.git net: trans_start cleanups Now that core network takes care of trans_start updates, dont do it in drivers themselves, if possible. Drivers can avoid one cache miss (on dev->trans_start) in their start_xmit() handler. Exceptions are NETIF_F_LLTX drivers Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed