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
*
m_freem() can handle NULL, do not check for this condition beforehands.
deraadt
2015-07-15
1
-5
/
+3
*
Use proper argument type for crp_callback functions; no functional change.
mikeb
2015-06-15
1
-17
/
+11
*
Stubs and support code for NIC-enabled IPsec bite the dust.
mikeb
2015-04-17
1
-4
/
+2
*
make ipsp_address thread safe; ok mpi
mikeb
2015-04-14
1
-13
/
+27
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-3
/
+1
*
unifdef INET in net code as a precursor to removing the pretend option.
tedu
2014-12-19
1
-12
/
+1
*
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
mpi
2014-12-05
1
-1
/
+2
*
move arc4random prototype to systm.h. more appropriate for most code
tedu
2014-11-18
1
-3
/
+1
*
Fewer <netinet/in_systm.h> !
mpi
2014-07-22
1
-2
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-10
/
+10
*
bpf code surgery / shuffling / simplification.
henning
2014-07-09
1
-2
/
+2
*
bzero/bcmp -> memset/memcmp. ok matthew
tedu
2014-01-09
1
-4
/
+4
*
Fix build with ENCDEBUG defined.
mpi
2013-05-14
1
-1
/
+2
*
Remove the extern keyword from function declarations, document
mpi
2013-04-11
1
-1
/
+4
*
Merge of an original work by markus@ and gerhard@ to increase
mikeb
2013-02-14
1
-2
/
+1
*
spltdb() was really just #define'd to be splsoftnet(); replace the former
blambert
2012-09-20
1
-3
/
+3
*
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