Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Ticket #1521
details: https://anonhg.NetBSD.org/src/rev/9f986fc0e35d
branches: netbsd-8
changeset: 745928:9f986fc0e35d
user: sborrill <sborrill%NetBSD.org@localhost>
date: Mon Mar 16 12:23:05 2020 +0000
description:
Ticket #1521
diffstat:
doc/CHANGES-8.2 | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r d47d46e6db46 -r 9f986fc0e35d doc/CHANGES-8.2
--- a/doc/CHANGES-8.2 Mon Mar 16 12:22:03 2020 +0000
+++ b/doc/CHANGES-8.2 Mon Mar 16 12:23:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.107 2020/03/13 08:36:23 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.108 2020/03/16 12:23:05 sborrill Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -2140,3 +2140,11 @@
Fix kern/55066.
[knakahara, ticket #1520]
+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 #1521]
+
Home |
Main Index |
Thread Index |
Old Index