Re: [PATCH 2/14] Spidernet add net_ratelimit to suppress long output

2006-12-13 Thread Jim Lewis
It is in the LTC Bugzilla. I just checked and it is still there :) Jim On Thu, 2006-12-14 at 10:31 +1100, Michael Ellerman wrote: On Wed, 2006-12-13 at 15:08 -0600, Linas Vepstas wrote: This patch adds net_ratelimit to many of the printks in order to limit extraneous warning messages

[PATCH] Spidernet - remove ETH_ZLEN check in earlier patch

2006-11-10 Thread Jim Lewis
Subject: Spidernet - remove ETH_ZLEN check in earlier patch From: James K Lewis [EMAIL PROTECTED] In an earlier patch, code was added to pad packets that were less that ETH_ZLEN (60) bytes using the skb_pad function. This has caused hangs when accessing certain NFS mounted file systems. This

[PATCH] Spidernet: add ethtool -S (show statistics)

2006-09-21 Thread Jim Lewis
This patch adds the ethtool -S (show statistics) feature to the Spidernet ethernet driver. I have tested it extensively and believe it is ready to be applied. Signed-off-by: James K Lewis --- drivers/net/spider_net.c | 10 ++ drivers/net/spider_net.h | 11 ++-

[PATCH]: Add to MAINTAINERS file

2006-08-28 Thread Jim Lewis
This patch adds Jim Lewis to the MAINTAINERS file for the Spidernet network driver. Signed-off-by: James K Lewis [EMAIL PROTECTED] --- MAINTAINERS |6 ++ 1 file changed, 6 insertions(+) Index: linux-2.6.18-rc2/MAINTAINERS