summaryrefslogtreecommitdiff
path: root/sys/altq/altq_hfsc.c
AgeCommit message (Expand)Author
2008-05-08do not check malloc return value against NULL, as M_WAITOK is usedCharles Longeau
2007-09-13MALLOC/FREE -> malloc/free and M_ZERO changesCharles Longeau
2007-05-28double pf performance.Henning Brauer
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2005-10-17make pf use one mbuf tag instead of 6 distinct ones. use a little structHenning Brauer
2004-01-14eliminate the predefined special qids so that qids become simpleKenjiro Cho
2003-12-06update the CMU license, submitted by Tze Sing Eugene Ng <eugeneng@cs.cmu.edu>.Kenjiro Cho
2003-05-20fix a breakage in hfsc.Kenjiro Cho
2003-04-12life's easier if one initializes pointers...Henning Brauer
2003-04-12don't create a root class implicitely. we do this from pfctl, and needHenning Brauer
2003-04-12kill the qid assignment code here; return EINVAL if qid == 0 - similar toHenning Brauer
2003-04-12ansi and a bit style; ok kjc@Henning Brauer
2003-03-27idx is unsignedHenning Brauer
2003-03-24fix error return values (NULL to ENOMEM) and add missing ellist_destroy()Kenjiro Cho
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
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-05-17sync with KAME.Kenjiro Cho
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