Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: john heasley <heas@netbsd.org>
List: source-changes
Date: 03/05/2005 18:32:59
Module Name:	src
Committed By:	heas
Date:		Sat Mar  5 18:32:59 UTC 2005

Modified Files:
	src/sys/dev/ic: gem.c

Log Message:
Bail on the h/w checksum for packets that are longer than the ip header
indicates they should be to handle stacks that use uninitialized buffers
for ethernet padding as well as my cisco switch which likes to add
unnecessary pad bytes to the end of it's syn's.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/dev/ic/gem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.