Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: knakahara
Date: Fri Feb 26 07:35:17 UTC 2016
Modified Files:
src/sys/net: if_gif.c
src/sys/netinet: ip_encap.c ip_encap.h
src/sys/netinet6: in6_gif.c in6_gif.h
Log Message:
To eliminate gif_softc_list linear search, add extra argument to encapsw.pr_ctlinput().
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/net/if_gif.c
cvs rdiff -u -r1.51 -r1.52 src/sys/netinet/ip_encap.c
cvs rdiff -u -r1.17 -r1.18 src/sys/netinet/ip_encap.h
cvs rdiff -u -r1.71 -r1.72 src/sys/netinet6/in6_gif.c
cvs rdiff -u -r1.13 -r1.14 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.
Home |
Main Index |
Thread Index |
Old Index