netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* xtables2 a8, netlink interface
@ 2012-01-19 16:26 Jan Engelhardt
  2012-01-19 16:26 ` [PATCH 1/7] netfilter: xtables2: initial table skeletal functions Jan Engelhardt
                   ` (8 more replies)
  0 siblings, 9 replies; 23+ messages in thread
From: Jan Engelhardt @ 2012-01-19 16:26 UTC (permalink / raw)
  To: netfilter-devel; +Cc: pablo


So here is the first set of patches implementing part of the xt2 core
and nfnl interface. Please review, I am sure you will have something
to say :)

The userspace part is at git://dev.medozas.de/libnetfilter_xtables,
the xtnl-test program compiled as part of the default make target
gives access to the kernel functions implemented by the patches.

===
The following changes since commit c3b92c8787367a8bb53d57d9789b558f1295cc96:

  Linux 3.1 (2011-10-24 09:10:05 +0200)

are available in the git repository at:
  git://dev.medozas.de/linux xtables2_a8

Jan Engelhardt (7):
      netfilter: xtables2: initial table skeletal functions
      netfilter: xtables2: initial Netlink interface
      netfilter: xtables2: chain creation and deletion
      netfilter: xtables2: chain renaming support
      netfilter: xtables2: initial table replace support
      netfilter: xtables2: transaction abort support
      netfilter: xtables2: redirect writes into transaction buffer

 include/linux/netfilter/Kbuild              |    1 +
 include/linux/netfilter/nfnetlink.h         |    3 +-
 include/linux/netfilter/nfnetlink_xtables.h |   48 +++
 include/net/netfilter/x_tables2.h           |   50 +++
 net/netfilter/Kconfig                       |   16 +-
 net/netfilter/Makefile                      |    2 +
 net/netfilter/xt2_core.c                    |  199 +++++++++
 net/netfilter/xt2_nfnetlink.c               |  584 +++++++++++++++++++++++++++
 8 files changed, 901 insertions(+), 2 deletions(-)
 create mode 100644 include/linux/netfilter/nfnetlink_xtables.h
 create mode 100644 include/net/netfilter/x_tables2.h
 create mode 100644 net/netfilter/xt2_core.c
 create mode 100644 net/netfilter/xt2_nfnetlink.c

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2012-02-14 19:53 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-19 16:26 xtables2 a8, netlink interface Jan Engelhardt
2012-01-19 16:26 ` [PATCH 1/7] netfilter: xtables2: initial table skeletal functions Jan Engelhardt
2012-01-20  0:23   ` Pablo Neira Ayuso
2012-01-20  9:23     ` Jan Engelhardt
2012-01-19 16:26 ` [PATCH 2/7] netfilter: xtables2: initial Netlink interface Jan Engelhardt
2012-02-14 10:47   ` Pablo Neira Ayuso
2012-02-14 15:56     ` Jan Engelhardt
2012-02-14 19:53       ` Pablo Neira Ayuso
2012-01-19 16:26 ` [PATCH 3/7] netfilter: xtables2: chain creation and deletion Jan Engelhardt
2012-02-14 11:07   ` Pablo Neira Ayuso
2012-01-19 16:26 ` [PATCH 4/7] netfilter: xtables2: chain renaming support Jan Engelhardt
2012-01-19 16:26 ` [PATCH 5/7] netfilter: xtables2: initial table replace support Jan Engelhardt
2012-01-19 16:26 ` [PATCH 6/7] netfilter: xtables2: transaction abort support Jan Engelhardt
2012-01-19 16:26 ` [PATCH 7/7] netfilter: xtables2: redirect writes into transaction buffer Jan Engelhardt
2012-01-20  0:56 ` xtables2 a8, netlink interface Stephen Hemminger
2012-01-20  8:33   ` Jan Engelhardt
2012-01-20  9:23     ` Dave Taht
2012-01-20 16:50       ` Stephen Hemminger
2012-01-21 14:10 ` Jozsef Kadlecsik
2012-01-21 15:53   ` Jan Engelhardt
2012-01-21 20:21     ` Jozsef Kadlecsik
2012-01-23 15:42       ` Jan Engelhardt
2012-01-23 19:48         ` Jozsef Kadlecsik

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).