Files
linux/drivers
Stephen Hemminger b5d56ddc3f [PATCH] skge: dont use dev_alloc_skb for rx buffs
The skge driver was using dev_alloc_skb which reserves space for the
Ethernet header. This unnecessary and it should just use alloc_skb,
also by using GFP_KERNEL during startup it won't run into problems when
a user asks for a huge ring size or mtu and potentially drains the
reserved atomic pool.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-03-23 17:13:54 -05:00
..
2006-03-23 07:38:16 -08:00
2006-02-13 22:30:10 -08:00
2006-03-23 07:38:14 -08:00
2006-03-23 07:38:16 -08:00
2006-03-22 07:53:55 -08:00
2006-03-09 19:47:37 -08:00
2006-03-23 07:38:11 -08:00
2006-03-23 07:38:16 -08:00
2006-03-23 07:38:16 -08:00
2006-01-10 00:08:17 +01:00
2006-01-18 19:20:31 -08:00