| Commit message (Expand) | Author | Age | Files | Lines |
| * | when table content changes we need to reset index |  mikeb | 2012-01-26 | 1 | -4/+4 |
| * | Add support for weighted round-robin in load balancing pools and tables. |  mcbride | 2011-07-27 | 1 | -37/+126 |
| * | ensure that we won't enter an endless loop while iterating over |  mikeb | 2011-07-08 | 1 | -6/+12 |
| * | bring in least-states load balancing algorithm |  zinke | 2011-07-03 | 1 | -17/+128 |
| * | KNF (no change in .o files) |  mcbride | 2011-06-14 | 1 | -5/+11 |
| * | exclude link local address from the dynamic interface address pool |  mikeb | 2011-05-17 | 1 | -3/+9 |
| * | throw some yields into the pf table code so it doesn't lock up the kernel. |  tedu | 2010-11-20 | 1 | -2/+20 |
| * | remove PFR_FLAG_ATOMIC. not used, and doesn't work as advertised. |  tedu | 2010-10-23 | 1 | -92/+30 |
| * | Convert printf()'s to DPFDEBUG() macro. |  mcbride | 2010-09-30 | 1 | -17/+26 |
| * | No "\n" needed at the end of panic() strings. |  krw | 2010-08-07 | 1 | -2/+2 |
| * | Add the rtable id as an argument to rn_walktree(). Functions like |  claudio | 2010-06-28 | 1 | -3/+3 |
| * | put back the line of code that copies the timestamp out for tables |  henning | 2010-02-24 | 1 | -1/+2 |
| * | Convert pf debug logging to using log()/addlog(), a single standardised |  mcbride | 2010-01-18 | 1 | -1/+2 |
| * | First pass at removing the 'pf_pool' mechanism for translation and routing |  mcbride | 2010-01-12 | 1 | -47/+81 |
| * | Fix splasserts seen in pr 5987 by propagating a flag that discribes |  mikeb | 2008-11-24 | 1 | -14/+24 |
| * | Get rid of the second table entry pool (pfr_kentry_pl2); we're already |  mcbride | 2008-10-08 | 1 | -10/+3 |
| * | There's no more reason to use oldnointr allocator here since we pace |  art | 2008-06-14 | 1 | -3/+3 |
| * | pool_get()s not in interrupt context should not be PR_NOWAIT, but |  henning | 2008-06-14 | 1 | -3/+3 |
| * | Simplify code slightly; use PR_ZERO with pool_get() rather than bzero(). |  mcbride | 2008-06-10 | 1 | -7/+5 |
| * | Free the counters struct when we free the table entry. |  mcbride | 2008-06-10 | 1 | -1/+3 |
| * | Make counters on table addresses optional and disabled by default. |  mcbride | 2008-06-10 | 1 | -10/+27 |
| * | Implement routing priorities. Every route inserted has a priority assigned |  claudio | 2008-05-07 | 1 | -3/+3 |
| * | increment the match/nomatch table counters when using a table/pool in |  reyk | 2007-12-20 | 1 | -2/+6 |
| * | since the |  henning | 2007-09-01 | 1 | -1/+2 |
| * | use the intr pool when allocating from interrupt context; |  markus | 2007-05-23 | 1 | -3/+5 |
| * | do not use out of scope variable in macros -- only use the macro arguments passed; makes it less of nfs kind of code; henning@ ok |  mickey | 2007-03-20 | 1 | -46/+53 |
| * | fix creation of sub-anchors, e.g. if you create an anchor /foo/bar, create |  dhartmei | 2006-05-02 | 1 | -2/+2 |
| * | Instead of copying a table structure so we can mask off a bit before |  pascoe | 2005-08-02 | 1 | -3/+5 |
| * | Backout 1.64, switch back to two-pool allocation scheme (with oldnointr |  dhartmei | 2005-06-06 | 1 | -7/+15 |
| * | add back ACCEPT_GLAGS and active flag check, pointed out by cedric |  henning | 2005-05-27 | 1 | -2/+3 |
| * | change pool allocation of table entries, no longer use the oldnointr |  dhartmei | 2005-05-23 | 1 | -15/+7 |
| * | don't deny access to "special" tables in get_addrs |  henning | 2005-05-23 | 1 | -3/+2 |
| * | KNF |  mcbride | 2004-12-07 | 1 | -2/+2 |
| * | Add kernel code to keep track of tcp connections which have completed |  mcbride | 2004-12-04 | 1 | -8/+41 |
| * | correctly parse the anchor names to which tables refer. |  jaredy | 2004-10-15 | 1 | -1/+39 |
| * | Make 0/0 table entries work; also fix a problem setting the network mask |  mcbride | 2004-07-08 | 1 | -3/+3 |
| * | pfr_commit_ktable calls functions that can result in the current |  mcbride | 2004-06-23 | 1 | -3/+5 |
| * | First step towards more sane time handling in the kernel -- this changes |  tholo | 2004-06-21 | 1 | -9/+9 |
| * | Eliminate a dereference after pool_put when an inactive/no-longer referenced |  mcbride | 2004-06-11 | 1 | -3/+5 |
| * | Make deletion of a few addresses much faster on big tables. ok claudio@ |  cedric | 2004-06-07 | 1 | -3/+30 |
| * | tables like to allocate lots of memory at once. use the previous |  tedu | 2004-06-02 | 1 | -3/+3 |
| * | Allow recursive anchors (anchors within anchors, up to 64 |  dhartmei | 2004-05-19 | 1 | -36/+11 |
| * | gcc3 shut up (from naddy@) |  pb | 2004-04-28 | 1 | -1/+2 |
| * | do not return here |  pb | 2004-04-28 | 1 | -2/+1 |
| * | Dont step into INET6 code, just because af != AF_INET |  pb | 2004-04-28 | 1 | -13/+36 |
| * | radix tree with multipath support. from kame. deraadt ok |  itojun | 2004-04-25 | 1 | -3/+3 |
| * | move some of the non-interrupt pools from the small kmem_map to the much |  frantzen | 2004-04-09 | 1 | -3/+3 |
| * | KNF, ok cedric@ deraadt@ |  mcbride | 2004-03-09 | 1 | -10/+12 |
| * | KNF |  dhartmei | 2004-02-10 | 1 | -4/+4 |
| * | KNF |  henning | 2004-02-10 | 1 | -12/+12 |