All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 0/6] [RFC] ctnetlink updates for net-next
@ 2012-02-09 20:03 Hans Schillstrom
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Schillstrom @ 2012-02-09 20:03 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

>
>Hi,
>
>The following are six patches for ctnetlink, four of them to finish
>the expectation support (this is required by conntrackd, next version
>will support expectation synchronization).
>
>Two of them allows you to filter dumpings by mark. So we save cycles
>on building and parsing messages. One for netlink itself, to allow
>passing the filtering data (or whatever any other data you want to
>pass to the ->dump and ->done callbacks).
>

Great !
just what I'm was looking for.
We really need this, fishing "by marks" when you have > 250 000 connections take some time :-)

Thanks
Hans



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

* [PATCH 0/6] [RFC] ctnetlink updates for net-next
@ 2012-02-09 19:33 pablo
  0 siblings, 0 replies; 2+ messages in thread
From: pablo @ 2012-02-09 19:33 UTC (permalink / raw)
  To: netfilter-devel

From: Pablo Neira Ayuso <pablo@netfilter.org>

Hi,

The following are six patches for ctnetlink, four of them to finish
the expectation support (this is required by conntrackd, next version
will support expectation synchronization).

Two of them allows you to filter dumpings by mark. So we save cycles
on building and parsing messages. One for netlink itself, to allow
passing the filtering data (or whatever any other data you want to
pass to the ->dump and ->done callbacks).

Let me know if you have any comment. I'll push the to my tree if
nobody complains in the following days.

Thank you!

Pablo Neira Ayuso (6):
  netfilter: ctnetlink: allow to set helper for new expectations
  netfilter: ctnetlink: allow to set expectation class
  netfilter: ctnetlink: add NAT support for expectations
  netfilter: ctnetlink: allow to set expectfn for expectations
  netlink: netlink_dump_start may take data pointer for callbacks
  netfilter: ctnetlink: support kernel-space dump filterings

 crypto/crypto_user.c                          |    2 +-
 drivers/infiniband/core/netlink.c             |    2 +-
 include/linux/netfilter/nfnetlink_conntrack.h |   12 ++
 include/linux/netlink.h                       |    2 +
 include/net/netfilter/nf_conntrack_helper.h   |   13 ++
 net/core/rtnetlink.c                          |    2 +-
 net/ipv4/inet_diag.c                          |    4 +-
 net/ipv4/netfilter/nf_nat_core.c              |    8 ++
 net/ipv4/netfilter/nf_nat_h323.c              |   14 +++
 net/ipv4/netfilter/nf_nat_sip.c               |    7 +
 net/netfilter/ipset/ip_set_core.c             |    2 +-
 net/netfilter/nf_conntrack_helper.c           |   54 +++++++++
 net/netfilter/nf_conntrack_netlink.c          |  157 +++++++++++++++++++++++-
 net/netfilter/nfnetlink_acct.c                |    2 +-
 net/netlink/af_netlink.c                      |    2 +
 net/netlink/genetlink.c                       |    2 +-
 net/unix/diag.c                               |    2 +-
 net/xfrm/xfrm_user.c                          |    2 +-
 18 files changed, 272 insertions(+), 17 deletions(-)

-- 
1.7.7.3


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

end of thread, other threads:[~2012-02-09 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-09 20:03 [PATCH 0/6] [RFC] ctnetlink updates for net-next Hans Schillstrom
  -- strict thread matches above, loose matches on Subject: below --
2012-02-09 19:33 pablo

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.