Age | Commit message (Expand) | Author |
2008-05-08 | do not check malloc return value against NULL, as M_WAITOK is used | Charles Longeau |
2007-09-13 | MALLOC/FREE -> malloc/free and M_ZERO changes | Charles Longeau |
2007-05-28 | double pf performance. | Henning Brauer |
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-01-14 | eliminate the predefined special qids so that qids become simple | Kenjiro Cho |
2003-04-03 | until now, the queue ID and the priority were tied together with PRIQ. this | Henning Brauer |
2003-04-02 | remove dead code | 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 | idx is unsigned | Henning Brauer |
2003-03-13 | scale the red thresholds according to the queue limit. | Kenjiro Cho |
2003-03-11 | add protection against packets without pkthdr. | Kenjiro Cho |
2003-03-02 | only assign a new queue id if a->qid is 0. otherwise, check a->qid for | Henning Brauer |
2003-02-08 | ansi | Henning Brauer |
2002-12-16 | major KNF, Take 2 | Henning Brauer |
2002-12-16 | switchover to pf-based altq. | Kenjiro Cho |
2002-11-29 | supress printf's. | Kenjiro Cho |
2002-11-26 | KNF | Henning Brauer |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-10-26 | avoid divide-by-zero when the specified bandwidth is less than 8bps. | Kenjiro Cho |
2001-08-09 | change a maze of altq options into just "altq" for the base+red+cbq, and | Theo de Raadt |
2001-06-27 | import ALTQ, alternate queueing support, from KAME. | Kenjiro Cho |