Age | Commit message (Expand) | Author |
2013-07-05 | Collect and display 'match' counters for pf tables. | Bret Lambert |
2013-07-04 | Re-commit: use time_t for storing time_t values. This is an ABI | Philip Guenther |
2013-07-02 | Revert previous: sizeof(time_t) != sizeof(long) on LP64, so there was | Philip Guenther |
2013-07-02 | Use time_t for storing time_t values. No change to the underlying | Philip Guenther |
2013-02-18 | DIOCRCLRASTATS ioctl wasn't specifying a timestamp when cleared | Mike Belopuhov |
2013-01-16 | Unbreak the negation toggle code when re-loading pf tables. Otherwise | Markus Friedl |
2012-12-29 | pass pf_pool directly to pfr_pool_get(); simplifies the API; | Markus Friedl |
2012-01-26 | when table content changes we need to reset index | Mike Belopuhov |
2011-07-27 | Add support for weighted round-robin in load balancing pools and tables. | Ryan Thomas McBride |
2011-07-08 | ensure that we won't enter an endless loop while iterating over | Mike Belopuhov |
2011-07-03 | bring in least-states load balancing algorithm | Joerg Zinke |
2011-06-14 | KNF (no change in .o files) | Ryan Thomas McBride |
2011-05-17 | exclude link local address from the dynamic interface address pool | Mike Belopuhov |
2010-11-20 | throw some yields into the pf table code so it doesn't lock up the kernel. | Ted Unangst |
2010-10-23 | remove PFR_FLAG_ATOMIC. not used, and doesn't work as advertised. | Ted Unangst |
2010-09-30 | Convert printf()'s to DPFDEBUG() macro. | Ryan Thomas McBride |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-06-28 | Add the rtable id as an argument to rn_walktree(). Functions like | Claudio Jeker |
2010-02-24 | put back the line of code that copies the timestamp out for tables | Henning Brauer |
2010-01-18 | Convert pf debug logging to using log()/addlog(), a single standardised | Ryan Thomas McBride |
2010-01-12 | First pass at removing the 'pf_pool' mechanism for translation and routing | Ryan Thomas McBride |
2008-11-24 | Fix splasserts seen in pr 5987 by propagating a flag that discribes | Mike Belopuhov |
2008-10-08 | Get rid of the second table entry pool (pfr_kentry_pl2); we're already | Ryan Thomas McBride |
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 |