<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git/src, branch conntrack-tools-0.9.9</title>
<subtitle>conntrack-tools i.e. conntrack and conntrackd (mirror of https://github.com/vyos/conntrack-tools.git)
</subtitle>
<id>https://git.amelek.net/vyos/conntrack-tools.git/atom?h=conntrack-tools-0.9.9</id>
<link rel='self' href='https://git.amelek.net/vyos/conntrack-tools.git/atom?h=conntrack-tools-0.9.9'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/'/>
<updated>2008-12-17T18:41:37+00:00</updated>
<entry>
<title>netlink: fix type in warning message on SocketBufferSizeMaxGrowth</title>
<updated>2008-12-17T18:41:37+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-12-17T18:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=5147e92af9234ecac2f4d14bc0f0cb46af752040'/>
<id>urn:sha1:5147e92af9234ecac2f4d14bc0f0cb46af752040</id>
<content type='text'>
This patch fixes a type in a warning message.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>netlink: log report initial netlink event socket buffer size</title>
<updated>2008-12-17T17:35:21+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-12-17T17:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=2d4cd609f22dc156b5b6e2a5db2d3d11bdb8163d'/>
<id>urn:sha1:2d4cd609f22dc156b5b6e2a5db2d3d11bdb8163d</id>
<content type='text'>
This patch adds an initial log message to report the initial netlink
event socket buffer size.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>cache: cleanup, rename __del2() by __del()</title>
<updated>2008-12-17T11:49:48+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-12-17T11:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=7a7742b5dfe89caefa62a79f12dc0be971057d45'/>
<id>urn:sha1:7a7742b5dfe89caefa62a79f12dc0be971057d45</id>
<content type='text'>
This patch renames __del2() by __del(). The name of this function
is a reminiscent of a removed __del() function time ago.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>src: cleanup, rename hashtable_test() by hashtable_find()</title>
<updated>2008-12-17T11:42:00+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-12-17T11:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=4e9cccfa0071ff51b489629bf2d69eefe6196ded'/>
<id>urn:sha1:4e9cccfa0071ff51b489629bf2d69eefe6196ded</id>
<content type='text'>
This patch renames the function hashtable_test() by
hashtable_find() which is a better name IMO to describe this
function.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>sync-mode: check if message type is &gt;= NET_T_STATE_MAX before parsing</title>
<updated>2008-12-13T18:45:53+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-12-13T18:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=aa36f86194a51c776810ced5c3a6dcead30243fa'/>
<id>urn:sha1:aa36f86194a51c776810ced5c3a6dcead30243fa</id>
<content type='text'>
This patch adds a message-type checking before we parse the message.
Thus, we skip the parsing of messages with bad types.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>ftfw: shrink alive message size</title>
<updated>2008-12-13T16:24:47+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-12-13T16:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=08f59121eb907802d490601f5e54dcd0fbc1d695'/>
<id>urn:sha1:08f59121eb907802d490601f5e54dcd0fbc1d695</id>
<content type='text'>
This patch reduces the size of alive messages by removing the
"from" and "to" fields which are not of any help. This patch also
removes the IS_CTL() macro since it does not return true for
the control messages anymore but only for IS_ACK(), IS_NACK() and
IS_RESYNC().

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>network: do more strict message type checking</title>
<updated>2008-12-13T16:24:27+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-12-13T16:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=74455dae1d095178b09ea3f1b1e8b005076e7a94'/>
<id>urn:sha1:74455dae1d095178b09ea3f1b1e8b005076e7a94</id>
<content type='text'>
This patch adds more strict checking in the message type. We add a
new message type NET_T_CTL for control messages.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>ftfw: resync messages can be retransmitted</title>
<updated>2008-12-13T15:50:50+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-12-13T15:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=3de8d91c1fa7cadf68108c0c9c03193ac5e82a73'/>
<id>urn:sha1:3de8d91c1fa7cadf68108c0c9c03193ac5e82a73</id>
<content type='text'>
This patch includes resync messages in the tx queue. Thus, if a
resync message gets lost, it is resent.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>ftfw: do not check for data messages in tx_queue_xmit</title>
<updated>2008-12-13T15:17:38+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-12-13T15:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=b442b832971f25ad573c6765bcf63640b59342a3'/>
<id>urn:sha1:b442b832971f25ad573c6765bcf63640b59342a3</id>
<content type='text'>
This patch removes a IS_DATA(net) in tx_queue_xmit which is not
possible to happen anymore since there are no chances to have
data in the transmission queue (instead it is all in the
transmission list).

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>network: use NET_T_* instead of NFCT_Q_*</title>
<updated>2008-12-13T15:15:18+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-12-13T15:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=8d6efef0daed05925bf9b13c21948afa651482a5'/>
<id>urn:sha1:8d6efef0daed05925bf9b13c21948afa651482a5</id>
<content type='text'>
This patch replaces the use of NFCT_Q_* in the message type by
specific network message type NET_T_*. The query types are reserved
for libnetfilter_conntrack operations.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
</feed>
