From: Jens Osterkamp Date: Thu, 1 Feb 2007 11:07:47 +0000 (+0100) Subject: spidernet : fix memory leak in spider_net_stop X-Git-Tag: v2.6.20~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a55eb05a57a981f16325d035ee3a3ad10485ea0d;p=pandora-kernel.git spidernet : fix memory leak in spider_net_stop We forget to call spider_net_free_rx_chain_contents which does the actual dev_kfree_skb. New skbs are allocated from skbuff_head_cache on each "ifconfig up" letting the cache grow infinitely. This patch fixes it. Signed-off-by: Jens Osterkamp Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed