All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: netfilter-devel@vger.kernel.org
Cc: Patrick McHardy <kaber@trash.net>
Subject: netfilter 00/03: conntrack zones
Date: Mon,  8 Feb 2010 18:39:03 +0100 (MET)	[thread overview]
Message-ID: <20100208173902.16167.8881.sendpatchset@x2.localnet> (raw)

Following is the latest version of my conntrack zone patches.
Changes since the last posting are:

- incorporate feedback from Jan
- complete zone support in all missing spots
- fixed warning with CONFIG_NF_CONNTRACK_ZONES=n

Further comments welcome.


 include/linux/netfilter/nfnetlink_conntrack.h  |    2 +
 include/linux/netfilter/xt_CT.h                |    2 +-
 include/net/ip.h                               |    3 +
 include/net/ipv6.h                             |    3 +
 include/net/netfilter/nf_conntrack.h           |    5 +-
 include/net/netfilter/nf_conntrack_core.h      |    3 +-
 include/net/netfilter/nf_conntrack_expect.h    |    9 ++-
 include/net/netfilter/nf_conntrack_extend.h    |    2 +
 include/net/netfilter/nf_conntrack_l4proto.h   |    4 +-
 include/net/netfilter/nf_conntrack_zones.h     |   23 +++++
 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c |    3 +-
 net/ipv4/netfilter/nf_conntrack_proto_icmp.c   |   11 ++-
 net/ipv4/netfilter/nf_defrag_ipv4.c            |   12 ++-
 net/ipv4/netfilter/nf_nat_core.c               |   23 +++--
 net/ipv4/netfilter/nf_nat_pptp.c               |    3 +-
 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c |   12 ++-
 net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c |   11 ++-
 net/netfilter/Kconfig                          |    9 ++
 net/netfilter/nf_conntrack_core.c              |  113 ++++++++++++++++++------
 net/netfilter/nf_conntrack_expect.c            |   21 +++--
 net/netfilter/nf_conntrack_h323_main.c         |    3 +-
 net/netfilter/nf_conntrack_netlink.c           |   92 +++++++++++++++----
 net/netfilter/nf_conntrack_pptp.c              |   14 ++--
 net/netfilter/nf_conntrack_proto_dccp.c        |    5 +-
 net/netfilter/nf_conntrack_proto_tcp.c         |    2 +-
 net/netfilter/nf_conntrack_proto_udp.c         |    4 +-
 net/netfilter/nf_conntrack_proto_udplite.c     |    2 +-
 net/netfilter/nf_conntrack_sip.c               |    3 +-
 net/netfilter/nf_conntrack_standalone.c        |    6 ++
 net/netfilter/xt_CT.c                          |    8 ++-
 net/netfilter/xt_connlimit.c                   |    4 +-
 31 files changed, 312 insertions(+), 105 deletions(-)
 create mode 100644 include/net/netfilter/nf_conntrack_zones.h

Patrick McHardy (3):
      netfilter: nf_conntrack: pass template to l4proto ->error handler
      netfilter: nf_conntrack: add support for "conntrack zones"
      netfilter: ctnetlink: add zone support

             reply	other threads:[~2010-02-08 17:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-08 17:39 Patrick McHardy [this message]
2010-02-08 17:39 ` netfilter 01/03: nf_conntrack: pass template to l4proto ->error handler Patrick McHardy
2010-02-08 17:39 ` netfilter 02/03: nf_conntrack: add support for "conntrack zones" Patrick McHardy
2010-02-08 17:39 ` netfilter 03/03: ctnetlink: add zone support Patrick McHardy

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=20100208173902.16167.8881.sendpatchset@x2.localnet \
    --to=kaber@trash.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.