index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
pf_table.c
Age
Commit message (
Expand
)
Author
2015-11-03
- fixes potential use-after-free in pfr_set_addrs()
Alexandr Nedvedicky
2015-10-07
rn_inithead() offset argument is now specified in byte, missed in previous.
Martin Pieuchot
2015-09-04
Make every subsystem using a radix tree call rn_init() and pass the
Martin Pieuchot
2015-07-20
Add some panics to default paths where code later assumes a non default
Jonathan Gray
2015-07-18
follow up changes on unknown AF handling
sashan
2015-07-18
INET/INET6 address family check should be unified in PF
sashan
2015-07-16
Fix rn_match and there for the expoerted lookup functions in radix.c
Claudio Jeker
2015-06-07
Introduce unhandled_af() for cases where code conditionally does
Jonathan Gray
2015-04-09
Plug a memory leak in pfr_destroy_kentry
Mike Belopuhov
2015-04-08
Table flags are not looked at when a table entry is created.
Mike Belopuhov
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-01-20
Prevent tables referenced by rules in anchors from getting disabled.
Mike Belopuhov
2014-12-19
unifdef INET in net code as a precursor to removing the pretend option.
Ted Unangst
2014-09-08
remove uneeded route.h includes
Jonathan Gray
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
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
[next]