summaryrefslogtreecommitdiff
path: root/sys/net/hfsc.h
AgeCommit message (Expand)Author
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