linux/drivers/net/atlx
Eric Dumazet 1ae5dc342a 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 <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-05-10 05:01:31 -07:00
..
atl1.c drivers: net: use skb_headlen() 2010-04-14 16:11:33 -07:00
atl1.h atlx: timer cleanup 2008-11-02 08:00:15 -05:00
atl2.c net: trans_start cleanups 2010-05-10 05:01:31 -07:00
atl2.h tree-wide: Assorted spelling fixes 2010-02-09 11:13:56 +01:00
atlx.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
atlx.h atlx: move modinfo data from atlx.h to atl1.c 2009-05-26 20:50:12 -07:00
Makefile