netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nf-next v2 0/3] Netfilter zone directions
@ 2015-07-11  1:14 Daniel Borkmann
  2015-07-11  1:14 ` [PATCH nf-next v2 1/3] netfilter: nf_conntrack: push zone object into functions Daniel Borkmann
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Daniel Borkmann @ 2015-07-11  1:14 UTC (permalink / raw)
  To: pablo; +Cc: tgraf, challa, netfilter-devel, Daniel Borkmann

This is v2 of the originally named flextuples [1] patch set, but
this time after discussions from NFWS completely reworked towards
integration into the existing zones infrastructure. Please see
individual patches for details.

Thanks!

 [1] http://thread.gmane.org/gmane.comp.security.firewalls.netfilter.devel/57412/

v1 -> v2:
 - Reworked entire set, integration into zones
 - Rebased onto latest nf-next

Daniel Borkmann (3):
  netfilter: nf_conntrack: push zone object into functions
  netfilter: nf_conntrack: add direction support for zones
  netfilter: nf_conntrack: add efficient mark to zone mapping

 include/net/netfilter/nf_conntrack.h               |   6 +-
 include/net/netfilter/nf_conntrack_core.h          |   3 +-
 include/net/netfilter/nf_conntrack_expect.h        |  11 +-
 include/net/netfilter/nf_conntrack_zones.h         |  87 +++++++++++--
 include/uapi/linux/netfilter/nf_conntrack_common.h |   4 +
 include/uapi/linux/netfilter/nfnetlink_conntrack.h |   9 ++
 include/uapi/linux/netfilter/xt_CT.h               |   8 +-
 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c     |   4 +-
 net/ipv4/netfilter/nf_conntrack_proto_icmp.c       |   3 +-
 net/ipv4/netfilter/nf_defrag_ipv4.c                |  20 +--
 net/ipv4/netfilter/nf_nat_pptp.c                   |   3 +-
 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c     |   3 +-
 net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c     |   5 +-
 net/ipv6/netfilter/nf_defrag_ipv6_hooks.c          |  21 ++--
 net/netfilter/ipvs/ip_vs_nfct.c                    |   5 +-
 net/netfilter/nf_conntrack_core.c                  |  93 ++++++++------
 net/netfilter/nf_conntrack_expect.c                |  22 ++--
 net/netfilter/nf_conntrack_h323_main.c             |   4 +-
 net/netfilter/nf_conntrack_netlink.c               | 138 ++++++++++++++-------
 net/netfilter/nf_conntrack_pptp.c                  |   7 +-
 net/netfilter/nf_conntrack_sip.c                   |   3 +-
 net/netfilter/nf_conntrack_standalone.c            |  24 +++-
 net/netfilter/nf_nat_core.c                        |  24 ++--
 net/netfilter/nf_synproxy_core.c                   |   6 +-
 net/netfilter/xt_CT.c                              |  25 +++-
 net/netfilter/xt_connlimit.c                       |  13 +-
 net/sched/act_connmark.c                           |   6 +-
 27 files changed, 395 insertions(+), 162 deletions(-)

-- 
1.9.3


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

end of thread, other threads:[~2015-07-21  9:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-11  1:14 [PATCH nf-next v2 0/3] Netfilter zone directions Daniel Borkmann
2015-07-11  1:14 ` [PATCH nf-next v2 1/3] netfilter: nf_conntrack: push zone object into functions Daniel Borkmann
2015-07-15 17:35   ` Pablo Neira Ayuso
2015-07-15 19:16     ` Daniel Borkmann
2015-07-11  1:14 ` [PATCH nf-next v2 2/3] netfilter: nf_conntrack: add direction support for zones Daniel Borkmann
2015-07-11  1:14 ` [PATCH nf-next v2 3/3] netfilter: nf_conntrack: add efficient mark to zone mapping Daniel Borkmann
2015-07-15 17:50   ` Pablo Neira Ayuso
2015-07-15 20:04     ` Daniel Borkmann
2015-07-20 16:18       ` Daniel Borkmann
2015-07-20 17:03         ` Pablo Neira Ayuso
2015-07-20 17:27           ` Daniel Borkmann
2015-07-20 18:24             ` Pablo Neira Ayuso
2015-07-20 20:05               ` Daniel Borkmann
2015-07-21  7:37                 ` Pablo Neira Ayuso
2015-07-21  9:08                   ` Daniel Borkmann

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