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
/
netinet
/
ip_ipcomp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz
deraadt
2011-07-07
1
-2
/
+3
*
Add support for using IPsec in multiple rdomains.
reyk
2010-07-09
1
-3
/
+5
*
m_copyback can fail to allocate memory, but is a void fucntion so gymnastics
blambert
2010-07-02
1
-2
/
+2
*
Allow to specify an alternative enc(4) interface for an SA. All
reyk
2010-07-01
1
-2
/
+2
*
Replace enc(4) with a new implementation as a cloner device. We still
reyk
2010-06-29
1
-9
/
+14
*
remove dead stores and newly created unused variables.
chl
2008-09-15
1
-5
/
+1
*
Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.
krw
2007-10-06
1
-10
/
+10
*
MALLOC+bzero -> malloc+M_ZERO.
krw
2007-10-03
1
-7
/
+3
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-2
/
+3
*
use M_READONLY when trying to find out whether we have to copy
markus
2005-12-20
1
-5
/
+4
*
Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain
pascoe
2005-07-31
1
-13
/
+5
*
resolve conflict between M_TUNNEL and M_ANYCAST6, remove M_COMP (it's
markus
2004-11-25
1
-2
/
+1
*
only add ipcomp headers if we've actually compressed the payload; with jfb@
markus
2004-06-26
1
-77
/
+35
*
m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts.
jason
2003-08-14
1
-3
/
+3
*
o sanity check mbuf earlier.
millert
2003-04-02
1
-28
/
+34
*
Avoid using FREEd data when we get a crypto error; Patrick Latifi
millert
2003-03-31
1
-12
/
+16
*
Add missing splx; Patrick Latifi
millert
2003-03-31
1
-1
/
+3
*
missed in lzs addition: allow LZS as an comp type
jason
2003-02-18
1
-3
/
+4
*
Remove commons; inspired by netbsd.
jason
2003-02-12
1
-1
/
+3
*
Fix max packet size check. Noticed by <j@pureftpd.org>. jjbg@ ok.
ho
2002-09-12
1
-5
/
+4
*
Free crp_opaque only after we've determined we're not going to
angelos
2002-07-05
1
-3
/
+6
*
minor indent cleanup while reading code
deraadt
2002-06-20
1
-11
/
+11
*
Style.
angelos
2002-06-18
1
-26
/
+13
*
Initialize mo to NULL, for good measure -- sam@errno.com
angelos
2002-06-18
1
-1
/
+2
*
Missing freeing of crp, from sam@errno.com
angelos
2002-06-18
1
-4
/
+4
*
Fix double-free.
angelos
2002-06-18
1
-12
/
+12
*
whitespace
itojun
2002-06-09
1
-11
/
+11
*
IPComp. Just like for deflate earlier, it won't be compiled until everything
jjbg
2001-07-05
1
-0
/
+725