mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
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> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| xp_main.c | ||
| xp_nofault.S | ||
| xp_sn2.c | ||
| xp_uv.c | ||
| xp.h | ||
| xpc_channel.c | ||
| xpc_main.c | ||
| xpc_partition.c | ||
| xpc_sn2.c | ||
| xpc_uv.c | ||
| xpc.h | ||
| xpnet.c | ||