Hannes Eder (3): conntrack: fix output when no arguments are passed conntrack: avoid error with expectations when using 'conntrack -E -e ALL ...' conntrack: use fscanf() instead of read() for showing counter Jan Engelhardt (1): doc: spell fix in conntrack(8) manpage Pablo Neira Ayuso (36): build: update library version requirements local: add LOCAL_RET_* return values for UNIX sockets callbacks conntrackd: add iterators with limited steps in hash and cache types conntrackd: rework commit not to fork a child process conntrackd: improve handling of external messages conntrackd: reset event limit iteration counter conntrackd: add clause to enable ctnetlink reliable event delivery conntrackd: add support for IPv6 kernel-space filtering via BSF conntrackd: use conntrack ID in the cache lookup conntrackd: fix crash for unubuffered channel on exit path conntrackd: more robust sanity checking on synchronization messages conntrackd: add `DisableExternalCache' clause conntrackd: reduce the number of gettimeofday() syscalls conntrackd: allow to remove file descriptors from set conntrackd: add support state-replication based on TCP conntrackd: net message memory allocation is unsafe conntrackd: fix MTU for TCP channels conntrackd: fix return value in notrack_local() conntrackd: improve error handling in tcp_send conntrackd: fix `conf' local variable in channel.c that shadows global conntrackd: fix re-connect with multiple TCP channels conntrackd: break lines at 80 characters in example config files conntrackd: rate-limit the amount of connect() calls conntrackd: add retention queue for TCP errors conntrackd: add alive control messages to notrack mode conntrackd: fix wrong calculation of new maxfd on unregister_fds() conntrackd: add statistics when the external cache is disabled conntrackd: add missing external statistics conntrackd: add `DisableInternalCache' clause conntrackd: use indirect call to build layer 4 protocol information conntrackd: add ICMP support for state-synchronization conntrackd: fix flow-state filtering for TCP conntrackd: document internal cache disabling and TCP-based synchronization conntrack: fix manually created TCP entries with window tracking enabled conntrackd: document `-B' command build: bump version to 0.9.14 Samuel Gauthier (2): conntrackd: better parse_payload protection against corrupted packets conntrackd: fix bad configuration file for DisableExternalCache statement