summaryrefslogtreecommitdiff
path: root/sys/altq/altq_cbq.c
AgeCommit message (Expand)Author
2011-07-03g/c RIO traces (aka clean up after tedu :))Henning Brauer
2008-05-09switch altq from ifp->if_start to if_start() to take advantage of tx mit.David Gwynne
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
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
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-08-20#define CBQ_MAXPRI RM_MAXPRIO and use itHenning Brauer
2003-04-02remove what is left over from the control class stuffHenning Brauer
2003-03-31remove queue ID assigning code. it's dead since some time as we assign queueHenning Brauer
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-05missed one during ansificationHenning Brauer
2003-01-30big KNF & ANSI roundHenning Brauer
2003-01-07Correct several typos in comments. No code changes.Chad Loder
2002-12-16major KNF, Take 2Henning Brauer
2002-12-16switchover to pf-based altq.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-05fix a embarrassing list-handling bug in cbq.Kenjiro Cho
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
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