From: Eric W. Biederman Date: Tue, 11 Mar 2014 21:20:26 +0000 (-0700) Subject: gianfar: Carefully free skbs in functions called by netpoll. X-Git-Tag: v3.15-rc1~113^2~162^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9974ad4aeb36003860100221a594f3c0ccc3f78;p=pandora-kernel.git gianfar: Carefully free skbs in functions called by netpoll. netpoll can call functions in hard irq context that are ordinarily called in lesser contexts. For those functions use dev_kfree_skb_any and dev_consume_skb_any so skbs are freed safely from hard irq context. Signed-off-by: "Eric W. Biederman" Signed-off-by: David S. Miller --- Reading git-diff-tree failed