From: Stephen Hemminger Date: Fri, 21 Nov 2008 04:14:53 +0000 (-0800) Subject: netdev: add more functions to netdevice ops X-Git-Tag: v2.6.29-rc1~581^2~615 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=008298231abbeb91bc7be9e8b078607b816d1a4a;p=pandora-kernel.git netdev: add more functions to netdevice ops This patch moves neigh_setup and hard_start_xmit into the network device ops structure. For bisection, fix all the previously converted drivers as well. Bonding driver took the biggest hit on this. Added a prefetch of the hard_start_xmit in the fast path to try and reduce any impact this would have. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed