Age | Commit message (Expand) | Author |
2014-04-19 | remove altq bits here, too | Henning Brauer |
2013-10-12 | config bits for the bandwidth shaping part of the new queueing subsystem | Henning Brauer |
2012-07-08 | New attempt to make the -P flag work with -ss, so that states can be | Lawrence Teo |
2012-06-01 | revert previous, breaks tcpdump | Jonathan Gray |
2012-06-01 | Make the -P flag work with -ss, so that states can be printed with port | Lawrence Teo |
2011-07-27 | Add support for weighted round-robin in load balancing pools and tables. | Ryan Thomas McBride |
2010-11-12 | The ioctl to show states returns a pfsync_state which is in network byte | Claudio Jeker |
2010-03-23 | remove -A, -O, -R and -T load | Henning Brauer |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2008-05-29 | Second half of PF state table rearrangement. | Ryan Thomas McBride |
2007-12-05 | remove unused functions | Charles Longeau |
2007-05-31 | Cope with new ioctl interface (use pfsync_state instead of pf_state) | Ryan Thomas McBride |
2007-02-09 | use DIOCGETRULE ioctl & action set to PF_GET_CLR_CNTR to clear counters | Henning Brauer |
2006-01-28 | zap unused function | Henning Brauer |
2005-05-21 | clean up and rework the interface absraction code big time, rip out multiple | Henning Brauer |
2005-01-05 | Modify pfctl behaviour so that 'set ...' options are no longer "sticky", ie. | Ryan Thomas McBride |
2004-06-14 | Remove unused functions. ok beck@ henning@ | Cedric Berger |
2004-05-19 | Allow recursive anchors (anchors within anchors, up to 64 | Daniel Hartmeier |
2004-04-09 | Do not try to load directories. found+ok mpech@ | Cedric Berger |
2004-02-19 | Makes pfctl -ss and pfctl -sq use optional -i argument. | Cedric Berger |
2004-02-17 | add -i flag, use it for -sI as a start. ok henning@, ok+test mcbride@ | Cedric Berger |
2004-02-10 | KNF | Daniel Hartmeier |
2004-01-29 | Clean up 'pfctl -s all' output. | Ryan Thomas McBride |
2003-12-31 | Many improvements to the handling of interfaces in PF. | Cedric Berger |
2003-11-06 | KNF | Henning Brauer |
2003-10-08 | fix cedric's breakage: | Henning Brauer |
2003-09-26 | Rearchitecture of the userland/kernel IOCTL interface for transactions. | Cedric Berger |
2003-08-29 | Document interactions between tables and anchors. | Cedric Berger |
2003-07-31 | Make table tickets per-ruleset instead of global. | Cedric Berger |
2003-07-04 | KNF after cedric (grmpf) | Henning Brauer |
2003-07-03 | This patch finally cleanup pfctl_table.c. No more global buffer, | Cedric Berger |
2003-06-30 | Buffer management functions. | Cedric Berger |
2003-06-27 | Reorg part I: move 3 functions out of pf_table.c to pf_radix.c | Cedric Berger |
2003-06-08 | A table in an anchor creates a real anchor: pfctl -sA works. | Cedric Berger |
2003-04-30 | Allow tables to be loaded into anchors. | Cedric Berger |
2003-04-14 | let print_altq and print_queue take a struct node_queue_bw parameter instead | 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-03-27 | lotsa const char * | Henning Brauer |
2003-03-06 | fix queue assignment on filter rules which are not bound to an interface. | Henning Brauer |
2003-03-02 | when printing queues at load time that have bandwidth specified in percent, | Henning Brauer |
2003-02-11 | allow macro definition on the command line: | Henning Brauer |
2003-01-24 | let pfctl -vvsq loop and display measured bandwidth and packets/s per queue. | Henning Brauer |
2003-01-24 | export rate2str | Henning Brauer |
2003-01-20 | no named parameters in prototypes | Camiel Dobbelaar |
2003-01-20 | Improve pfctl -vvs{r,n} output with rule containing tables. | Cedric Berger |
2003-01-09 | first attack at pfctl queue statistics, to be displayed with pfctl -vsq | Henning Brauer |
2003-01-09 | Add support for active/inactive tablesets in the kernel. | Cedric Berger |
2003-01-07 | Remove table name hashing (pass the name in each ioctl instead), and | Daniel Hartmeier |