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_output.c
Age
Commit message (
Expand
)
Author
2001-12-20
centralize multicast group management (in6_join/leavegroup).
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-18
reduce diffs with kame (mostly cosmetic).
itojun
2001-10-17
unifdef OLDIP6OUTPUT
itojun
2001-10-15
implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt.
itojun
2001-06-11
remove IPV6FIREWALL case, which is never used
itojun
2001-04-11
disallow userland programs from specifying addresses with IPV6_PKTINFO
itojun
2001-03-30
enable FAKE_LOOPBACK_IF case by default.
itojun
2001-03-25
re-initialize mopt in ip6_insert_jumboopt(). sync with kame
itojun
2001-03-21
set rmx_mtu to L2 interface mtu, instead of 0, on mtudisc timeout.
itojun
2001-02-10
to sync with kame better, (1) remove register declaration for variables,
itojun
2001-02-06
bad semicolon after "if" conditional. sync with kame
itojun
2001-02-02
avoid panic when a packet with nonexistent link-local address is issued.
itojun
2001-01-24
- record IPsec packet history into m_aux structure.
itojun
2000-11-11
Restructure the PFIL_HOOKS mechanism a bit:
thorpej
2000-10-23
make IFA_STATS really work on IPv6.
itojun
2000-08-19
- icmp6 nodeinfo: remove possibility of unaligned pointer access.
itojun
2000-07-06
remove unnecessary #include <netkey/key_debug.h>. from kame.
itojun
2000-06-20
avoid possible mbuf leaks on ipsec policy violation.(sync with 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
NULL != 0
thorpej
2000-05-19
do not mistakingly forward link-local scoped packet (the bug was added
itojun
2000-03-29
Remove duplicate declaration of ifindex2ifnet - it's in <net/if.h>.
simonb
2000-03-01
introduce m->m_pkthdr.aux to hold random data which needs to be passed
itojun
2000-02-20
pass "struct pfil_head *" to pfil_add_hook and pfil_remove hook rather
darrenr
2000-02-17
Change the use of pfil hooks. There is no longer a single list of all
darrenr
2000-02-06
fix include pathname for better rfc2292 compliance.
itojun
2000-01-31
bring in latest KAME ipsec tree.
itojun
2000-01-26
make setsockopt(IPV6_PORTRANGE) work. obeys IPNOPRIVPORTS.
itojun
2000-01-06
remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec
itojun
2000-01-06
make IPV6_BINDV6ONLY setsockopt available. it controls behavior of
itojun
1999-12-13
sync IPv6 part with latest KAME tree. IPsec part is left unmodified
itojun
1999-07-31
sync with recent KAME.
itojun
1999-07-30
remove reference to in6_systm.h (file itself will be removed afterwords)
itojun
1999-07-22
- implement IPv6 pmtud, which is necessary for TCP6.
itojun
1999-07-22
change unnecessary u_long/long into u_int32_t or something relevant.
itojun
1999-07-09
defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h).
thorpej
1999-07-03
RCS ID police.
thorpej
1999-06-28
KAME/NetBSD 1.4 SNAP kit, dated 19990628.
itojun