index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
Age
Commit message (
Expand
)
Author
2003-04-01
avoid memory leak on redirect header generation. from kame.
Jun-ichiro itojun Hagino
2003-03-15
specifed -> specified
Theo de Raadt
2003-01-07
remove the altq classifier code which is replaced by pf and no longer used.
Kenjiro Cho
2002-12-09
From Andrushock, s/sucess/success/g
Todd C. Miller
2002-11-27
recover original stanford copyright. sync w/kame
Jun-ichiro itojun Hagino
2002-11-11
pmtu_probe is not used anywhere (it is used in KAME TCP6-only code).
Jun-ichiro itojun Hagino
2002-11-09
need icmp6.h for MULTICAST_PMTUD case. sync w/kame
Jun-ichiro itojun Hagino
2002-10-31
plug memory leak. from sam leffler. sync w/kame
Jun-ichiro itojun Hagino
2002-10-17
do not differentiate manually configured address from autoconfigured ones
Jun-ichiro itojun Hagino
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-10-09
supress too noisy log - can be re-enabled by sysctl. sync w/kame
Jun-ichiro itojun Hagino
2002-09-23
better "ifconfig ipv6addr deprecated" flag handling. sync w/kame
Jun-ichiro itojun Hagino
2002-09-23
correct length of PADN option before jumbo payload option. sync w/kame
Jun-ichiro itojun Hagino
2002-09-23
m6stat is a static variable (ip6_mroute.c). sync w/kame
Jun-ichiro itojun Hagino
2002-09-12
configure "next" pointer correctly. from j@pureftpd.org
Jun-ichiro itojun Hagino
2002-09-11
fix pointer signedness mixup. sync w/kame
Jun-ichiro itojun Hagino
2002-09-11
KNF - return is not a function. sync w/kame
Jun-ichiro itojun Hagino
2002-09-04
allow deprecated bit to be set from userland by ifconfig. NetBSD PR 18163
Jun-ichiro itojun Hagino
2002-09-04
pass struct proc * down to in6_pcbsetport
Jun-ichiro itojun Hagino
2002-09-04
handle error from copyout
Jun-ichiro itojun Hagino
2002-08-20
set use_deprecated back to 1. sync w/kame
Jun-ichiro itojun Hagino
2002-08-20
more comment on bind(deprecated) handling
Jun-ichiro itojun Hagino
2002-08-19
correct copyout logic. better fix to be made in kame tree
Jun-ichiro itojun Hagino
2002-08-19
copyout only if oldp is non-null
Jun-ichiro itojun Hagino
2002-08-19
need explicit copyout().
Jun-ichiro itojun Hagino
2002-08-17
set default value for use_deprecated to 0, to avoid consequences with ftpd.
Jun-ichiro itojun Hagino
2002-07-30
remove unneeded NULL pointer checks.
Jun-ichiro itojun Hagino
2002-07-25
correct MTU check. sync w/kame
Jun-ichiro itojun Hagino
2002-07-20
remove unused extern decl (commented out). sync w/kame
Jun-ichiro itojun Hagino
2002-07-10
do not use p++ in tolower(). NetBSD PR 17540. sync w/kame
Jun-ichiro itojun Hagino
2002-06-29
We know noone called Bill Fenenr
Theo de Raadt
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-06-11
silence some of log(), as the codepath will be visited for IPv6-non-capable
Jun-ichiro itojun Hagino
2002-06-11
whitespace
Jun-ichiro itojun Hagino
2002-06-09
whitespace cleanup
Jun-ichiro itojun Hagino
2002-06-09
change M_AUTHxx to openbsd definition (M_AUTH_AH)
Jun-ichiro itojun Hagino
2002-06-09
correct getpeername(2).
Jun-ichiro itojun Hagino
2002-06-08
use splnet for ipsec
Jun-ichiro itojun Hagino
2002-06-08
splnet -> splsoftnet where appropriate
Jun-ichiro itojun Hagino
2002-06-08
gc
Jun-ichiro itojun Hagino
2002-06-08
KNF
Jun-ichiro itojun Hagino
2002-06-08
remove #ifdef __NetBSD__
Jun-ichiro itojun Hagino
2002-06-08
sync with latest KAME in6_ifaddr/prefix/default router manipulation.
Jun-ichiro itojun Hagino
2002-06-08
typo
Jun-ichiro itojun Hagino
2002-06-08
in6_len2mask is a duplicate of in6_prefixlen2mask. unify. sync w/kame
Jun-ichiro itojun Hagino
2002-06-08
on SIOCAIFADDR_IN6 check if sin6_len is sane. sync w/kame
Jun-ichiro itojun Hagino
2002-06-07
style
Jun-ichiro itojun Hagino
2002-06-07
move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs.
Jun-ichiro itojun Hagino
2002-06-07
typo
Jun-ichiro itojun Hagino
2002-06-07
If there has been no NS for the neighbor after entering the
Jun-ichiro itojun Hagino
[next]