netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* netfilter 00/06: CT target
@ 2010-02-02 16:52 Patrick McHardy
  2010-02-02 16:52 ` netfilter 01/06: add struct net * to target parameters Patrick McHardy
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Patrick McHardy @ 2010-02-02 16:52 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Patrick McHardy

This first part of my conntrack zones patchset contains the CT target,
which is used for specifying initial conntrack parameters and will be
used by the zones series for zone classification. I've seperated the
two patchsets since they're mostly unrelated for easier review.

If there are no further comments or requests, I'll begin by merging
this patchset into the nf-next-2.6.git tree and will post the zones
patchset next.


 include/linux/netfilter/Kbuild                |    1 +
 include/linux/netfilter/nf_conntrack_common.h |   22 ++++
 include/linux/netfilter/x_tables.h            |    2 +
 include/linux/netfilter/xt_CT.h               |   16 +++
 include/net/netfilter/nf_conntrack_ecache.h   |   58 +++++-----
 include/net/netfilter/nf_conntrack_helper.h   |    8 +-
 net/bridge/netfilter/ebtables.c               |   10 +-
 net/ipv4/netfilter/ip_tables.c                |    8 +-
 net/ipv6/netfilter/ip6_tables.c               |    8 +-
 net/netfilter/Kconfig                         |   12 ++
 net/netfilter/Makefile                        |    1 +
 net/netfilter/nf_conntrack_core.c             |   52 ++++++---
 net/netfilter/nf_conntrack_helper.c           |   44 ++++++-
 net/netfilter/nf_conntrack_netlink.c          |   33 +++---
 net/netfilter/nf_conntrack_proto_gre.c        |    2 +-
 net/netfilter/nf_conntrack_proto_sctp.c       |    2 +-
 net/netfilter/nf_conntrack_proto_tcp.c        |    2 +-
 net/netfilter/nf_conntrack_proto_udp.c        |    2 +-
 net/netfilter/nf_conntrack_proto_udplite.c    |    2 +-
 net/netfilter/xt_CT.c                         |  151 +++++++++++++++++++++++++
 20 files changed, 349 insertions(+), 87 deletions(-)
 create mode 100644 include/linux/netfilter/xt_CT.h
 create mode 100644 net/netfilter/xt_CT.c

Patrick McHardy (6):
      netfilter: add struct net * to target parameters
      netfilter: nf_conntrack: split up IPCT_STATUS event
      netfilter: ctnetlink: support selective event delivery
      netfilter: ctnetlink: only assign helpers for matching protocols
      netfilter: nf_conntrack: support conntrack templates
      netfilter: xtables: add CT target

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

end of thread, other threads:[~2010-02-02 16:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-02 16:52 netfilter 00/06: CT target Patrick McHardy
2010-02-02 16:52 ` netfilter 01/06: add struct net * to target parameters Patrick McHardy
2010-02-02 16:52 ` netfilter 02/06: nf_conntrack: split up IPCT_STATUS event Patrick McHardy
2010-02-02 16:52 ` netfilter 03/06: ctnetlink: support selective event delivery Patrick McHardy
2010-02-02 16:52 ` netfilter 04/06: ctnetlink: only assign helpers for matching protocols Patrick McHardy
2010-02-02 16:53 ` netfilter 05/06: nf_conntrack: support conntrack templates Patrick McHardy
2010-02-02 16:53 ` netfilter 06/06: xtables: add CT target Patrick McHardy

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