linux/drivers/misc/sgi-xp
Patrick McHardy 3790c8cdb9 net: fix network driver ndo_start_xmit() return values (part 1)
Fix up drivers that return an errno value to qdisc_restart(), causing
qdisc_restart() to print a warning and requeue/retransmit the skb.

- xpnet: memory allocation error, intention is to drop
- ethoc: oversized packet, packet must be dropped
- ibmlana: skb freed: use after free
- rrunner: skb freed: use after free

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-06-13 01:18:32 -07:00
..
Makefile sgi-xp: only build for ia64-sn2 when CONFIG_IA64_GENERIC specified 2008-10-30 11:38:46 -07:00
xp.h SGI IA64 UV: fix ia64 build error in the linux-next tree 2009-02-11 13:31:47 +01:00
xp_main.c sgi-xp/sgi-gru: allow modules to load on non-uv systems 2009-04-21 13:41:50 -07:00
xp_nofault.S [IA64] run some drivers/misc/sgi-xp through scripts/Lindent 2008-04-22 15:08:29 -07:00
xp_sn2.c sgi-xp: define xp_expand_memprotect() and xp_restrict_memprotect() 2008-11-05 20:32:20 -08:00
xp_uv.c sgi-xp: define xp_partition_id and xp_region_size 2008-11-05 20:32:21 -08:00
xpc.h sgi-xpc: clean up numerous globals 2009-04-13 15:04:33 -07:00
xpc_channel.c sgi-xpc: clean up numerous globals 2009-04-13 15:04:33 -07:00
xpc_main.c sgi-xpc: clean up numerous globals 2009-04-13 15:04:33 -07:00
xpc_partition.c sgi-xpc: clean up numerous globals 2009-04-13 15:04:33 -07:00
xpc_sn2.c sgi-xpc: clean up numerous globals 2009-04-13 15:04:33 -07:00
xpc_uv.c sgi-xpc: clean up numerous globals 2009-04-13 15:04:33 -07:00
xpnet.c net: fix network driver ndo_start_xmit() return values (part 1) 2009-06-13 01:18:32 -07:00