summaryrefslogtreecommitdiffstats
path: root/sys/net/hfsc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide pluggable queueing interface for pfmikeb2017-05-021-15/+9
* Perform H-FSC root queue allocation in the kernelmikeb2017-04-261-2/+2
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-10/+9
* kenjiro cho points out that requeue is hard to support on queuedlg2015-11-091-2/+1
* provide a hfsc_requeue()dlg2015-09-301-1/+2
* pull structs and macros that are only used in hfsc.c out of the headerdlg2015-04-121-148/+5
* the hfsc pools are only used in hfsc.c, so move the init of themdlg2015-04-111-1/+2
* disgusting altq compat hack goes awayhenning2014-04-191-7/+1
* Make the amount of classes limited by 64k, with automatic table growing.pelikan2014-01-271-3/+5
* push the queues every 1/HZ using timeout(9)pelikan2013-11-011-1/+4
* revert previous, net/if.h exports bad things to userspace.pelikan2013-10-311-4/+1
* push the queues every 1/HZ using timeout(9)pelikan2013-10-311-1/+4
* standalone hfsc implementation with new interface to the consumers, forhenning2013-10-121-0/+273