summaryrefslogtreecommitdiffstats
path: root/sys/altq (follow)
Commit message (Expand)AuthorAgeFilesLines
* bye byehenning2014-04-1916-7064/+0
* Rename ALTQ's HFSC_MAX_CLASSES for the upcoming change.pelikan2014-01-232-11/+11
* new bandwidth shaping subsystem, kernel sidehenning2013-10-121-2/+3
* unifdef -D __HAVE_TIMECOUNTERmiod2012-11-051-3/+1
* rename some vars and functionshenning2011-10-074-41/+40
* rename a few functions and structs etc that collide with upcoming stuffzhenning2011-09-182-136/+138
* new priority queueing implementation, extremely low overhead, thus fast.henning2011-07-081-4/+7
* rip out more effectively dead code, ryan okhenning2011-07-044-50/+6
* g/c RIO traces (aka clean up after tedu :))henning2011-07-035-101/+10
* g/c code to read/write the dscp field. with pf as classifier altq has nohenning2011-07-039-150/+9
* g/c ALTQT_ defines for disciplines we don't havehenning2011-07-031-9/+1
* cdnr and rio disciplines are not being used or supported, clear a pathtedu2011-07-039-2046/+6
* typo; from ilya a. kovalenko <shadow () oganer ! net>mikeb2010-11-191-2/+2
* Remove _KERNEL goo from kernel files because we're setting _KERNEL correctly.claudio2009-05-311-7/+1
* delete unused pragma ident junkderaadt2008-08-272-6/+2
* switch altq from ifp->if_start to if_start() to take advantage of tx mit.dlg2008-05-092-6/+5
* do not check malloc return value against NULL, as M_WAITOK is usedchl2008-05-088-78/+14
* Do not use random(), which is supposed to be a scheduler-only API (wederaadt2008-04-205-9/+10
* kill the comment that doesn't make sense anymoremikeb2007-12-111-9/+1
* Remove an MD code that was obsoleted by the timecounters.mikeb2007-12-101-98/+10
* Sync struct ifaltq to match struct ifqueue.mpf2007-11-181-2/+2
* MALLOC/FREE -> malloc/free and M_ZERO changeschl2007-09-138-82/+61
* de-registerjasper2007-06-172-5/+5
* double pf performance.henning2007-05-284-32/+16
* ``it's'' -> ``its'' when the grammar gods require this change.miod2007-04-101-2/+2
* Consistently spell FALLTHROUGH to appease lint.jsg2007-02-141-3/+3
* "#ifdef is a tool of the weak!"gwk2006-12-201-2/+2
* With the exception of two other small uncommited diffs this movesbrad2006-03-046-25/+25
* make pf use one mbuf tag instead of 6 distinct ones. use a little structhenning2005-10-175-43/+22
* This touches only MI code, and adds new time keeping code. Thetholo2004-07-281-1/+9
* This moves access to wall and uptime variables in MI code,tholo2004-06-241-3/+4
* make separate functions to enable/disable altq, and call them when wekjc2004-04-272-26/+3
* add a congestion indicator to if_queue. It is set when the input queuehenning2004-04-171-1/+2
* eliminate the predefined special qids so that qids become simplekjc2004-01-148-114/+141
* update the CMU license, submitted by Tze Sing Eugene Ng <eugeneng@cs.cmu.edu>.kjc2003-12-062-10/+4
* typos in comments; from Jared Yanovich <jjy2+ at pitt dot edu>henning2003-10-172-5/+5
* pf spelling policedavid2003-08-223-7/+7
* #define CBQ_MAXPRI RM_MAXPRIO and use ithenning2003-08-202-3/+4
* move the #define RM_MAXPRIO out of #ifdef _KERNELhenning2003-08-201-2/+3
* fix a breakage in hfsc.kjc2003-05-201-9/+11
* ansihenning2003-05-121-38/+21
* life's easier if one initializes pointers...henning2003-04-121-1/+2
* don't create a root class implicitely. we do this from pfctl, and needhenning2003-04-121-19/+9
* kill the qid assignment code here; return EINVAL if qid == 0 - similar tohenning2003-04-121-25/+10
* ansi and a bit style; ok kjc@henning2003-04-121-174/+109
* until now, the queue ID and the priority were tied together with PRIQ. thishenning2003-04-032-11/+12
* remove remaining lines not needed by openbsd.kjc2003-04-031-132/+1
* remove dead codehenning2003-04-021-4/+1
* remove what is left over from the control class stuffhenning2003-04-022-21/+3
* remove queue ID assigning code. it's dead since some time as we assign queuehenning2003-03-312-49/+26