summaryrefslogtreecommitdiff
path: root/sys/altq
AgeCommit message (Expand)Author
2003-03-13scale the red thresholds according to the queue limit.Kenjiro Cho
2003-03-13remove an unused function prototype.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
2003-02-05missed one during ansificationHenning Brauer
2003-01-30big KNF & ANSI roundHenning Brauer
2003-01-07remove the altq classifier code which is replaced by pf and no longer used.Kenjiro Cho
2003-01-07Correct several typos in comments. No code changes.Chad Loder
2002-12-18enable PRIQ and HFSC if ALTQ itself is enabled.Henning 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-29convert read_machclk() from a macro to a real function andKenjiro Cho
2002-11-26fix "pfctl -Fq".Kenjiro Cho
2002-11-26KNFHenning Brauer
2002-10-11make CBQ aware of the pf API so that pf developers can play with CBQ.Kenjiro Cho
2002-10-10add a borrow flag to be used by pf/altq.Kenjiro Cho
2002-10-08the first step of pf/altq merge.Kenjiro Cho
2002-10-05fix a embarrassing list-handling bug in cbq.Kenjiro Cho
2002-07-25support 486 which lack the pentium_mhz stuff; from rees, kjc okTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-05-31define ALTQ_NOPCC if i386 and !I586_CPU and !I686_CPU.Kenjiro Cho
2002-05-17sync with KAME.Kenjiro Cho
2002-05-17sync with KAME.Kenjiro Cho
2002-03-15Cosmetic changes only, primarily making comments line up nicely after theTodd C. Miller
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-01sync with KAMEKenjiro Cho
2002-02-13sync with KAME.Kenjiro Cho
2002-02-13sync with KAME.Kenjiro Cho
2002-02-13move ALTQ_RED and ALTQ_CBQ from altq.h to altq_var.h.Kenjiro Cho
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-10-26avoid divide-by-zero when the specified bandwidth is less than 8bps.Kenjiro Cho
2001-09-07fix IPv4 fragment handling in the classifier.Kenjiro Cho
2001-08-16state that this skeleton file is in the public domain.Kenjiro Cho
2001-08-09typo: ALTQ_CQB -> ALTQ_CBQKenjiro 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