Re: [Patch net] sch_plug: purge buffered packets during reset

2015-07-24 Thread David Miller
From: Cong Wang Date: Tue, 21 Jul 2015 16:31:53 -0700 > Otherwise the skbuff related structures are not correctly > refcount'ed. > > Cc: Jamal Hadi Salim > Signed-off-by: Cong Wang Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord

[Patch net] sch_plug: purge buffered packets during reset

2015-07-21 Thread Cong Wang
Otherwise the skbuff related structures are not correctly refcount'ed. Cc: Jamal Hadi Salim Signed-off-by: Cong Wang --- net/sched/sch_plug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/sched/sch_plug.c b/net/sched/sch_plug.c index 89f8fcf..ade9445 100644 --- a/net/sched/sch_plug.c