index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
hfsc.h
Age
Commit message (
Expand
)
Author
2017-05-02
Provide pluggable queueing interface for pf
Mike Belopuhov
2017-04-26
Perform H-FSC root queue allocation in the kernel
Mike Belopuhov
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-11-09
kenjiro cho points out that requeue is hard to support on queue
David Gwynne
2015-09-30
provide a hfsc_requeue()
David Gwynne
2015-04-12
pull structs and macros that are only used in hfsc.c out of the header
David Gwynne
2015-04-11
the hfsc pools are only used in hfsc.c, so move the init of them
David Gwynne
2014-04-19
disgusting altq compat hack goes away
Henning Brauer
2014-01-27
Make the amount of classes limited by 64k, with automatic table growing.
pelikan
2013-11-01
push the queues every 1/HZ using timeout(9)
pelikan
2013-10-31
revert previous, net/if.h exports bad things to userspace.
pelikan
2013-10-31
push the queues every 1/HZ using timeout(9)
pelikan
2013-10-12
standalone hfsc implementation with new interface to the consumers, for
Henning Brauer