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
/
frag6.c
Age
Commit message (
Expand
)
Author
2008-11-23
When accessing cached routes make sure the route is actually still valid.
Claudio Jeker
2008-06-11
ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>.
Ryan Thomas McBride
2007-12-09
take advantage of M_ZERO
Hans-Joerg Hoexer
2007-05-01
framgent -> fragment
Ray Lai
2006-06-18
Add support for equal-cost multipath IP.
Christopher Pascoe
2005-11-20
splimp -> splvm. mbuf allocation here.
Brad Smith
2003-10-01
use random number generator to generate IPv6 fragment ID/flowlabel.
Jun-ichiro itojun Hagino
2003-05-14
make PULLDOWN_TEST codepath the default (has been default for a long time).
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-06-08
splnet -> splsoftnet where appropriate
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-16
bring in ECN support from KAME.
Kenjiro Cho
2002-03-15
have a real lock around IPv6 reassembly.
Jun-ichiro itojun Hagino
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-09
No need for net/net_osdep.h
Angelos D. Keromytis
2001-05-17
fix memory leak on ipv6 reass failure. sync with kame
Jun-ichiro itojun Hagino
2001-02-22
correct behavior when ip6 reass queue reaches the upper limit.
Jun-ichiro itojun Hagino
2001-02-16
set frag6_doing_reass while doing reass, to help frag6_drain.
Jun-ichiro itojun Hagino
2001-02-16
sync whitespace/comment with kame. to help merge tasks
Jun-ichiro itojun Hagino
2000-02-07
fix include file path related to ip6.
Jun-ichiro itojun Hagino
2000-02-04
make IPv6 reass work on alpha. NetBSD PR 9340.
Jun-ichiro itojun Hagino
2000-01-08
pull in arc4random() prototype
Theo de Raadt
2000-01-08
use arc4random() instead of random for two reasons.
Theo de Raadt
1999-12-10
Remove remaining unnecessary ifdefs (itojun will hate me for this :-)
Angelos D. Keromytis
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino