summaryrefslogtreecommitdiff
path: root/sys/altq
AgeCommit message (Expand)Author
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-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-04-27make separate functions to enable/disable altq, and call them when weKenjiro Cho
2004-04-17add a congestion indicator to if_queue. It is set when the input queueHenning 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-10-17typos in comments; from Jared Yanovich <jjy2+ at pitt dot edu>Henning Brauer
2003-08-22pf spelling policeDavid Krause
2003-08-20#define CBQ_MAXPRI RM_MAXPRIO and use itHenning Brauer
2003-08-20move the #define RM_MAXPRIO out of #ifdef _KERNELHenning Brauer
2003-05-20fix a breakage in hfsc.Kenjiro Cho
2003-05-12ansiHenning Brauer
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-04-03until now, the queue ID and the priority were tied together with PRIQ. thisHenning Brauer
2003-04-03remove remaining lines not needed by openbsd.Kenjiro Cho
2003-04-02remove dead codeHenning 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-27double ;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-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