Age | Commit message (Expand) | Author |
2008-06-14 | There's no more reason to use oldnointr allocator here since we pace | Artur Grabowski |
2008-06-14 | pool_get()s not in interrupt context should not be PR_NOWAIT, but | Henning Brauer |
2008-06-10 | Simplify code slightly; use PR_ZERO with pool_get() rather than bzero(). | Ryan Thomas McBride |
2008-06-10 | Free the counters struct when we free the table entry. | Ryan Thomas McBride |
2008-06-10 | Make counters on table addresses optional and disabled by default. | Ryan Thomas McBride |
2008-05-07 | Implement routing priorities. Every route inserted has a priority assigned | Claudio Jeker |
2007-12-20 | increment the match/nomatch table counters when using a table/pool in | Reyk Floeter |
2007-09-01 | since the | Henning Brauer |
2007-05-23 | use the intr pool when allocating from interrupt context; | Markus Friedl |
2007-03-20 | do not use out of scope variable in macros -- only use the macro arguments pa... | Michael Shalayeff |
2006-05-02 | fix creation of sub-anchors, e.g. if you create an anchor /foo/bar, create | Daniel Hartmeier |
2005-08-02 | Instead of copying a table structure so we can mask off a bit before | Christopher Pascoe |
2005-06-06 | Backout 1.64, switch back to two-pool allocation scheme (with oldnointr | Daniel Hartmeier |
2005-05-27 | add back ACCEPT_GLAGS and active flag check, pointed out by cedric | Henning Brauer |
2005-05-23 | change pool allocation of table entries, no longer use the oldnointr | Daniel Hartmeier |
2005-05-23 | don't deny access to "special" tables in get_addrs | Henning Brauer |
2004-12-07 | KNF | Ryan Thomas McBride |
2004-12-04 | Add kernel code to keep track of tcp connections which have completed | Ryan Thomas McBride |
2004-10-15 | correctly parse the anchor names to which tables refer. | Jared Yanovich |
2004-07-08 | Make 0/0 table entries work; also fix a problem setting the network mask | Ryan Thomas McBride |
2004-06-23 | pfr_commit_ktable calls functions that can result in the current | Ryan Thomas McBride |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-11 | Eliminate a dereference after pool_put when an inactive/no-longer referenced | Ryan Thomas McBride |
2004-06-07 | Make deletion of a few addresses much faster on big tables. ok claudio@ | Cedric Berger |
2004-06-02 | tables like to allocate lots of memory at once. use the previous | Ted Unangst |
2004-05-19 | Allow recursive anchors (anchors within anchors, up to 64 | Daniel Hartmeier |
2004-04-28 | gcc3 shut up (from naddy@) | Philipp Buehler |
2004-04-28 | do not return here | Philipp Buehler |
2004-04-28 | Dont step into INET6 code, just because af != AF_INET | Philipp Buehler |
2004-04-25 | radix tree with multipath support. from kame. deraadt ok | Jun-ichiro itojun Hagino |
2004-04-09 | move some of the non-interrupt pools from the small kmem_map to the much | Mike Frantzen |
2004-03-09 | KNF, ok cedric@ deraadt@ | Ryan Thomas McBride |
2004-02-10 | KNF | Daniel Hartmeier |
2004-02-10 | KNF | Henning Brauer |
2003-12-31 | spacing. note this, cedric | Theo de Raadt |
2003-12-31 | Many improvements to the handling of interfaces in PF. | Cedric Berger |
2003-09-26 | Rearchitecture of the userland/kernel IOCTL interface for transactions. | Cedric Berger |
2003-08-22 | KNF | Henning Brauer |
2003-08-09 | This patch remove the restriction that tables cannot be used in routing or | Cedric Berger |
2003-07-31 | Make table tickets per-ruleset instead of global. | Cedric Berger |
2003-06-24 | KNF | Henning Brauer |
2003-06-08 | Returns the correct array size. | Cedric Berger |
2003-06-08 | A table in an anchor creates a real anchor: pfctl -sA works. | Cedric Berger |
2003-05-24 | Unused variable. | Cedric Berger |
2003-04-30 | Allow tables to be loaded into anchors. | Cedric Berger |
2003-04-27 | Update the pfioc_table IOCTL structure. | Cedric Berger |
2003-04-04 | KNF | Theo de Raadt |
2003-03-21 | - Add missing "\n" to some pf_table.c printf() | Cedric Berger |
2003-03-14 | Correctly flag out radix_node entries with RNF_ROOT flag set: this is not | Cedric Berger |
2003-03-13 | Plug slow memory leak (radix_mask structure). | Cedric Berger |