All of lore.kernel.org
 help / color / mirror / Atom feed
* netfilter 00/03: conntrack zones
@ 2010-02-08 17:39 Patrick McHardy
  2010-02-08 17:39 ` netfilter 01/03: nf_conntrack: pass template to l4proto ->error handler Patrick McHardy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Patrick McHardy @ 2010-02-08 17:39 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Patrick McHardy

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

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

end of thread, other threads:[~2010-02-08 17:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08 17:39 netfilter 00/03: conntrack zones Patrick McHardy
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

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.