netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* nf-next-2.6 pull request, Complete deprecation of CONFIG_NF_CT_ACCT (V3)
@ 2010-06-24 15:27 Tim Gardner
  2010-06-24 15:27 ` [PATCH 1/3] netfilter: Expose connection tracking accounting toggles Tim Gardner
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Tim Gardner @ 2010-06-24 15:27 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel

This series of patches checks CT accounting state at rule instantiation
time (as suggested).  I'm slightly concerned about the case where
the sysctl could be toggled after the xt_connbytes rule is loaded,
but I guess the user better know what he/she is doing.

I also moved the accounting state/toggle functions into the proper
header nf_conntrack_acct.h.

Finally, the 3rd patch removes all traces of CONFIG_NF_CT_ACCT.

The following changes since commit fe6fb552858f686f39e33d7b0a33fe56dacea0bf:
  Arnd Hannemann (1):
        netfilter: fix simple typo in KConfig for netfiltert xt_TEE

are available in the git repository at:

  git://kernel.ubuntu.com/rtg/nf-next-2.6 CONFIG_NF_CT_ACCT

Tim Gardner (3):
      netfilter: Expose connection tracking accounting toggles
      netfilter: xt_connbytes: Force CT accounting to be enabled
      netfilter: Complete the deprecation of CONFIG_NF_CT_ACCT

 Documentation/feature-removal-schedule.txt |    9 ---------
 Documentation/kernel-parameters.txt        |    3 +--
 include/net/netfilter/nf_conntrack_acct.h  |   12 ++++++++++++
 net/netfilter/Kconfig                      |   22 ----------------------
 net/netfilter/nf_conntrack_acct.c          |   10 ----------
 net/netfilter/xt_connbytes.c               |   10 ++++++++++
 6 files changed, 23 insertions(+), 43 deletions(-)


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

end of thread, other threads:[~2010-06-25  8:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-24 15:27 nf-next-2.6 pull request, Complete deprecation of CONFIG_NF_CT_ACCT (V3) Tim Gardner
2010-06-24 15:27 ` [PATCH 1/3] netfilter: Expose connection tracking accounting toggles Tim Gardner
2010-06-24 15:36   ` Patrick McHardy
2010-06-24 16:07     ` Tim Gardner
2010-06-24 17:14   ` Jan Engelhardt
2010-06-24 15:27 ` [PATCH 2/3] netfilter: xt_connbytes: Force CT accounting to be enabled Tim Gardner
2010-06-24 17:15   ` Jan Engelhardt
2010-06-24 18:49     ` Tim Gardner
2010-06-25  8:44       ` Patrick McHardy
2010-06-24 15:27 ` [PATCH 3/3] netfilter: Complete the deprecation of CONFIG_NF_CT_ACCT Tim Gardner

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