summaryrefslogtreecommitdiffstats
path: root/sys/net/pf_table.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* when table content changes we need to reset indexmikeb2012-01-261-4/+4
* Add support for weighted round-robin in load balancing pools and tables.mcbride2011-07-271-37/+126
* ensure that we won't enter an endless loop while iterating overmikeb2011-07-081-6/+12
* bring in least-states load balancing algorithmzinke2011-07-031-17/+128
* KNF (no change in .o files)mcbride2011-06-141-5/+11
* exclude link local address from the dynamic interface address poolmikeb2011-05-171-3/+9
* throw some yields into the pf table code so it doesn't lock up the kernel.tedu2010-11-201-2/+20
* remove PFR_FLAG_ATOMIC. not used, and doesn't work as advertised.tedu2010-10-231-92/+30
* Convert printf()'s to DPFDEBUG() macro.mcbride2010-09-301-17/+26
* No "\n" needed at the end of panic() strings.krw2010-08-071-2/+2
* Add the rtable id as an argument to rn_walktree(). Functions likeclaudio2010-06-281-3/+3
* put back the line of code that copies the timestamp out for tableshenning2010-02-241-1/+2
* Convert pf debug logging to using log()/addlog(), a single standardisedmcbride2010-01-181-1/+2
* First pass at removing the 'pf_pool' mechanism for translation and routingmcbride2010-01-121-47/+81
* Fix splasserts seen in pr 5987 by propagating a flag that discribesmikeb2008-11-241-14/+24
* Get rid of the second table entry pool (pfr_kentry_pl2); we're alreadymcbride2008-10-081-10/+3
* There's no more reason to use oldnointr allocator here since we paceart2008-06-141-3/+3
* pool_get()s not in interrupt context should not be PR_NOWAIT, buthenning2008-06-141-3/+3
* Simplify code slightly; use PR_ZERO with pool_get() rather than bzero().mcbride2008-06-101-7/+5
* Free the counters struct when we free the table entry.mcbride2008-06-101-1/+3
* Make counters on table addresses optional and disabled by default.mcbride2008-06-101-10/+27
* Implement routing priorities. Every route inserted has a priority assignedclaudio2008-05-071-3/+3
* increment the match/nomatch table counters when using a table/pool inreyk2007-12-201-2/+6
* since thehenning2007-09-011-1/+2
* use the intr pool when allocating from interrupt context;markus2007-05-231-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@ okmickey2007-03-201-46/+53
* fix creation of sub-anchors, e.g. if you create an anchor /foo/bar, createdhartmei2006-05-021-2/+2
* Instead of copying a table structure so we can mask off a bit beforepascoe2005-08-021-3/+5
* Backout 1.64, switch back to two-pool allocation scheme (with oldnointrdhartmei2005-06-061-7/+15
* add back ACCEPT_GLAGS and active flag check, pointed out by cedrichenning2005-05-271-2/+3
* change pool allocation of table entries, no longer use the oldnointrdhartmei2005-05-231-15/+7
* don't deny access to "special" tables in get_addrshenning2005-05-231-3/+2
* KNFmcbride2004-12-071-2/+2
* Add kernel code to keep track of tcp connections which have completedmcbride2004-12-041-8/+41
* correctly parse the anchor names to which tables refer.jaredy2004-10-151-1/+39
* Make 0/0 table entries work; also fix a problem setting the network maskmcbride2004-07-081-3/+3
* pfr_commit_ktable calls functions that can result in the currentmcbride2004-06-231-3/+5
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-9/+9
* Eliminate a dereference after pool_put when an inactive/no-longer referencedmcbride2004-06-111-3/+5
* Make deletion of a few addresses much faster on big tables. ok claudio@cedric2004-06-071-3/+30
* tables like to allocate lots of memory at once. use the previoustedu2004-06-021-3/+3
* Allow recursive anchors (anchors within anchors, up to 64dhartmei2004-05-191-36/+11
* gcc3 shut up (from naddy@)pb2004-04-281-1/+2
* do not return herepb2004-04-281-2/+1
* Dont step into INET6 code, just because af != AF_INETpb2004-04-281-13/+36
* radix tree with multipath support. from kame. deraadt okitojun2004-04-251-3/+3
* move some of the non-interrupt pools from the small kmem_map to the muchfrantzen2004-04-091-3/+3
* KNF, ok cedric@ deraadt@mcbride2004-03-091-10/+12
* KNFdhartmei2004-02-101-4/+4
* KNFhenning2004-02-101-12/+12