History log of /src/sys/netinet6/pim6_var.h |
Revision | | Date | Author | Comments |
1.15 |
| 22-Aug-2018 |
msaitoh | - Cleanup for dynamic sysctl: - Remove unused *_NAMES macros for sysctl. - Remove unused *_MAXID for sysctls. - Move CTL_MACHDEP sysctl definitions for m68k into m68k/include/cpu.h and use them on all m68k machines.
|
1.14 |
| 15-Apr-2008 |
thorpej | branches: 1.14.90; 1.14.92; Make pim6 stats per-cpu.
|
1.13 |
| 10-Dec-2005 |
elad | branches: 1.13.70; Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ago.
|
1.12 |
| 28-Aug-2005 |
rpaulo | Implement net.inet6.pim6.stats sysctl.
Reviewed by Elad Efrat.
|
1.11 |
| 04-Sep-2004 |
manu | branches: 1.11.12; IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on tech-net@
|
1.10 |
| 23-Sep-2002 |
simonb | branches: 1.10.6; Remove an extern declaration for the "pim6stat" variable; the only other occurance of this is a static variable in ip6_mroute.c.
|
1.9 |
| 10-Feb-2001 |
itojun | branches: 1.9.2; 1.9.4; to sync with kame better, (1) remove register declaration for variables, (2) sync whitespaces, (3) update comments. (4) bring in some of portability and logging enhancements. no functional changes here.
|
1.8 |
| 07-Jun-2000 |
itojun | s/PIMCTL/PIM6CTL/ to avoid future confusion.
|
1.7 |
| 06-Jan-2000 |
itojun | branches: 1.7.2; remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec code, from netbsd-current repository. #ifdef'ed version is always available from ftp.kame.net.
XXX please do not make too many diff-unfriendly changes, we'll need to take bunch of diffs on upgrade...
|
1.6 |
| 13-Dec-1999 |
itojun | sync IPv6 part with latest KAME tree. IPsec part is left unmodified due to massive changes in KAME side. - IPv6 output goes through nd6_output - faith can capture IPv4 packets as well - you can run IPv4-to-IPv6 translator using heavily modified DNS servers - per-interface statistics (required for IPv6 MIB) - interface autoconfig is revisited - udp input handling has a big change for mapped address support. - introduce in4_cksum() for non-overwriting checksumming - introduce m_pulldown() - neighbor discovery cleanups/improvements - netinet/in.h strictly conforms to RFC2553 (no extra defs visible to userland) - IFA_STATS is fixed a bit (not tested) - and more more more.
TODO: - cleanup os-independency #ifdef - avoid rcvif dual use (for IPsec) to help ifdetach
(sorry for jumbo commit, I can't separate this any more...)
|
1.5 |
| 19-Nov-1999 |
bouyer | Update protocoles and interfaces stats counters to 64bit. RTM_IFINFO is now 0xf, 0xe is RTM_OIFINFO which returns the old (if_msghdr14) struct with 32bit counters (binary compat, conditioned on COMPAT_14). Same for sysctl: node 3 is renamed NET_RT_OIFLIST, NET_RT_IFLIST is now node 4. Change rt_msg1() to add an mbuf to the mbuf chain instead of just panic() when the message is larger than MHLEN.
|
1.4 |
| 06-Jul-1999 |
itojun | branches: 1.4.2; 1.4.8; sync with KAME/NetBSD 1.4, SNAP kit 19990705. key changes are: - icmp6 redirect fix (dst check) - revised ip6 multicast check for loopback i/f - several RCS ID cleanups
|
1.3 |
| 03-Jul-1999 |
thorpej | RCS ID police.
|
1.2 |
| 01-Jul-1999 |
itojun | branches: 1.2.2; 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.
|
1.1 |
| 28-Jun-1999 |
itojun | branches: 1.1.2; file pim6_var.h was initially added on branch kame.
|
1.1.2.2 |
| 30-Nov-1999 |
itojun | bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch just for reference purposes. This commit includes 1.4 -> 1.4.1 sync for kame branch.
The branch does not compile at all (due to the lack of ALTQ and some other source code). Please do not try to modify the branch, this is just for referenre purposes.
synchronization to latest KAME will take place on HEAD branch soon.
|
1.1.2.1 |
| 28-Jun-1999 |
itojun | KAME/NetBSD 1.4 SNAP kit, dated 19990628.
NOTE: this branch (kame) is used just for refernce. this may not compile due to multiple reasons.
|
1.2.2.3 |
| 02-Aug-1999 |
thorpej | Update from trunk.
|
1.2.2.2 |
| 01-Jul-1999 |
thorpej | Sync w/ -current.
|
1.2.2.1 |
| 01-Jul-1999 |
thorpej | file pim6_var.h was added on branch chs-ubc2 on 1999-07-01 23:48:30 +0000
|
1.4.8.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.4.2.2 |
| 11-Feb-2001 |
bouyer | Sync with HEAD.
|
1.4.2.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago
|
1.7.2.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.9.4.1 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.9.2.1 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.10.6.4 |
| 11-Dec-2005 |
christos | Sync with head.
|
1.10.6.3 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.10.6.2 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.10.6.1 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.11.12.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.13.70.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.14.92.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.14.90.1 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|