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
/
raw_ip6.c
Age
Commit message (
Expand
)
Author
2007-02-14
Consistently spell FALLTHROUGH to appease lint.
Jonathan Gray
2006-12-09
switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).
Jun-ichiro itojun Hagino
2006-05-27
Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding
Claudio Jeker
2006-03-05
Use more queue macros rather than doing it by hand; ok otto@ krw@
Miod Vallat
2004-08-23
make sure we do not overwrite checksum field on shared mbuf.
Jun-ichiro itojun Hagino
2004-06-12
support IPV6_USE_MIN_MTU, to make BIND9 better.
Jun-ichiro itojun Hagino
2004-06-11
back out tree breakage. Like, come on
Theo de Raadt
2004-06-11
support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kame
Jun-ichiro itojun Hagino
2004-04-22
correct arg to in6_cksum. keiichi@kame
Jun-ichiro itojun Hagino
2004-01-03
put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros
Marc Espie
2003-12-21
use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacar
Markus Friedl
2003-10-01
use random number generator to generate IPv6 fragment ID/flowlabel.
Jun-ichiro itojun Hagino
2003-08-14
m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts.
Jason Wright
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-27
don't use M_WAIT here. we could be in splnet, and caller may not be
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-07-20
remove unused extern decl (commented out). sync w/kame
Jun-ichiro itojun Hagino
2002-06-09
whitespace cleanup
Jun-ichiro itojun Hagino
2002-06-08
splnet -> splsoftnet where appropriate
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-03-19
check sa_len/family strictly
Jun-ichiro itojun Hagino
2002-03-15
Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-07
whitespace/comment sync with kame
Jun-ichiro itojun Hagino
2001-12-06
remove kame IPSEC code within #ifdef.
Jun-ichiro itojun Hagino
2001-04-06
Move offsetof define into sys/param.h
Constantine Sapuntzakis
2001-03-04
avoid possible align issue. sync with kame
Jun-ichiro itojun Hagino
2001-02-16
oops, remove #ifdef __fooBSD__.
Jun-ichiro itojun Hagino
2001-02-16
pull in new pcb notification code from kame. better handling of scope address.
Jun-ichiro itojun Hagino
2001-02-08
witch raw ip6 socket code from NRL to kame.
Jun-ichiro itojun Hagino