summaryrefslogtreecommitdiff
path: root/src/sync-mode.c
AgeCommit message (Expand)Author
2009-03-20sync-mode: fix broken dedicated-link change in multichannel layerPablo Neira Ayuso
2009-03-17sync-mode: change `multicast' by `link' for `-s' optionPablo Neira Ayuso
2009-03-17sync-mode: cleanup reminiscent of multicast dependencyPablo Neira Ayuso
2009-03-13sync-mode: save one tab inside switch, cleanupPablo Neira Ayuso
2009-03-13sync-mode: fix wrong output stats refering lost/malformed packetsPablo Neira Ayuso
2009-03-12sync-mode: add abstract layer to make daemon independent of multicastPablo Neira Ayuso
2009-03-09sync-mode: rename mcast_iface structure to interfacePablo Neira Ayuso
2009-03-09sync-mode: rename mcast_send_sync() to sync_send()Pablo Neira Ayuso
2009-02-21src: fix compilation issue in gentoo due to missing include limits.hPablo Neira Ayuso
2009-02-20src: remove obsolete debug() and debug_ct() callsPablo Neira Ayuso
2009-02-20sync-mode: change current link if message is correctPablo Neira Ayuso
2009-02-15conntrackd: add `-f internal' and `-f external' optionsPablo Neira Ayuso
2009-02-14src: use resync handler for polling instead of dump handlerPablo Neira Ayuso
2009-02-08sync-mode: flush also internal cache after reset PurgeTimeoutPablo Neira Ayuso
2009-02-06src: re-work polling strategyPablo Neira Ayuso
2009-01-25src: change behaviour of `-t' optionPablo 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-17sync: enqueue state updates to tx_queuePablo Neira Ayuso
2009-01-17sync: add generic tx_queue for all synchronization modesPablo Neira Ayuso
2009-01-15sync: unify tx_list and tx_queue into one single tx_queuePablo Neira Ayuso
2009-01-15src: rework of the hash-cache infrastructurePablo Neira Ayuso
2008-12-21sync-mode: remove unnecessary split linesPablo 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-13sync-mode: check if message type is >= NET_T_STATE_MAX before parsingPablo Neira Ayuso
2008-12-13ftfw: shrink alive message sizePablo Neira Ayuso
2008-12-13network: use NET_T_* instead of NFCT_Q_*Pablo Neira Ayuso
2008-12-08network: remove the netpld header from the messagesPablo Neira Ayuso
2008-12-08network: remove length parameter of mcast_buffered_send_netmsg()Pablo Neira Ayuso
2008-11-30network: make tx buffer initialization independent of mcast configPablo Neira Ayuso
2008-11-27src: move callbacks to run.c for better readabilityPablo Neira Ayuso
2008-11-02network: add protocol version field (breaks backward compatibility)Pablo Neira Ayuso
2008-10-21filter: do not filter in user-space if kernel supports BSFPablo Neira Ayuso
2008-08-07cache iterators: rework cache_reset_timersPablo Neira Ayuso
2008-08-02conntrackd: add -t option to shorten conntrack timeoutsPablo Neira Ayuso
2008-08-01fix broken normal deletion in cachesPablo Neira Ayuso
2008-07-22Major rework of the user-space event filteringPablo Neira Ayuso
2008-05-26rework the HELLO logic inside FT-FWPablo Neira Ayuso
2008-05-25add best effort replication protocol (aka NOTRACK)Pablo Neira Ayuso
2008-05-25add eventfd emulation to communicate receiver -> senderPablo Neira Ayuso
2008-05-20add Mcast[Snd|Rcv]SocketBuffer clauses to tune multicast socket buffersPablo Neira Ayuso
2008-05-18improve network message sanity checkingsPablo Neira Ayuso
2008-04-29Fix reorder possible reordering of destroy messages under message omission. T.../C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-04-26rework of the FT-FW approach/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-04-09improve netlink overrun handling/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-03-08revert 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-08relicense conntrack-tools as GPLv3+, so far the most significant contributor .../C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-02-19compose the file descriptor set at initialization stage to save some cycles/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org