linux-stable/drivers/staging/octeon
Eric W. Biederman 8b6da5fb96 staging/octeon-ethernet: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.
Replace dev_kfree_skb with dev_kfree_skb_any in cvm_oct_xmit_pow which
can be called in hard irq and other contexts, on the code paths that
drop packets.

Replace dev_kfree_skb with dev_consume_skb_any in cvm_oct_xmit_pow which
can be called in hard irq and other contexts, on the code path where
the packet is transmitted successfully.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2014-03-24 21:19:24 -07:00
..
ethernet-defines.h
ethernet-mdio.c ethtool: fix drvinfo strings set in drivers 2013-01-06 21:06:31 -08:00
ethernet-mdio.h staging: delete non-required instances of include <linux/init.h> 2013-12-17 10:08:14 -08:00
ethernet-mem.c staging: octeon-ethernet: remove skb alloc failure warnings 2013-09-17 10:10:29 +02:00
ethernet-mem.h
ethernet-rgmii.c staging: octeon-ethernet: rgmii: enable interrupts that we can handle 2013-09-17 10:11:31 +02:00
ethernet-rx.c staging: delete non-required instances of include <linux/init.h> 2013-12-17 10:08:14 -08:00
ethernet-rx.h
ethernet-sgmii.c
ethernet-spi.c Staging: octeon: quoted string split across lines in ethernet-spi.c 2013-10-11 13:52:00 -07:00
ethernet-tx.c staging/octeon-ethernet: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. 2014-03-24 21:19:24 -07:00
ethernet-tx.h
ethernet-util.h
ethernet-xaui.c
ethernet.c staging: delete non-required instances of include <linux/init.h> 2013-12-17 10:08:14 -08:00
Kconfig MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOC 2013-06-10 18:01:25 +02:00
Makefile
octeon-ethernet.h