summaryrefslogtreecommitdiff
path: root/sys/altq/altq_priq.c
AgeCommit message (Expand)Author
2004-01-14eliminate the predefined special qids so that qids become simpleKenjiro Cho
2003-04-03until now, the queue ID and the priority were tied together with PRIQ. thisHenning Brauer
2003-04-02remove dead codeHenning Brauer
2003-03-31remove queue ID assigning code. it's dead since some time as we assign queueHenning Brauer
2003-03-27idx is unsignedHenning Brauer
2003-03-13scale the red thresholds according to the queue limit.Kenjiro Cho
2003-03-11add protection against packets without pkthdr.Kenjiro Cho
2003-03-02only assign a new queue id if a->qid is 0. otherwise, check a->qid forHenning Brauer
2003-02-08ansiHenning Brauer
2002-12-16major KNF, Take 2Henning Brauer
2002-12-16switchover to pf-based altq.Kenjiro Cho
2002-11-29supress printf's.Kenjiro Cho
2002-11-26KNFHenning Brauer
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-26avoid divide-by-zero when the specified bandwidth is less than 8bps.Kenjiro Cho
2001-08-09change a maze of altq options into just "altq" for the base+red+cbq, andTheo de Raadt
2001-06-27import ALTQ, alternate queueing support, from KAME.Kenjiro Cho