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
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
2002-06-07
mistake in sysctl table
Jun-ichiro itojun Hagino
2002-06-07
just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB,
Jun-ichiro itojun Hagino
2002-06-07
style
Jun-ichiro itojun Hagino
2002-06-07
whitespace sync w/kame
Jun-ichiro itojun Hagino
2002-06-07
whitespace sync w/kame
Jun-ichiro itojun Hagino
2002-06-07
'fall through' is not a valid LINT keyword.
Jun-ichiro itojun Hagino
2002-06-07
remove support for deprecated ioctls (EINVAL). sync w/kame
Jun-ichiro itojun Hagino
2002-06-07
cope with ndi->maxmtu == 0 case. sync w/kame
Jun-ichiro itojun Hagino
2002-06-07
cope with cases where maxmtu == 0 (shouldn't happen)
Jun-ichiro itojun Hagino
2002-06-05
be sure to use L3 MTU, not L2 MTU, when specified in spec (affects FDDI/ARCnet)
Jun-ichiro itojun Hagino
2002-06-03
remove hardcoded assumptions on if_mtu. leave it to sys/net.
Jun-ichiro itojun Hagino
2002-05-31
do not mistakenly lock PMTUD route entry with RTV_MTU.
Jun-ichiro itojun Hagino
2002-05-31
do not try to update rmx_mtu if rmx_mtu == 0 (obey ifmtu)
Jun-ichiro itojun Hagino
2002-05-30
improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kame
Jun-ichiro itojun Hagino
2002-05-30
use M_READONLY where possible. minor cleanup/sync with kame.
Jun-ichiro itojun Hagino
2002-05-30
minor KNF. nuke obsolete IFF_LINK0 support completely
Jun-ichiro itojun Hagino
2002-05-30
minor KNF
Jun-ichiro itojun Hagino
2002-05-29
force fragment to minimum link MTU (1280) when needed (when PMTUD does
Jun-ichiro itojun Hagino
2002-05-29
bzero before setting
Jun-ichiro itojun Hagino
2002-05-29
receivedra field is gone
Jun-ichiro itojun Hagino
2002-05-29
no need to supply obsolete field name "receivedra"
Jun-ichiro itojun Hagino
2002-05-29
attach nd_ifinfo structure to if_afdata.
Jun-ichiro itojun Hagino
2002-05-29
set rmx_mtu to 0 on PMTUD route entry timeout.
Jun-ichiro itojun Hagino
2002-05-29
move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kame
Jun-ichiro itojun Hagino
2002-05-29
rm obsolete comment
Jun-ichiro itojun Hagino
2002-05-28
remove #define for kame portability
Jun-ichiro itojun Hagino
2002-05-28
limit number of IPv6 fragments (not the fragment queue size) to
Jun-ichiro itojun Hagino
2002-05-27
kill __P
Theo de Raadt
2002-05-24
make a strict check before sending FQDN node information reply. sync w/kame
Jun-ichiro itojun Hagino
2002-05-23
simplify condition to perform DAD. sync w/kame
Jun-ichiro itojun Hagino
2002-05-16
bring in ECN support from KAME.
Kenjiro Cho
[next]