netpoll: Fix missing TXQ unlock and and OOPS.
authorDavid S. Miller <davem@davemloft.net>
Fri, 3 Jan 2014 00:50:52 +0000 (19:50 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Jan 2014 00:50:52 +0000 (19:50 -0500)
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>
net/core/netpoll.c

Simple merge