Module Name: src
Committed By: sborrill
Date: Mon Mar 16 11:11:47 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Ticket #781
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-9.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-9.1
diff -u src/doc/CHANGES-9.1:1.1.2.18 src/doc/CHANGES-9.1:1.1.2.19
--- src/doc/CHANGES-9.1:1.1.2.18 Fri Mar 13 08:34:25 2020
+++ src/doc/CHANGES-9.1 Mon Mar 16 11:11:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.18 2020/03/13 08:34:25 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.19 2020/03/16 11:11:46 sborrill Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -526,3 +526,11 @@ sys/netipsec/key.c 1.271
Fix kern/55066.
[knakahara, ticket #780]
+sys/arch/xen/xen/xennet_checksum.c 1.4
+
+ Make the packet length check less strict, allow the physical
+ packet longer than IP payload. This fixes problem where checksum
+ was not recomputed for short packets coming from Windows domU
+ on same physical host as it seems Windows does some padding.
+ [jdolecek, ticket #781]
+