Files
linux/net/core
David S. Miller 59a970a821 netpoll: Fix missing TXQ unlock and and OOPS.
[ Upstream commit aca5f58f9b ]

The VLAN tag handling code in netpoll_send_skb_on_dev() has two problems.

1) It exits without unlocking the TXQ.

2) It then tries to queue a NULL skb to npinfo->txq.

Reported-by: Ahmed Tamrawi <atamrawi@iastate.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
[ kamal: backport to 3.8 (context) ]
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
2014-01-16 09:49:45 -08:00
..
2013-04-05 09:26:19 -07:00
2012-04-02 04:33:44 -04:00
2010-11-28 18:24:14 -08:00
2014-01-16 09:49:36 -08:00
2012-10-12 13:56:52 -04:00