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
/
net
/
pfkey.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize the routing table before domains.
mpi
2015-10-07
1
-3
/
+1
*
Make every subsystem using a radix tree call rn_init() and pass the
mpi
2015-09-04
1
-3
/
+4
*
Use a global table for domains instead of building a list at run time.
mpi
2015-08-30
1
-2
/
+1
*
manage spd entries by using the radix api directly instead of
blambert
2015-07-17
1
-16
/
+14
*
More malloc() -> mallocarray() in the kernel.
doug
2014-12-09
1
-2
/
+2
*
length argument for some free() calls; ok doug
deraadt
2014-11-23
1
-2
/
+2
*
remove uneeded route.h includes
jsg
2014-09-08
1
-2
/
+2
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-4
/
+4
*
remove incorrect splnet usage in pfkey interface
mikeb
2012-11-27
1
-10
/
+2
*
spltdb() was really just #define'd to be splsoftnet(); replace the former
blambert
2012-09-20
1
-2
/
+2
*
Deal with the situation when TCP nfs mounts timeout and processes
thib
2008-05-23
1
-10
/
+10
*
Convert MALLOC/FREE to malloc/free and use M_ZERO where applicable.
hshoexer
2007-09-13
1
-3
/
+2
*
implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtree
markus
2004-11-26
1
-1
/
+2
*
the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@
todd
2004-08-03
1
-2
/
+2
*
KNF
deraadt
2003-02-16
1
-3
/
+3
*
KNF
jason
2003-02-16
1
-176
/
+183
*
Use m_copym2 to copy the whole mbuf (cluster included) and not
fgsch
2002-12-11
1
-2
/
+2
*
Yet more include file cleanup.
angelos
2001-06-08
1
-7
/
+2
*
repair copyright notices for NRL & cmetz; cmetz
deraadt
2001-06-05
1
-16
/
+68
*
SPD-driven IPsec.
angelos
2000-09-19
1
-0
/
+1
*
Major style cleanup for pfkeyv2.c
angelos
2000-01-12
1
-8
/
+0
*
Introduce M_PFKEY kmem type, and use it. (angelos@ ok)
ho
1999-06-01
1
-5
/
+5
*
For hard expiration-pressure you need to protect PF_KEY socket
niklas
1999-05-21
1
-1
/
+5
*
Plug mbuf leak
niklas
1999-05-03
1
-7
/
+21
*
Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default.
niklas
1999-04-11
1
-25
/
+1
*
Unnecessary ifdef
angelos
1999-02-25
1
-4
/
+0
*
Removed osdep.h dependencies.
angelos
1999-02-25
1
-3
/
+17
*
PF_KEY_V2, with local extensions for SPD management.
angelos
1999-02-24
1
-0
/
+308