summaryrefslogtreecommitdiff
path: root/sys/altq/altq_red.c
AgeCommit message (Expand)Author
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-09-13MALLOC/FREE -> malloc/free and M_ZERO changesCharles Longeau
2007-05-28double pf performance.Henning Brauer
2005-10-17make pf use one mbuf tag instead of 6 distinct ones. use a little structHenning Brauer
2003-05-12ansiHenning Brauer
2003-01-07Correct several typos in comments. No code changes.Chad Loder
2002-12-16major KNF, Take 2Henning Brauer
2002-12-16switchover to pf-based altq.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-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-05-17sync with KAME.Kenjiro Cho
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-09change a maze of altq options into just "altq" for the base+red+cbq, andTheo de Raadt
2001-06-27import ALTQ, alternate queueing support, from KAME.Kenjiro Cho