Age | Commit message (Expand) | Author |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2011-10-07 | rename some vars and functions | Henning Brauer |
2011-09-18 | rename a few functions and structs etc that collide with upcoming stuffz | Henning Brauer |
2011-07-08 | new priority queueing implementation, extremely low overhead, thus fast. | Henning Brauer |
2011-07-04 | rip out more effectively dead code, ryan ok | Henning Brauer |
2011-07-03 | g/c RIO traces (aka clean up after tedu :)) | Henning Brauer |
2011-07-03 | g/c code to read/write the dscp field. with pf as classifier altq has no | Henning Brauer |
2011-07-03 | g/c ALTQT_ defines for disciplines we don't have | Henning Brauer |
2011-07-03 | cdnr and rio disciplines are not being used or supported, clear a path | Ted Unangst |
2010-11-19 | typo; from ilya a. kovalenko <shadow () oganer ! net> | Mike Belopuhov |
2009-05-31 | Remove _KERNEL goo from kernel files because we're setting _KERNEL correctly. | Claudio Jeker |
2008-08-27 | delete unused pragma ident junk | Theo de Raadt |
2008-05-09 | switch altq from ifp->if_start to if_start() to take advantage of tx mit. | David Gwynne |
2008-05-08 | do not check malloc return value against NULL, as M_WAITOK is used | Charles Longeau |
2008-04-20 | Do not use random(), which is supposed to be a scheduler-only API (we | Theo de Raadt |
2007-12-11 | kill the comment that doesn't make sense anymore | Mike Belopuhov |
2007-12-10 | Remove an MD code that was obsoleted by the timecounters. | Mike Belopuhov |
2007-11-18 | Sync struct ifaltq to match struct ifqueue. | Marco Pfatschbacher |
2007-09-13 | MALLOC/FREE -> malloc/free and M_ZERO changes | Charles Longeau |
2007-06-17 | de-register | Jasper Lievisse Adriaanse |
2007-05-28 | double pf performance. | Henning Brauer |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2006-12-20 | "#ifdef is a tool of the weak!" | Gordon Willem Klok |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2005-10-17 | make pf use one mbuf tag instead of 6 distinct ones. use a little struct | Henning Brauer |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-04-27 | make separate functions to enable/disable altq, and call them when we | Kenjiro Cho |
2004-04-17 | add a congestion indicator to if_queue. It is set when the input queue | Henning Brauer |
2004-01-14 | eliminate the predefined special qids so that qids become simple | Kenjiro Cho |
2003-12-06 | update the CMU license, submitted by Tze Sing Eugene Ng <eugeneng@cs.cmu.edu>. | Kenjiro Cho |
2003-10-17 | typos in comments; from Jared Yanovich <jjy2+ at pitt dot edu> | Henning Brauer |
2003-08-22 | pf spelling police | David Krause |
2003-08-20 | #define CBQ_MAXPRI RM_MAXPRIO and use it | Henning Brauer |
2003-08-20 | move the #define RM_MAXPRIO out of #ifdef _KERNEL | Henning Brauer |
2003-05-20 | fix a breakage in hfsc. | Kenjiro Cho |
2003-05-12 | ansi | Henning Brauer |
2003-04-12 | life's easier if one initializes pointers... | Henning Brauer |
2003-04-12 | don't create a root class implicitely. we do this from pfctl, and need | Henning Brauer |
2003-04-12 | kill the qid assignment code here; return EINVAL if qid == 0 - similar to | Henning Brauer |
2003-04-12 | ansi and a bit style; ok kjc@ | Henning Brauer |
2003-04-03 | until now, the queue ID and the priority were tied together with PRIQ. this | Henning Brauer |
2003-04-03 | remove remaining lines not needed by openbsd. | Kenjiro Cho |
2003-04-02 | remove dead code | Henning Brauer |
2003-04-02 | remove what is left over from the control class stuff | Henning Brauer |
2003-03-31 | remove queue ID assigning code. it's dead since some time as we assign queue | Henning Brauer |
2003-03-27 | double ; | Henning Brauer |
2003-03-27 | idx is unsigned | Henning Brauer |
2003-03-24 | fix error return values (NULL to ENOMEM) and add missing ellist_destroy() | Kenjiro Cho |