Age | Commit message (Expand) | Author |
2004-05-20 | bzero() ifr before use, From: Andrey Matveev <andrushock@korovino.net> | Henning Brauer |
2004-04-26 | do more careful altq bandwidth checking. | Kenjiro Cho |
2004-03-14 | #include fixes, from Max Laier, ok beck@ henning@ | Daniel Hartmeier |
2004-02-19 | now that qids are managed entirely in the kernel, the qid related code | Kenjiro Cho |
2004-02-10 | KNF | Daniel Hartmeier |
2004-02-10 | KNF | Henning Brauer |
2004-01-14 | eliminate the predefined special qids so that qids become simple | Kenjiro Cho |
2003-10-21 | don't use NULL as (int)0. henning ok | Jun-ichiro itojun Hagino |
2003-08-22 | pf spelling police | David Krause |
2003-08-20 | catch invalid CBQ priorities earlier, including a better error message | Henning Brauer |
2003-06-20 | some cleanings recommended by lint; dhartmei ok | Theo de Raadt |
2003-06-06 | simplify license. pfctl_altq.c with kenjiro's permission of course. | Henning Brauer |
2003-05-08 | Close sockets (otherwise the file handle limit can be reached when many | Daniel Hartmeier |
2003-04-15 | pass down the unparsed queue opts (struct node_queue_opt) to | Henning Brauer |
2003-04-15 | make print_hfsc_sc() take an extra struct node_hfsc_sc parameter and print | Henning Brauer |
2003-04-15 | don't include the unit "ms" when printing the service curve; parser wants | Henning Brauer |
2003-04-15 | factor out service curve printing to it's own function, print_hfsc_sc(). | Henning Brauer |
2003-04-14 | if linkshare service curve m2 == bandwidth, but d given, we do need to print | Henning Brauer |
2003-04-14 | only print hfsc linkshare when it differs from the default | Henning Brauer |
2003-04-14 | do not add a realtime service curve to the root queue as | Kenjiro Cho |
2003-04-14 | let print_altq and print_queue take a struct node_queue_bw parameter instead | Henning Brauer |
2003-04-13 | concistency in the print-funtions, here: HFSC uppercurve and brackets | Henning Brauer |
2003-04-13 | use pa->ifbandwidth instead of rate as reference bandwidth for the root queue | Henning Brauer |
2003-04-13 | process HFSC options for the linkshare, realtime and upperlimit service curves | Henning Brauer |
2003-04-13 | break out bandwidth specification processing code to its own function, will | Henning Brauer |
2003-04-13 | pass down the struct node_queue_opts from the altqif/queuespec yacc targets | Henning Brauer |
2003-04-13 | move the structs node_queue_bw and node_queue_opt to pfctl_parser.h. | Henning Brauer |
2003-04-12 | make the first queue id we assign 2 instead of 1, 1 is the default queue for | Henning Brauer |
2003-04-12 | in check_commit_hfsc, don't check wether the default queue is a leaf queue | Henning Brauer |
2003-04-12 | correctly make up the root queue in eval_pfqueue_hfsc | Henning Brauer |
2003-04-12 | make print_*_opts() int instead of void where the return value indicates | Henning Brauer |
2003-04-12 | fix print_hfsc_opts to only print "hfsc( " and " )" when there are opts to | Henning Brauer |
2003-04-12 | assign queue IDs for HFSC simimar to what we do for PRIQ and CBQ | Henning Brauer |
2003-04-11 | qname_to_qid and qname_to_pfaltq can be private functions now; nothing | Henning Brauer |
2003-04-11 | kill dead code. | Henning Brauer |
2003-04-05 | allow queue specs to be limited to certain interfaces. | Henning Brauer |
2003-04-03 | use a simple linear queue ID assignment algorithm for PRIQ like we do for | Henning Brauer |
2003-04-03 | explicitly include <sys/limits.h> for INT_MAX. | Kenjiro Cho |
2003-03-28 | assign qid early for priq too | Henning Brauer |
2003-03-11 | do the queue ID assignment for cbq already in userland. ensure that queues | Henning Brauer |
2003-03-10 | check for multiple same named queues on one interface. | Henning Brauer |
2003-03-10 | rework error handling in eval_pfqueue(). | Henning Brauer |
2003-03-08 | when complaining about a queue's abndwidth beeing to small (below the | Henning Brauer |
2003-03-06 | fix queue assignment on filter rules which are not bound to an interface. | Henning Brauer |
2003-03-03 | rate2str() overhaul: | Henning Brauer |
2003-03-02 | when printing queues at load time that have bandwidth specified in percent, | Henning Brauer |
2003-03-02 | remove the control keyword for cbq queues. | Henning Brauer |
2003-03-02 | add a guarantee that two same named queues on different interfaces have the | Henning Brauer |
2003-02-25 | extend copyright to 2003 | Henning Brauer |
2003-01-24 | make rate2str include the unit in the ouput even if it is 0b. was irrelevant | Henning Brauer |