index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_encap.c
Age
Commit message (
Expand
)
Author
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2009-05-27
Make it possible to register delayed radix tree head inits which
pooka
2009-04-18
Remove extra whitespace added by a stupid tool.
tsutsui
2009-03-18
bcopy -> memcpy
cegger
2009-03-18
bzero -> memset
cegger
2009-03-18
bcmp -> memcmp
cegger
2008-11-25
Make dom_maxrtkey of inet/inet6domain the size of the ip_encap pack
pooka
2008-04-24
Merge the socket locking patch:
ad
2007-06-13
Use LIST_FOREACH().
dyoung
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-17
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
dyoung
2006-05-28
remove some dead code
liamjfoy
2005-12-11
merge ktrace-lwp.
christos
2005-06-06
Since we decided "const struct mbuf *" would not do the right thing (tm),
martin
2005-06-03
Sprinkle some const
martin
2005-06-02
Change the first argument of the encapsulation check function from
tron
2005-02-03
ANSIfy function prototypes. (Still have about 3/5ths of the C files in
perry
2005-02-02
de-__P -- will ANSIfy .c files later.
perry
2005-01-24
To fix bad pointer dereference on start up when gif is used,
enami
2005-01-24
get zero-cleared field on malloc. kame-pr-856
itojun
2004-08-17
initialize max_keylen for ip_encap.c earlier
itojun
2004-04-26
Remove #else clause of __STDC__
matt
2004-03-04
No need to include netinet/ip_mroute.h twice.
wiz
2003-10-30
Remove some assigned-to but otherwise unused variables.
simonb
2003-10-28
Do the previous differently.
mycroft
2003-10-25
Fix uninitialized variable warning
christos
2003-01-21
correct panic when ip-in-ip encapsulation is used. found by Masanori Kanaoka
itojun
2003-01-17
switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag
itojun
2002-11-25
Avoid strict-alias warnings.
thorpej
2002-07-31
remove packed attribute as it will cause data be unaligned
itojun
2002-06-09
whitespace
itojun
2002-03-04
The "gif*" tunnelling interface does everything ipip does.
sommerfeld
2001-12-21
use radix table for inbound tunnel lookup (would increase performance
itojun
2001-11-13
add RCSIDs
lukem
2001-05-08
pull encapsulated packet for vif* via ip_encap framework.
itojun
2000-10-02
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
itojun
2000-07-05
Make that note that we really should be checking the viftable
thorpej
2000-07-05
Use LIST_HEAD_INITIALIZER(), for correctness sake.
thorpej
2000-04-19
introduce sys/netinet/ip_encap.c, to dispatch inbound packets
itojun