Source-Changes-HG archive

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

[src/netbsd-7]: src/doc Ticket #1726



details:   https://anonhg.NetBSD.org/src/rev/26382a624019
branches:  netbsd-7
changeset: 745926:26382a624019
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Mon Mar 16 12:09:46 2020 +0000

description:
Ticket #1726

diffstat:

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

diffs (21 lines):

diff -r 436e729b590a -r 26382a624019 doc/CHANGES-7.3
--- a/doc/CHANGES-7.3   Mon Mar 16 12:08:37 2020 +0000
+++ b/doc/CHANGES-7.3   Mon Mar 16 12:09:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.77 2020/03/08 09:20:52 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.78 2020/03/16 12:09:46 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -819,3 +819,11 @@
        the bus methods since we already define them anyway.
        [is, ticket #1725]
 
+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 #1726]
+



Home | Main Index | Thread Index | Old Index