alistair23-linux/drivers/net/ethernet/intel/ixgbevf
Alexander Duyck e7fcd5439f ixgbevf: Use dev_kfree_skb_any in xmit path, not dev_kfree_skb
With netpoll making use of the transmit function it is possible for the
ndo_start_xmit function to be called with irqs disabled.  As such we need
to use dev_kfree_skb_any in the Tx cleanup path for frames that are
dropped.

Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-05-04 00:06:55 -04:00
..
defines.h ixgbevf: Fix code comments and whitespace 2015-03-13 15:41:07 -07:00
ethtool.c ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key 2015-04-11 11:50:28 -07:00
ixgbevf.h ixgbevf: Add RSS Key query code 2015-04-11 11:39:19 -07:00
ixgbevf_main.c ixgbevf: Use dev_kfree_skb_any in xmit path, not dev_kfree_skb 2015-05-04 00:06:55 -04:00
Makefile ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
mbx.c ixgbevf: Fix code comments and whitespace 2015-03-13 15:41:07 -07:00
mbx.h ixgbevf: Add RSS Key query code 2015-04-11 11:39:19 -07:00
regs.h ixgbevf: Fix code comments and whitespace 2015-03-13 15:41:07 -07:00
vf.c ixgbevf: Add RSS Key query code 2015-04-11 11:39:19 -07:00
vf.h ixgbevf: Add RSS Key query code 2015-04-11 11:39:19 -07:00