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