summaryrefslogtreecommitdiff
path: root/sys/altq
AgeCommit message (Expand)Author
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2011-10-07rename some vars and functionsHenning Brauer
2011-09-18rename a few functions and structs etc that collide with upcoming stuffzHenning Brauer
2011-07-08new priority queueing implementation, extremely low overhead, thus fast.Henning Brauer
2011-07-04rip out more effectively dead code, ryan okHenning Brauer
2011-07-03g/c RIO traces (aka clean up after tedu :))Henning Brauer
2011-07-03g/c code to read/write the dscp field. with pf as classifier altq has noHenning Brauer
2011-07-03g/c ALTQT_ defines for disciplines we don't haveHenning Brauer
2011-07-03cdnr and rio disciplines are not being used or supported, clear a pathTed Unangst
2010-11-19typo; from ilya a. kovalenko <shadow () oganer ! net>Mike Belopuhov
2009-05-31Remove _KERNEL goo from kernel files because we're setting _KERNEL correctly.Claudio Jeker
2008-08-27delete unused pragma ident junkTheo de Raadt
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
2008-04-20Do not use random(), which is supposed to be a scheduler-only API (weTheo de Raadt
2007-12-11kill the comment that doesn't make sense anymoreMike Belopuhov
2007-12-10Remove an MD code that was obsoleted by the timecounters.Mike Belopuhov
2007-11-18Sync struct ifaltq to match struct ifqueue.Marco Pfatschbacher
2007-09-13MALLOC/FREE -> malloc/free and M_ZERO changesCharles Longeau
2007-06-17de-registerJasper Lievisse Adriaanse
2007-05-28double pf performance.Henning Brauer
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2006-12-20"#ifdef is a tool of the weak!"Gordon Willem Klok
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