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
/
art.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
include of netinet/in.h here is incorrect, because net/route.h will pull
deraadt
2021-03-02
1
-2
/
+1
*
Document art locking.
mpi
2020-11-12
1
-9
/
+15
*
Add feature to force the selection of source IP address
denis
2020-10-29
1
-1
/
+3
*
Make ART data structure definitions visible to userland, in order to fix
mpi
2019-03-31
1
-1
/
+33
*
Prevent a MP race in rtable_lookup().
mpi
2017-02-28
1
-6
/
+5
*
Make the art interface a bit more generic by not depending on sockaddr
claudio
2017-01-23
1
-7
/
+7
*
use a per-table rwlock to serialize ART updates and walks, rather than
jmatthew
2016-08-30
1
-1
/
+4
*
Convert the links between art data structures used during lookups into srps.
jmatthew
2016-06-14
1
-4
/
+5
*
defer the freeing of art tables and nodes to a task.
dlg
2016-06-03
1
-2
/
+7
*
Keep all pools in the same place.
mpi
2016-04-13
1
-1
/
+4
*
Remove unneeded art_free().
mpi
2016-04-12
1
-2
/
+1
*
Pass the address length to art_alloc() and remove the hack abusing the
mpi
2016-01-18
1
-4
/
+4
*
Reduce the stride length of the tables by two and use a single page
mpi
2015-12-04
1
-2
/
+2
*
Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow to
mpi
2015-12-03
1
-3
/
+2
*
Convert the simple list of multipath route entries used by ART kernels
mpi
2015-11-29
1
-2
/
+2
*
Provide art_free(), a method to release unused routing table heads.
mpi
2015-11-24
1
-1
/
+2
*
Use a SLIST instead of a LIST for MPATH route entries with ART.
mpi
2015-11-06
1
-2
/
+2
*
Rewrite the logic around the dymanic array of routing tables to help
mpi
2015-10-14
1
-2
/
+2
*
Initialize the routing table before domains.
mpi
2015-10-07
1
-2
/
+2
*
Make ART internals free of 'struct sockaddr'.
mpi
2015-08-20
1
-5
/
+7
*
Import an alternative routing table backend based on Yoichi Hariguchi's
mpi
2015-08-20
1
-0
/
+61