]> err.no Git - linux-2.6/commit
[PATCH] Spidernet: remove ETH_ZLEN check in earlier patch
authorJames K Lewis <jklewis@us.ibm.com>
Fri, 17 Nov 2006 22:39:36 +0000 (14:39 -0800)
committerJeff Garzik <jeff@garzik.org>
Thu, 30 Nov 2006 11:14:06 +0000 (06:14 -0500)
commit9c434f5e2181097e1d22d9b3e381ca6d693e5188
treedc2b9aa9b07995601166e7d5b11545065a467cd0
parent418e8f3d7ef4a30d4b5c84440641c9792a7f83f1
[PATCH] Spidernet: remove ETH_ZLEN check in earlier patch

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 removes the check
and solves the NFS problem.  The driver, with this patch, has been tested
extensively.  Please apply.

Signed-off-by: James K Lewis <jklewis@us.ibm.com>
Cc: Stephen Hemminger <shemminger@osdl.org>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/spider_net.c
drivers/net/spider_net.h