summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-02-06src: re-work polling strategyPablo Neira Ayuso
2009-02-05netlink: refactorize several nl_init_*_handler() functionsPablo Neira Ayuso
2009-01-25netlink: set IP_CT_TCP_FLAG_CLOSE_INIT for TIME_WAIT statesPablo Neira Ayuso
2009-01-25src: increase default PurgeTimeout valuePablo Neira Ayuso
2009-01-25src: add support for approximate timeout calculation during commitPablo Neira Ayuso
2009-01-25cache: move lifetime feature to main cache codePablo Neira Ayuso
2009-01-25src: change behaviour of `-t' optionPablo Neira Ayuso
2009-01-25src: don't clone when calling nl_*_conntrack functionsPablo Neira Ayuso
2009-01-25cache: mangle timeout inside nl_*_conntrack() functionsPablo Neira Ayuso
2009-01-25cache: remove nl_exist_conntrack() functionPablo Neira Ayuso
2009-01-25cache_iterators: start a clean session if commit finds an entryPablo Neira Ayuso
2009-01-21conntrack: fix use of -u which is optional with -IPablo Neira Ayuso
2009-01-21src: obsolete `DestroyTimeout' clausePablo Neira Ayuso
2009-01-17conntrack: add -C command to display the counterPablo Neira Ayuso
2009-01-17src: add `-s queue' and change `-v' behaviourPablo Neira Ayuso
2009-01-17ftfw: add ResendQueueSize and deprecate ResendBufferSize clausesPablo Neira Ayuso
2009-01-17cache: add objects statisticsPablo Neira Ayuso
2009-01-17src: add state polling support (oppossed to current event-driven)Pablo Neira Ayuso
2009-01-17src: remove register_fds hooksPablo Neira Ayuso
2009-01-17src: rename overrun handler to resync handlerPablo Neira Ayuso
2009-01-17src: support for redundant dedicated linksPablo Neira Ayuso
2009-01-17network: do not re-set the message type in nethdr_set* functionsPablo Neira Ayuso
2009-01-17sync: enqueue state updates to tx_queuePablo Neira Ayuso
2009-01-17sync: add generic tx_queue for all synchronization modesPablo Neira Ayuso
2009-01-17ftfw: move helloing to ftfw_xmit()Pablo Neira Ayuso
2009-01-15sync: unify tx_list and tx_queue into one single tx_queuePablo Neira Ayuso
2009-01-15run: relax resynchronization algorithm when netlink overrunsPablo Neira Ayuso
2009-01-15cache: add status field to store the object statusPablo Neira Ayuso
2009-01-15src: rework of the hash-cache infrastructurePablo Neira Ayuso
2009-01-15run: limit the number of iterations over the event handlingPablo Neira Ayuso
2009-01-14filter: add prefix ct_filter_ to hash and compare functionsPablo Neira Ayuso
2009-01-14hashtable: check NULL instead of ! for pointersPablo Neira Ayuso
2009-01-14hashtable: use calloc instead of malloc + memsetPablo Neira Ayuso
2009-01-14src: constify hashtable parameter in hash() callbacksPablo Neira Ayuso
2009-01-14netlink: don't double the netlink buffer twice during resizePablo Neira Ayuso
2009-01-14run: show current netlink buffer size in `-s runtime'Pablo Neira Ayuso
2009-01-14filter: skip filtering by state if the event has no state infoPablo Neira Ayuso
2008-12-22cache: fix ENOSPC errors due to over-population of inactive entriesPablo Neira Ayuso
2008-12-22cache_iterators: add total entries available in the cache to statsPablo Neira Ayuso
2008-12-21cache_iterators: display the commit time taken in the logsPablo Neira Ayuso
2008-12-21conntrackd: fix missing \n in conntrackd -hPablo Neira Ayuso
2008-12-21sync-mode: remove unnecessary split linesPablo Neira Ayuso
2008-12-21src: add run-time statistics via `-s runtime'Pablo Neira Ayuso
2008-12-21src: add cache statistics via `-s cache'Pablo Neira Ayuso
2008-12-21src: add network statistics via `-s network'Pablo Neira Ayuso
2008-12-17netlink: fix type in warning message on SocketBufferSizeMaxGrowthPablo Neira Ayuso
2008-12-17netlink: log report initial netlink event socket buffer sizePablo Neira Ayuso
2008-12-17cache: cleanup, rename __del2() by __del()Pablo Neira Ayuso
2008-12-17src: cleanup, rename hashtable_test() by hashtable_find()Pablo Neira Ayuso
2008-12-13sync-mode: check if message type is >= NET_T_STATE_MAX before parsingPablo Neira Ayuso