Module Name:    src
Committed By:   snj
Date:           Tue Jan  2 10:48:51 UTC 2018

Modified Files:
        src/sys/net [netbsd-8]: if_gif.c if_gif.h
        src/sys/netinet [netbsd-8]: in_gif.c in_gif.h
        src/sys/netinet6 [netbsd-8]: in6_gif.c in6_gif.h

Log Message:
Pull up following revision(s) (requested by knakahara in ticket #462):
        sys/net/if_gif.c: revision 1.133, 1.134, 1.137
        sys/net/if_gif.h: revision 1.28-1.29
        sys/netinet/in_gif.c: revision 1.90-1.91
        sys/netinet/in_gif.h: revision 1.18
        sys/netinet6/in6_gif.c: revision 1.88-1.89
        sys/netinet6/in6_gif.h: revision 1.17
preserve gif(4) configs by psref(9) like vlan(4) and l2tp(4).
After Tx side does not use softint, gif(4) can use psref(9) for config
preservation like vlan(4) and l2tp(4).
update locking notes later.
--
update gif(4) locking notes.
--
IFF_RUNNING checking in Rx and Tx processing is unnecessary now.
Because the configs of gif (members of gif_var) are protected by psref(9).
--
remove duplicated null ckeck


To generate a diff of this commit:
cvs rdiff -u -r1.126.2.6 -r1.126.2.7 src/sys/net/if_gif.c
cvs rdiff -u -r1.25.8.1 -r1.25.8.2 src/sys/net/if_gif.h
cvs rdiff -u -r1.87.8.2 -r1.87.8.3 src/sys/netinet/in_gif.c
cvs rdiff -u -r1.16.10.1 -r1.16.10.2 src/sys/netinet/in_gif.h
cvs rdiff -u -r1.85.6.2 -r1.85.6.3 src/sys/netinet6/in6_gif.c
cvs rdiff -u -r1.15.10.1 -r1.15.10.2 src/sys/netinet6/in6_gif.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to