summaryrefslogtreecommitdiff
path: root/sys/net/hfsc.h
AgeCommit message (Expand)Author
2017-05-02Provide pluggable queueing interface for pfMike Belopuhov
2017-04-26Perform H-FSC root queue allocation in the kernelMike Belopuhov
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-11-09kenjiro cho points out that requeue is hard to support on queueDavid Gwynne
2015-09-30provide a hfsc_requeue()David Gwynne
2015-04-12pull structs and macros that are only used in hfsc.c out of the headerDavid Gwynne
2015-04-11the hfsc pools are only used in hfsc.c, so move the init of themDavid Gwynne
2014-04-19disgusting altq compat hack goes awayHenning Brauer
2014-01-27Make the amount of classes limited by 64k, with automatic table growing.pelikan
2013-11-01push the queues every 1/HZ using timeout(9)pelikan
2013-10-31revert previous, net/if.h exports bad things to userspace.pelikan
2013-10-31push the queues every 1/HZ using timeout(9)pelikan
2013-10-12standalone hfsc implementation with new interface to the consumers, forHenning Brauer