<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libmnl.git/examples/netfilter, branch debian/1.0.3-6</title>
<subtitle>libmnl minimalistic netfilter library (mirror of https://github.com/vyos/libmnl.git)
</subtitle>
<id>https://git.amelek.net/vyos/libmnl.git/atom?h=debian%2F1.0.3-6</id>
<link rel='self' href='https://git.amelek.net/vyos/libmnl.git/atom?h=debian%2F1.0.3-6'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/'/>
<updated>2012-05-22T18:01:34+00:00</updated>
<entry>
<title>libmnl 1.0.3 package</title>
<updated>2012-05-22T18:01:34+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-05-22T18:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=8059abb1f9aa3647f685f9a560e3ff849293ee41'/>
<id>urn:sha1:8059abb1f9aa3647f685f9a560e3ff849293ee41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>example: release them in the public domain</title>
<updated>2012-01-02T18:38:43+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2012-01-02T18:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=361677b5524ff93bf0c6a347c2625befc20f65dc'/>
<id>urn:sha1:361677b5524ff93bf0c6a347c2625befc20f65dc</id>
<content type='text'>
I have decided to release the examples in this library in the public
domain. Jan Engelhardt, who has been the sole contributor so far, has
agreed with this re-licensing by communication via e-mail.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>examples: fix wrong group mask number in nfct-event</title>
<updated>2010-12-17T14:37:59+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-12-17T14:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=3c0ec5370fd824f43acbf0b337c037a1e8b15cab'/>
<id>urn:sha1:3c0ec5370fd824f43acbf0b337c037a1e8b15cab</id>
<content type='text'>
This patch replaces event group numbers NFNLGRP_CONNTRACK_* by the
event group mask NF_NETLINK_CONNTRACK_*

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>nlmsg: add new message batching infrastructure</title>
<updated>2010-12-17T11:38:42+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-12-04T18:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=494f4855ae7e9a53442a2ece42f11e28247f4f06'/>
<id>urn:sha1:494f4855ae7e9a53442a2ece42f11e28247f4f06</id>
<content type='text'>
This patch adds the new message batching infrastructure that allows to
store several messages into one single datagram.

This patch includes an example for ctnetlink.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>Update .gitignore</title>
<updated>2010-11-16T11:24:05+00:00</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@medozas.de</email>
</author>
<published>2010-11-16T11:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=0897ccfe137bde4d3fad15d8147db6fabaa4ad6d'/>
<id>urn:sha1:0897ccfe137bde4d3fad15d8147db6fabaa4ad6d</id>
<content type='text'>
Signed-off-by: Jan Engelhardt &lt;jengelh@medozas.de&gt;
</content>
</entry>
<entry>
<title>examples: add nflog example</title>
<updated>2010-11-07T19:38:31+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-11-07T19:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=843ba20a46fee91f6e3e270dd6a4266bb3876174'/>
<id>urn:sha1:843ba20a46fee91f6e3e270dd6a4266bb3876174</id>
<content type='text'>
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>examples: remove redundant casts</title>
<updated>2010-10-30T20:22:52+00:00</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@medozas.de</email>
</author>
<published>2010-10-25T21:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=f7cfd408bee4a14f705565a95f98caf3c35bd57e'/>
<id>urn:sha1:f7cfd408bee4a14f705565a95f98caf3c35bd57e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src: avoid using deprecated unspecified argument lists</title>
<updated>2010-10-22T18:46:03+00:00</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@medozas.de</email>
</author>
<published>2010-10-22T18:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=3e74eeac96b011f3929fccd63d7fec20e2759123'/>
<id>urn:sha1:3e74eeac96b011f3929fccd63d7fec20e2759123</id>
<content type='text'>
Signed-off-by: Jan Engelhardt &lt;jengelh@medozas.de&gt;
</content>
</entry>
<entry>
<title>src: define MNL_SOCKET_BUFFER_SIZE to 8192UL</title>
<updated>2010-10-21T10:00:27+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-10-21T10:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=4eaebf5ef25f97cc6960da9f1a29b61737da8abd'/>
<id>urn:sha1:4eaebf5ef25f97cc6960da9f1a29b61737da8abd</id>
<content type='text'>
Davem spotted during the Netfilter Workshop that user-space applications
should use 8KB buffers for recv(). I accidentally found that NFLOG is
not following this approach (in this case we're using 131072 bytes
messages), we have to document this.

Anyway, according to linux/netlink.h (and to complete this log message):

"skb should fit one page. This choice is good for headerless malloc.
But we should limit to 8K so that userspace does not have to
use enormous buffer sizes on recvmsg() calls just to avoid
MSG_TRUNC when PAGE_SIZE is very large."

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>Add .gitignore files</title>
<updated>2010-10-19T10:28:48+00:00</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@medozas.de</email>
</author>
<published>2010-10-19T10:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=781a9f058327730723525d3c4b85533920a00e9b'/>
<id>urn:sha1:781a9f058327730723525d3c4b85533920a00e9b</id>
<content type='text'>
Signed-off-by: Jan Engelhardt &lt;jengelh@medozas.de&gt;
</content>
</entry>
</feed>
