summaryrefslogtreecommitdiff
path: root/src/sync-ftfw.c
AgeCommit message (Expand)Author
2009-03-12sync-mode: rename mcast_track_*() by nethdr_track_*()Pablo Neira Ayuso
2009-03-12sync-mode: add abstract layer to make daemon independent of multicastPablo Neira Ayuso
2009-02-20src: remove obsolete debug() and debug_ct() callsPablo Neira Ayuso
2009-01-25cache: move lifetime feature to main cache codePablo 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-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-15src: rework of the hash-cache infrastructurePablo Neira Ayuso
2008-12-21src: add network statistics via `-s network'Pablo Neira Ayuso
2008-12-13ftfw: shrink alive message sizePablo Neira Ayuso
2008-12-13network: do more strict message type checkingPablo Neira Ayuso
2008-12-13ftfw: resync messages can be retransmittedPablo Neira Ayuso
2008-12-13ftfw: do not check for data messages in tx_queue_xmitPablo 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-26ftfw: remove useless ftfw_run invocation in the alive alarm handlerPablo Neira Ayuso
2008-11-02network: add protocol version field (breaks backward compatibility)Pablo Neira Ayuso
2008-10-26ftfw: remove bottleneck in ack/nack handlingPablo Neira Ayuso
2008-10-26ftfw: add option `-v' to output debugging information (if any)Pablo Neira Ayuso
2008-09-25ftfw: reset window and flush the resend queue during helloingPablo Neira Ayuso
2008-09-25ftfw: fix race condition in the helloing routinePablo Neira Ayuso
2008-09-25ftfw: fix race that triggers a double insertion into tx_listPablo Neira Ayuso
2008-09-21fix: remove node from tx_list when the state-entry is destroyPablo Neira Ayuso
2008-09-17cleanup: remove some debug messages from sync-ftfw.cPablo Neira Ayuso
2008-09-16ftfw: check for malformed ack and nack messagesPablo Neira Ayuso
2008-05-26rework the HELLO logic inside FT-FWPablo Neira Ayuso
2008-05-25add eventfd emulation to communicate receiver -> senderPablo 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-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-01-29implement a rb-tree based alarm framework/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-23Max Kellermann <max@duempel.org>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-20Max Kellermann <max@duempel.org>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-20Based on patch from Max Kellermann <max@duempel.org>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-18yet another rework of the alarm scheduler/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-18Max Kellermann <max@duempel.org>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-17Max Kellermann <max@duempel.org>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-17Max Kellermann <max@duempel.org>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-15fix missing bracket/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-15more list_empty() use instead of directly check the header/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-15use list_del_init() and list_empty() to check if a node is in the list/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-15minor constification fixes/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-15Max Kellermann <max@duempel.org>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-15Max Kellermann <max@duempel.org>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org