index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
raw_ip6.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
make sure we do not overwrite checksum field on shared mbuf.
itojun
2004-08-23
1
-6
/
+13
*
support IPV6_USE_MIN_MTU, to make BIND9 better.
itojun
2004-06-12
1
-3
/
+1
*
back out tree breakage. Like, come on
deraadt
2004-06-11
1
-1
/
+3
*
support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kame
itojun
2004-06-11
1
-3
/
+1
*
correct arg to in6_cksum. keiichi@kame
itojun
2004-04-22
1
-2
/
+2
*
put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros
espie
2004-01-03
1
-2
/
+2
*
use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacar
markus
2003-12-21
1
-5
/
+2
*
use random number generator to generate IPv6 fragment ID/flowlabel.
itojun
2003-10-01
1
-4
/
+1
*
m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts.
jason
2003-08-14
1
-3
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
don't use M_WAIT here. we could be in splnet, and caller may not be
itojun
2003-05-27
1
-2
/
+6
*
fix pointer signedness mixup. sync w/kame
itojun
2002-09-11
1
-3
/
+3
*
KNF - return is not a function. sync w/kame
itojun
2002-09-11
1
-4
/
+4
*
remove unused extern decl (commented out). sync w/kame
itojun
2002-07-20
1
-2
/
+1
*
whitespace cleanup
itojun
2002-06-09
1
-3
/
+3
*
splnet -> splsoftnet where appropriate
itojun
2002-06-08
1
-2
/
+2
*
style
itojun
2002-06-07
1
-4
/
+3
*
move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs.
itojun
2002-06-07
1
-45
/
+54
*
check sa_len/family strictly
itojun
2002-03-19
1
-1
/
+11
*
Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things
millert
2002-03-15
1
-7
/
+1
*
First round of __P removal in sys
millert
2002-03-14
1
-2
/
+2
*
whitespace/comment sync with kame
itojun
2001-12-07
1
-7
/
+7
*
remove kame IPSEC code within #ifdef.
itojun
2001-12-06
1
-23
/
+1
*
Move offsetof define into sys/param.h
csapuntz
2001-04-06
1
-3
/
+1
*
avoid possible align issue. sync with kame
itojun
2001-03-04
1
-14
/
+7
*
oops, remove #ifdef __fooBSD__.
itojun
2001-02-16
1
-21
/
+1
*
pull in new pcb notification code from kame. better handling of scope address.
itojun
2001-02-16
1
-20
/
+82
*
witch raw ip6 socket code from NRL to kame.
itojun
2001-02-08
1
-0
/
+813