original_kernel/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
xp.h
xp_main.c
xp_nofault.S
xp_sn2.c
xp_uv.c
xpc.h
xpc_channel.c
xpc_main.c
xpc_partition.c
xpc_sn2.c
xpc_uv.c
xpnet.c