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
/
netinet6
/
ip6_forward.c
Age
Commit message (
Expand
)
Author
2003-10-29
Do a jump optimization that eliminates some uninitialized variable warnings.
mycroft
2003-10-03
shouldn't check scope match when encapsulating packet into tunnel mode.
itojun
2003-10-02
do not deref state.ro if it is NULL
itojun
2003-10-02
correctly look at outer IPv6 header when forwarding packet into ipsec tunnel.
itojun
2003-08-07
make net.inet6.ip6.redirect actually work. from Tomoyuki Sahara via kame
itojun
2003-07-03
minor KNF
itojun
2003-06-30
KNF
itojun
2003-06-24
use time.tv_sec directly
itojun
2002-09-11
avoid from applying IPsec transport mode to the packets when the kernel
itojun
2002-06-08
sync with latest KAME in6_ifaddr/prefix/default router manipulation.
itojun
2002-06-07
typo
itojun
2002-06-07
'fall through' is not a valid LINT keyword.
itojun
2002-05-29
attach nd_ifinfo structure into if_afdata.
itojun
2001-12-18
reduce white space/cosmetic diffs w/kame.
itojun
2001-11-13
add RCSIDs
lukem
2001-10-24
more whitespace sync with kame
itojun
2001-10-17
unifdef OLDIP6OUTPUT
itojun
2001-07-18
sync with draft-ietf-ipngwg-p2p-pingpong-00.txt. apply special behavior
itojun
2001-06-22
do not forward packet back to point-to-point interface, if the packet
itojun
2001-06-12
senderr needs only be declared when PFIL_HOOKS is defined
matt
2001-06-12
run pfil_hooks for IPv6 forwarding path (note: ip6_forward() does not
itojun
2001-03-30
enable FAKE_LOOPBACK_IF case by default.
itojun
2001-02-10
to sync with kame better, (1) remove register declaration for variables,
itojun
2000-09-22
on ipsec policy lookup, do not try to lookup port numbers for forwarded packet.
itojun
2000-07-27
do not forward packet with :: in the source.
itojun
2000-07-16
s/IPSEC_IPV6FWD/IPSEC/. this should correct strange behavior on ipv6
itojun
2000-07-06
remove unnecessary #include <netkey/key_debug.h>. from kame.
itojun
2000-06-30
suppress too noisy warning on forward-over-loopback case. from kame
itojun
2000-06-03
sync with kame.
itojun
2000-05-19
correct manipulation of link-local scoped address on loopback.
itojun
2000-05-19
do not mistakingly forward link-local scoped packet (the bug was added
itojun
2000-02-26
bring in recent KAME changes (only important and stable ones, as usual).
itojun
2000-02-06
fix include pathname for better rfc2292 compliance.
itojun
2000-01-31
bring in latest KAME ipsec tree.
itojun
2000-01-06
remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec
itojun
1999-12-13
sync IPv6 part with latest KAME tree. IPsec part is left unmodified
itojun
1999-07-30
remove reference to in6_systm.h (file itself will be removed afterwords)
itojun
1999-07-03
RCS ID police.
thorpej
1999-06-28
KAME/NetBSD 1.4 SNAP kit, dated 19990628.
itojun