Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc Ticket #781



details:   https://anonhg.NetBSD.org/src/rev/7b91eac55c95
branches:  netbsd-9
changeset: 745923:7b91eac55c95
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Mon Mar 16 11:11:46 2020 +0000

description:
Ticket #781

diffstat:

 doc/CHANGES-9.1 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 136ebe17b541 -r 7b91eac55c95 doc/CHANGES-9.1
--- a/doc/CHANGES-9.1   Mon Mar 16 11:11:13 2020 +0000
+++ b/doc/CHANGES-9.1   Mon Mar 16 11:11:46 2020 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index