Files
linux/include
Eric Dumazet cdba756f58 net: move ndo_features_check() close to ndo_start_xmit()
TX fast path uses ndo_start_xmit(), ndo_features_check() and
ndo_select_queue().

Move ndo_features_check() close to ndo_start_xmit() to increase
data locality.

All "struct net_device_ops" should now be using C99 initializers.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-01-06 16:00:34 -05:00
..
2015-11-07 01:30:10 +01:00
2015-12-03 09:32:33 -08:00
2015-11-22 11:54:10 -05:00
2015-12-18 10:00:17 -05:00