Module Name: src Committed By: msaitoh Date: Sun Dec 21 20:51:04 UTC 2014
Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: Ticket 1936. To generate a diff of this commit: cvs rdiff -u -r1.1.2.86 -r1.1.2.87 src/doc/CHANGES-5.3 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-5.3 diff -u src/doc/CHANGES-5.3:1.1.2.86 src/doc/CHANGES-5.3:1.1.2.87 --- src/doc/CHANGES-5.3:1.1.2.86 Mon Dec 15 07:12:24 2014 +++ src/doc/CHANGES-5.3 Sun Dec 21 20:51:04 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.3,v 1.1.2.86 2014/12/15 07:12:24 snj Exp $ +# $NetBSD: CHANGES-5.3,v 1.1.2.87 2014/12/21 20:51:04 msaitoh Exp $ A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3 release: @@ -1267,3 +1267,9 @@ xsrc/xfree/xc/programs/Xserver/render/re CVE-2014-8103 [mrg, ticket #1935] +sys/dev/ic/rtl8169.c 1.142 + + RealTek 8139C+ incorrectly identifies UDP checksum 0xffff as bad. + Force software recalculation of UDP checksum if bad checksum is + reported by the hardware. + [uwe, ticket #1936]