<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/net/netfilter/nft_queue.c, branch v3.16</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v3.16</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v3.16'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2014-02-06T10:41:38Z</updated>
<entry>
<title>netfilter: nf_tables: fix log/queue expressions for NFPROTO_INET</title>
<updated>2014-02-06T10:41:38Z</updated>
<author>
<name>Patrick McHardy</name>
<email>kaber@trash.net</email>
</author>
<published>2014-02-06T09:17:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b8ecbee67c732ef9fc47fcf50aed6b7bb6231d98'/>
<id>urn:sha1:b8ecbee67c732ef9fc47fcf50aed6b7bb6231d98</id>
<content type='text'>
The log and queue expressions both store the family during -&gt;init() and
use it to deliver packets. This is wrong when used in NFPROTO_INET since
they should both deliver to the actual AF of the packet, not the dummy
NFPROTO_INET.

Use the family from the hook ops to fix this.

Signed-off-by: Patrick McHardy &lt;kaber@trash.net&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>netfilter: nft: add queue module</title>
<updated>2013-12-07T22:20:46Z</updated>
<author>
<name>Eric Leblond</name>
<email>eric@regit.org</email>
</author>
<published>2013-12-05T23:24:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0aff078d58e1c69139189e45ba5e929c030e8056'/>
<id>urn:sha1:0aff078d58e1c69139189e45ba5e929c030e8056</id>
<content type='text'>
This patch adds a new nft module named "nft_queue" which provides
a new nftables expression that allows you to enqueue packets to
userspace via the nfnetlink_queue subsystem. It provides the same
level of functionality as NFQUEUE and it shares some code with it.

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