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

Re: [PATCH] drivers/net: spidernet driver on Celleb

2006-12-12 Thread Jim Lewis
I got a note from Jens earlier today that mentioned some changes he has made to the PHY code. He plans to get those in soon, so this might be solved already. Jim Lewis On Wed, 2006-12-13 at 14:54 +1100, Benjamin Herrenschmidt wrote: > On Tue, 2006-12-12 at 19:14 -0600, Linas Vepstas wr

[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 pat

[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 ++- drive

[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/MAINT

Patch to add ethtool -g to Spidernet network driver

2006-08-05 Thread Jim Lewis
ethtool_get_drvinfo, @@ -141,5 +153,6 @@ struct ethtool_ops spider_net_ethtool_op .set_rx_csum= spider_net_ethtool_set_rx_csum, .get_tx_csum= spider_net_ethtool_get_tx_csum, .set_tx_csum= spider_net_ethtool_set_tx_csum, + .get_ringparam =