From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: davem@davemloft.net, netdev@vger.kernel.org
Subject: [PATCH 0/4] Netfilter updates for net-next
Date: Fri, 29 May 2015 01:44:51 +0200 [thread overview]
Message-ID: <1432856695-23831-1-git-send-email-pablo@netfilter.org> (raw)
Hi David,
The following patchset contains Netfilter updates for net-next, they are:
1) default CONFIG_NETFILTER_INGRESS to y for easier compile-testing of all
options.
2) Allow to bind a table to net_device. This introduces the internal
NFT_AF_NEEDS_DEV flag to perform a mandatory check for this binding.
This is required by the next patch.
3) Add the 'netdev' table family, this new table allows you to create ingress
filter basechains. This provides access to the existing nf_tables features
from ingress.
4) Kill unused argument from compat_find_calc_{match,target} in ip_tables
and ip6_tables, from Florian Westphal.
You can pull these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
Thanks!
----------------------------------------------------------------
The following changes since commit 76d7c457659dfc05d5a23cd0b21fea333d1788cd:
Merge branch 'icmp_frag' (2015-05-19 00:15:50 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git master
for you to fetch changes up to ed6c4136f1571bd6ab362afc3410905a8a69ca42:
netfilter: nf_tables: add netdev table to filter from ingress (2015-05-26 18:41:23 +0200)
----------------------------------------------------------------
Florian Westphal (1):
netfilter: remove unused comefrom hookmask argument
Pablo Neira Ayuso (3):
netfilter: default CONFIG_NETFILTER_INGRESS to y
netfilter: nf_tables: allow to bind table to net_device
netfilter: nf_tables: add netdev table to filter from ingress
include/net/netfilter/nf_tables.h | 8 ++
include/net/netns/nftables.h | 1 +
include/uapi/linux/netfilter/nf_tables.h | 2 +
net/ipv4/netfilter/ip_tables.c | 4 +-
net/ipv6/netfilter/ip6_tables.c | 4 +-
net/netfilter/Kconfig | 6 +
net/netfilter/Makefile | 1 +
net/netfilter/nf_tables_api.c | 46 +++++++-
net/netfilter/nf_tables_netdev.c | 183 ++++++++++++++++++++++++++++++
9 files changed, 244 insertions(+), 11 deletions(-)
create mode 100644 net/netfilter/nf_tables_netdev.c
next reply other threads:[~2015-05-28 23:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-28 23:44 Pablo Neira Ayuso [this message]
2015-05-28 23:44 ` [PATCH 1/4] netfilter: remove unused comefrom hookmask argument Pablo Neira Ayuso
2015-05-28 23:44 ` [PATCH 2/4] netfilter: default CONFIG_NETFILTER_INGRESS to y Pablo Neira Ayuso
2015-05-29 6:19 ` Jan Engelhardt
2015-05-29 9:44 ` Pablo Neira Ayuso
2015-05-28 23:44 ` [PATCH 3/4] netfilter: nf_tables: allow to bind table to net_device Pablo Neira Ayuso
2015-05-28 23:44 ` [PATCH 4/4] netfilter: nf_tables: add netdev table to filter from ingress Pablo Neira Ayuso
2015-05-31 7:02 ` [PATCH 0/4] Netfilter updates for net-next David Miller
-- strict thread matches above, loose matches on Subject: below --
2013-09-04 13:00 [PATCH 0/4] netfilter " Pablo Neira Ayuso
2013-09-04 16:28 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1432856695-23831-1-git-send-email-pablo@netfilter.org \
--to=pablo@netfilter.org \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).