Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 08/21/2003 14:49:51
Module Name: src
Committed By: jonathan
Date: Thu Aug 21 14:49:51 UTC 2003
Modified Files:
src/sys/netinet: tcp_input.c udp_usrreq.c
Log Message:
Honour the M_CSUM_NO_PSEUDOHDR, if set on inbound TCP and UDP packets.
Tested against bcm5700 with patched if_bge.c.
To generate a diff of this commit:
cvs rdiff -r1.175 -r1.176 src/sys/netinet/tcp_input.c
cvs rdiff -r1.105 -r1.106 src/sys/netinet/udp_usrreq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.