Up to [cvs.NetBSD.org] / src / sys / netinet6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: chs-ubc2
Revision 1.2.2.3 / (download) - annotate - [select for diffs], Mon Aug 2 22:36:05 1999 UTC (13 years, 9 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.2.2.2: +10 -5
lines
Diff to previous 1.2.2.2 (colored) next main 1.3 (colored)
Update from trunk.
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Thu Jul 1 23:48:28 1999 UTC (13 years, 10 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.2.2.1: +1017 -0
lines
Diff to previous 1.2.2.1 (colored)
Sync w/ -current.
Revision 1.2.2.1, Thu Jul 1 08:12:55 1999 UTC (13 years, 10 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.2: +0 -1017
lines
FILE REMOVED
file ip6_input.c was added on branch chs-ubc2 on 1999-07-01 23:48:28 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 1 08:12:55 1999 UTC (13 years, 10 months ago) by itojun
Branch: MAIN
Branch point for: chs-ubc2
Changes since 1.1: +1017 -0
lines
Diff to previous 1.1 (colored)
IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.
(Sorry for a big commit, I can't separate this into several pieces...)
Pls check sys/netinet6/TODO and sys/netinet6/IMPLEMENTATION for details.
- sys/kern: do not assume single mbuf, accept chained mbuf on passing
data from userland to kernel (or other way round).
- "midway" ATM card: ATM PVC pseudo device support, like those done in ALTQ
package (ftp://ftp.csl.sony.co.jp/pub/kjc/).
- sys/netinet/tcp*: IPv4/v6 dual stack tcp support.
- sys/netinet/{ip6,icmp6}.h, sys/net/pfkeyv2.h: IETF document assumes those
file to be there so we patch it up.
- sys/netinet: IPsec additions are here and there.
- sys/netinet6/*: most of IPv6 code sits here.
- sys/netkey: IPsec key management code
- dev/pci/pcidevs: regen
In my understanding no code here is subject to export control so it
should be safe.