Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conntrackd: reduce the number of gettimeofday() syscalls | Pablo Neira Ayuso | 2009-08-21 | 1 | -2/+2 |
* | conntrackd: use conntrack ID in the cache lookup | Pablo Neira Ayuso | 2009-07-21 | 1 | -1/+3 |
* | conntrackd: add iterators with limited steps in hash and cache types | Pablo Neira Ayuso | 2009-07-17 | 1 | -0/+7 |
* | conntrackd: fix memory leak in cache_update_force() | Pablo Neira Ayuso | 2009-06-21 | 1 | -1/+3 |
* | conntrackd: remove the cache write-through policy | Pablo Neira Ayuso | 2009-05-23 | 1 | -1/+0 |
* | src: add support for approximate timeout calculation during commit | Pablo Neira Ayuso | 2009-01-25 | 1 | -1/+2 |
* | cache: move lifetime feature to main cache code | Pablo Neira Ayuso | 2009-01-25 | 1 | -1/+2 |
* | cache: add objects statistics | Pablo Neira Ayuso | 2009-01-17 | 1 | -9/+9 |
* | sync: enqueue state updates to tx_queue | Pablo Neira Ayuso | 2009-01-17 | 1 | -34/+25 |
* | cache: add status field to store the object status | Pablo Neira Ayuso | 2009-01-15 | 1 | -3/+7 |
* | src: rework of the hash-cache infrastructure | Pablo Neira Ayuso | 2009-01-15 | 1 | -169/+104 |
* | src: constify hashtable parameter in hash() callbacks | Pablo Neira Ayuso | 2009-01-14 | 1 | -3/+5 |
* | cache: fix ENOSPC errors due to over-population of inactive entries | Pablo Neira Ayuso | 2008-12-22 | 1 | -1/+1 |
* | cache_iterators: add total entries available in the cache to stats | Pablo Neira Ayuso | 2008-12-22 | 1 | -2/+2 |
* | src: add cache statistics via `-s cache' | Pablo Neira Ayuso | 2008-12-21 | 1 | -21/+68 |
* | cache: cleanup, rename __del2() by __del() | Pablo Neira Ayuso | 2008-12-17 | 1 | -3/+3 |
* | src: cleanup, rename hashtable_test() by hashtable_find() | Pablo Neira Ayuso | 2008-12-17 | 1 | -4/+4 |
* | cache: use jhash2 instead of double jhash+jhash_2words | Pablo Neira Ayuso | 2008-10-21 | 1 | -19/+17 |
* | cache: fix update of scheduled-to-timeout entries | Pablo Neira Ayuso | 2008-10-20 | 1 | -44/+55 |
* | ftfw: show consistent information to users for problem diagnosing | Pablo Neira Ayuso | 2008-08-01 | 1 | -2/+12 |
* | fix broken normal deletion in caches | Pablo Neira Ayuso | 2008-08-01 | 1 | -31/+31 |
* | add more sanity checks in the input path | Pablo Neira Ayuso | 2008-08-01 | 1 | -8/+0 |
* | increase deletion stats when the timer is scheduled in cache_del_timeout() | Pablo Neira Ayuso | 2008-05-31 | 1 | -2/+7 |
* | fix leak in cache_destroy(): release objects before destroying the cache | Pablo Neira Ayuso | 2008-05-26 | 1 | -0/+1 |
* | check for missing IPv6 address before hashing | Pablo Neira Ayuso | 2008-05-21 | 1 | -0/+8 |
* | - remove (misleading) counters and use information from the statistics mode | Pablo Neira Ayuso | 2008-05-16 | 1 | -73/+2 |
* | Fix reorder possible reordering of destroy messages under message omission. T... | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2008-04-29 | 1 | -25/+56 |
* | revert relicensing... still we use linux_list.h code which seems to be GPLv2 ... | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2008-03-08 | 1 | -1/+1 |
* | relicense conntrack-tools as GPLv3+, so far the most significant contributor ... | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2008-03-08 | 1 | -1/+1 |
* | add IPv6 support to conntrackd | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2008-02-02 | 1 | -40/+67 |
* | Max Kellermann <max@duempel.org>: | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2008-01-17 | 1 | -2/+4 |
* | Max Kellermann <max@duempel.org>: | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2008-01-17 | 1 | -9/+9 |
* | Max Kellermann <max@duempel.org>: | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2008-01-15 | 1 | -13/+15 |
* | Max Kellermann <max@duempel.org>: | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2008-01-15 | 1 | -1/+1 |
* | - hash lookup speedups based on comments from netdev's discussions | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2007-12-31 | 1 | -4/+11 |
* | Add CacheWriteThrough clause: external cache write through policy. This featu... | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2007-11-25 | 1 | -8/+9 |
* | - conntrack-tools requires libnetfilter_conntrack >= 0.0.81 | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2007-07-09 | 1 | -38/+2 |
* | - more cleanups and code refactorization | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2007-06-19 | 1 | -1/+0 |
* | - introduce cache_iterate | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2007-05-20 | 1 | -0/+9 |
* | - remove dead code sync-mode.c | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2007-05-18 | 1 | -4/+5 |
* | first step forward to merge conntrackd and conntrack into the same building c... | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2007-04-16 | 1 | -0/+446 |