summaryrefslogtreecommitdiffstats
path: root/sys/net/pf_table.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* spacing. note this, cedricderaadt2003-12-311-2/+2
* Many improvements to the handling of interfaces in PF.cedric2003-12-311-46/+107
* Rearchitecture of the userland/kernel IOCTL interface for transactions.cedric2003-09-261-1/+32
* KNFhenning2003-08-221-6/+6
* This patch remove the restriction that tables cannot be used in routing orcedric2003-08-091-2/+122
* Make table tickets per-ruleset instead of global.cedric2003-07-311-16/+28
* KNFhenning2003-06-241-4/+4
* Returns the correct array size.cedric2003-06-081-7/+7
* A table in an anchor creates a real anchor: pfctl -sA works.cedric2003-06-081-20/+97
* Unused variable.cedric2003-05-241-3/+2
* Allow tables to be loaded into anchors.cedric2003-04-301-11/+99
* Update the pfioc_table IOCTL structure.cedric2003-04-271-5/+5
* KNFderaadt2003-04-041-2/+2
* - Add missing "\n" to some pf_table.c printf()cedric2003-03-211-15/+15
* Correctly flag out radix_node entries with RNF_ROOT flag set: this is notcedric2003-03-141-1/+15
* Plug slow memory leak (radix_mask structure).cedric2003-03-131-1/+20
* Small fixes after code review, mostly on error path.cedric2003-03-051-12/+8
* splsoftnet() around rn_lookup() which is not thread-safe.cedric2003-02-281-1/+4
* Repair IPv6 support for tables.cedric2003-02-271-3/+3
* Labels should be followed by statements (fix gcc3 warning).henric2003-02-121-1/+4
* Fix another buglet with inactive sets.cedric2003-01-151-4/+7
* Fix a buglet when one "creates" a table which is already in thecedric2003-01-151-24/+26
* Cleanup NULL tests in and around pfr_destroy_ktable().cedric2003-01-151-14/+10
* Kill stupid leaks when using FLAG_DUMMY option.cedric2003-01-151-5/+7
* Improve robustness & error handling. More thorough checks of user data.cedric2003-01-131-35/+96
* Fix adding and deleting addresses in a table when there is a conflict withcedric2003-01-101-9/+19
* Cosmetic change, makes code a bit easier to understand.cedric2003-01-101-5/+8
* (whitespace) KNF, re-fold -w 80dhartmei2003-01-091-5/+5
* Add support for active/inactive tablesets in the kernel.cedric2003-01-091-190/+459
* Remove table name hashing (pass the name in each ioctl instead), anddhartmei2003-01-071-145/+78
* Move initialisation of radix table globals in pfr_initialize()cedric2003-01-061-3/+17
* knfderaadt2003-01-061-21/+19