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
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
2003-03-05
Small fixes after code review, mostly on error path.
Cedric Berger
2003-02-28
splsoftnet() around rn_lookup() which is not thread-safe.
Cedric Berger
2003-02-27
Repair IPv6 support for tables.
Cedric Berger
2003-02-12
Labels should be followed by statements (fix gcc3 warning).
Henric Jungheim
2003-01-15
Fix another buglet with inactive sets.
Cedric Berger
2003-01-15
Fix a buglet when one "creates" a table which is already in the
Cedric Berger
2003-01-15
Cleanup NULL tests in and around pfr_destroy_ktable().
Cedric Berger
2003-01-15
Kill stupid leaks when using FLAG_DUMMY option.
Cedric Berger
2003-01-13
Improve robustness & error handling. More thorough checks of user data.
Cedric Berger
2003-01-10
Fix adding and deleting addresses in a table when there is a conflict with
Cedric Berger
2003-01-10
Cosmetic change, makes code a bit easier to understand.
Cedric Berger
2003-01-09
(whitespace) KNF, re-fold -w 80
Daniel Hartmeier
2003-01-09
Add support for active/inactive tablesets in the kernel.
Cedric Berger
2003-01-07
Remove table name hashing (pass the name in each ioctl instead), and
Daniel Hartmeier
2003-01-06
Move initialisation of radix table globals in pfr_initialize()
Cedric Berger
2003-01-06
knf
Theo de Raadt
2003-01-05
Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for table
Daniel Hartmeier
2003-01-03
KNF
Theo de Raadt
2003-01-03
1) pfr_insert_kentries() cannot return ENOMEM anymore -> make it void.
Cedric Berger
2003-01-01
Repair my last commit - zero the 2 radix nodes before inserting into table.
Cedric Berger
2003-01-01
KNF
Henning Brauer
2003-01-01
disable the CLSTATS flag for now, since it violates the O_RDONLY check.
Cedric Berger
2003-01-01
Behaves correctly when duplicate addresses are given in the same ioctl.
Cedric Berger
2003-01-01
Behaves properly when someone try to insert/delete the same table name
Cedric Berger
2002-12-30
Don't forget to copyout the time at which statistics got cleared.
Cedric Berger
2002-12-30
really count the number of deleted tables - obvious fix.
Cedric Berger
2002-12-30
KNF
Henning Brauer
[prev]
[next]