linux/drivers/net/ethernet/chelsio
Eric W. Biederman 42ffda5fe7 cxfb4vf: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.
Replace kfree_skb with dev_consume_skb_any in free_tx_desc that can be
called in hard irq and other contexts. dev_consume_skb_any is used
as this function consumes successfully transmitted skbs.

Replace dev_kfree_skb with dev_kfree_skb_any in t4vf_eth_xmit that can
be called in hard irq and other contexts, on paths that drop the skb.

Replace dev_kfree_skb with dev_consume_skb_any in t4vf_eth_xmit that can
be called in hard irq and other contexts, on paths that successfully
transmit the skb.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2014-03-24 21:18:58 -07:00
..
cxgb drivers/net: delete non-required instances of include <linux/init.h> 2014-01-16 11:53:26 -08:00
cxgb3 cxgb3: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb. 2014-03-24 21:18:57 -07:00
cxgb4 cxgb4: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb. 2014-03-24 21:18:57 -07:00
cxgb4vf cxfb4vf: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb. 2014-03-24 21:18:58 -07:00
Kconfig cxgb3: Restore dependency on INET 2012-11-28 17:40:59 -05:00
Makefile