| Commit message (Expand) | Author | Age | Files | Lines |
| * | bye bye |  henning | 2014-04-19 | 16 | -7064/+0 |
| * | Rename ALTQ's HFSC_MAX_CLASSES for the upcoming change. |  pelikan | 2014-01-23 | 2 | -11/+11 |
| * | new bandwidth shaping subsystem, kernel side |  henning | 2013-10-12 | 1 | -2/+3 |
| * | unifdef -D __HAVE_TIMECOUNTER |  miod | 2012-11-05 | 1 | -3/+1 |
| * | rename some vars and functions |  henning | 2011-10-07 | 4 | -41/+40 |
| * | rename a few functions and structs etc that collide with upcoming stuffz |  henning | 2011-09-18 | 2 | -136/+138 |
| * | new priority queueing implementation, extremely low overhead, thus fast. |  henning | 2011-07-08 | 1 | -4/+7 |
| * | rip out more effectively dead code, ryan ok |  henning | 2011-07-04 | 4 | -50/+6 |
| * | g/c RIO traces (aka clean up after tedu :)) |  henning | 2011-07-03 | 5 | -101/+10 |
| * | g/c code to read/write the dscp field. with pf as classifier altq has no |  henning | 2011-07-03 | 9 | -150/+9 |
| * | g/c ALTQT_ defines for disciplines we don't have |  henning | 2011-07-03 | 1 | -9/+1 |
| * | cdnr and rio disciplines are not being used or supported, clear a path |  tedu | 2011-07-03 | 9 | -2046/+6 |
| * | typo; from ilya a. kovalenko <shadow () oganer ! net> |  mikeb | 2010-11-19 | 1 | -2/+2 |
| * | Remove _KERNEL goo from kernel files because we're setting _KERNEL correctly. |  claudio | 2009-05-31 | 1 | -7/+1 |
| * | delete unused pragma ident junk |  deraadt | 2008-08-27 | 2 | -6/+2 |
| * | switch altq from ifp->if_start to if_start() to take advantage of tx mit. |  dlg | 2008-05-09 | 2 | -6/+5 |
| * | do not check malloc return value against NULL, as M_WAITOK is used |  chl | 2008-05-08 | 8 | -78/+14 |
| * | Do not use random(), which is supposed to be a scheduler-only API (we |  deraadt | 2008-04-20 | 5 | -9/+10 |
| * | kill the comment that doesn't make sense anymore |  mikeb | 2007-12-11 | 1 | -9/+1 |
| * | Remove an MD code that was obsoleted by the timecounters. |  mikeb | 2007-12-10 | 1 | -98/+10 |
| * | Sync struct ifaltq to match struct ifqueue. |  mpf | 2007-11-18 | 1 | -2/+2 |
| * | MALLOC/FREE -> malloc/free and M_ZERO changes |  chl | 2007-09-13 | 8 | -82/+61 |
| * | de-register |  jasper | 2007-06-17 | 2 | -5/+5 |
| * | double pf performance. |  henning | 2007-05-28 | 4 | -32/+16 |
| * | ``it's'' -> ``its'' when the grammar gods require this change. |  miod | 2007-04-10 | 1 | -2/+2 |
| * | Consistently spell FALLTHROUGH to appease lint. |  jsg | 2007-02-14 | 1 | -3/+3 |
| * | "#ifdef is a tool of the weak!" |  gwk | 2006-12-20 | 1 | -2/+2 |
| * | With the exception of two other small uncommited diffs this moves |  brad | 2006-03-04 | 6 | -25/+25 |
| * | make pf use one mbuf tag instead of 6 distinct ones. use a little struct |  henning | 2005-10-17 | 5 | -43/+22 |
| * | This touches only MI code, and adds new time keeping code. The |  tholo | 2004-07-28 | 1 | -1/+9 |
| * | This moves access to wall and uptime variables in MI code, |  tholo | 2004-06-24 | 1 | -3/+4 |
| * | make separate functions to enable/disable altq, and call them when we |  kjc | 2004-04-27 | 2 | -26/+3 |
| * | add a congestion indicator to if_queue. It is set when the input queue |  henning | 2004-04-17 | 1 | -1/+2 |
| * | eliminate the predefined special qids so that qids become simple |  kjc | 2004-01-14 | 8 | -114/+141 |
| * | update the CMU license, submitted by Tze Sing Eugene Ng <eugeneng@cs.cmu.edu>. |  kjc | 2003-12-06 | 2 | -10/+4 |
| * | typos in comments; from Jared Yanovich <jjy2+ at pitt dot edu> |  henning | 2003-10-17 | 2 | -5/+5 |
| * | pf spelling police |  david | 2003-08-22 | 3 | -7/+7 |
| * | #define CBQ_MAXPRI RM_MAXPRIO and use it |  henning | 2003-08-20 | 2 | -3/+4 |
| * | move the #define RM_MAXPRIO out of #ifdef _KERNEL |  henning | 2003-08-20 | 1 | -2/+3 |
| * | fix a breakage in hfsc. |  kjc | 2003-05-20 | 1 | -9/+11 |
| * | ansi |  henning | 2003-05-12 | 1 | -38/+21 |
| * | life's easier if one initializes pointers... |  henning | 2003-04-12 | 1 | -1/+2 |
| * | don't create a root class implicitely. we do this from pfctl, and need |  henning | 2003-04-12 | 1 | -19/+9 |
| * | kill the qid assignment code here; return EINVAL if qid == 0 - similar to |  henning | 2003-04-12 | 1 | -25/+10 |
| * | ansi and a bit style; ok kjc@ |  henning | 2003-04-12 | 1 | -174/+109 |
| * | until now, the queue ID and the priority were tied together with PRIQ. this |  henning | 2003-04-03 | 2 | -11/+12 |
| * | remove remaining lines not needed by openbsd. |  kjc | 2003-04-03 | 1 | -132/+1 |
| * | remove dead code |  henning | 2003-04-02 | 1 | -4/+1 |
| * | remove what is left over from the control class stuff |  henning | 2003-04-02 | 2 | -21/+3 |
| * | remove queue ID assigning code. it's dead since some time as we assign queue |  henning | 2003-03-31 | 2 | -49/+26 |