Source-Changes-HG archive

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

[src/netbsd-8]: src/doc Tickets #694, #695, and #697



details:   https://anonhg.NetBSD.org/src/rev/cd5d5813b907
branches:  netbsd-8
changeset: 851566:cd5d5813b907
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Apr 05 14:42:36 2018 +0000

description:
Tickets #694, #695, and #697

diffstat:

 doc/CHANGES-8.0 |  25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 6cbf2245327e -r cd5d5813b907 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0   Thu Apr 05 14:41:07 2018 +0000
+++ b/doc/CHANGES-8.0   Thu Apr 05 14:42:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.163 2018/04/04 16:42:03 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.164 2018/04/05 14:42:36 martin Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -10889,3 +10889,26 @@
        to bypass a certain number of filtering rules.
        [maxv, ticket #693]
 
+sys/net/if_etherip.c                           1.41,1.42
+sys/netinet/ip_etherip.c                       1.21
+sys/netinet6/ip6_etherip.c                     1.22
+
+       Don't call if_attach, do if_initialize+if_register instead.
+       Style, and do not add M_PKTHDR again, instead assert that it
+       is already there.
+       Add a missing NULL check after m_pullup.
+       [maxv, ticket #694]
+
+sys/kern/uipc_mbuf.c                           1.182
+sys/netinet/ip_reass.c                         1.14
+sys/netinet6/frag6.c                           1.67
+sys/sys/mbuf.h                                 1.179
+
+       Remove M_PKTHDR from secondary mbufs when reassembling packets.
+       [maxv, ticket #695]
+
+sys/net/route.c                                        1.208
+
+       Kill remaining rt->rt_refcnt++
+       [ozaki-r, ticket #697]
+



Home | Main Index | Thread Index | Old Index