From: Eric W. Biederman Date: Sun, 16 Mar 2014 00:38:42 +0000 (-0700) Subject: skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. X-Git-Tag: v3.15-rc1~113^2~96^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b88a8e18e873eb2ac803c4e735162e1b66cafd6;p=pandora-kernel.git skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. Replace dev_kfree_skb with dev_kfree_skb_any skge_xmit_free that can be called in hard irq and other contexts, on the path that handles dropped packets. Replace dev_kfree_skb with dev_consume_skb_any in skge_tx_done that can be called in hard irq and other contexts, on the path that handles successfully transmitted skbs. Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed