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
/
hfsc.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide pluggable queueing interface for pf
mikeb
2017-05-02
1
-15
/
+9
*
Perform H-FSC root queue allocation in the kernel
mikeb
2017-04-26
1
-2
/
+2
*
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
dlg
2015-11-20
1
-10
/
+9
*
kenjiro cho points out that requeue is hard to support on queue
dlg
2015-11-09
1
-2
/
+1
*
provide a hfsc_requeue()
dlg
2015-09-30
1
-1
/
+2
*
pull structs and macros that are only used in hfsc.c out of the header
dlg
2015-04-12
1
-148
/
+5
*
the hfsc pools are only used in hfsc.c, so move the init of them
dlg
2015-04-11
1
-1
/
+2
*
disgusting altq compat hack goes away
henning
2014-04-19
1
-7
/
+1
*
Make the amount of classes limited by 64k, with automatic table growing.
pelikan
2014-01-27
1
-3
/
+5
*
push the queues every 1/HZ using timeout(9)
pelikan
2013-11-01
1
-1
/
+4
*
revert previous, net/if.h exports bad things to userspace.
pelikan
2013-10-31
1
-4
/
+1
*
push the queues every 1/HZ using timeout(9)
pelikan
2013-10-31
1
-1
/
+4
*
standalone hfsc implementation with new interface to the consumers, for
henning
2013-10-12
1
-0
/
+273