netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Engelhardt <jengelh@medozas.de>
To: kaber@trash.net
Cc: netfilter-devel@vger.kernel.org
Subject: Pull request for Stomping Static Data
Date: Mon, 10 Aug 2009 21:19:46 +0200	[thread overview]
Message-ID: <1249931992-18761-1-git-send-email-jengelh@medozas.de> (raw)


Summary:
	In this 6-patch set, large quantities of static data are
	eliminated and replaced by generate-at-runtime structures
	(memory savings outside of the initialization phase).


The following changes since commit e2fe35c17fed62d4ab5038fa9bc489e967ff8416:
  Jan Engelhardt (1):
        netfilter: xtables: check for standard verdicts in policies

are available in the git repository at:

  git://dev.medozas.de/linux master

Jan Engelhardt (6):
      netfilter: xtables: consolidate table hook functions
      netfilter: xtables: compact table hook functions
      netfilter: xtables: generate nf_hook_ops on-demand
      netfilter: xtables: mark initial tables constant
      netfilter: xtables: use xt_table for hook instantiation
      netfilter: xtables: generate initial table on-demand

 include/linux/netfilter/x_tables.h        |    7 +-
 include/linux/netfilter_arp/arp_tables.h  |    2 +-
 include/linux/netfilter_bridge/ebtables.h |    2 +-
 include/linux/netfilter_ipv4/ip_tables.h  |    2 +-
 include/linux/netfilter_ipv6/ip6_tables.h |    2 +-
 net/bridge/netfilter/ebtable_broute.c     |    2 +-
 net/bridge/netfilter/ebtable_filter.c     |    2 +-
 net/bridge/netfilter/ebtables.c           |   13 ++-
 net/ipv4/netfilter/arp_tables.c           |    3 +-
 net/ipv4/netfilter/arptable_filter.c      |   91 ++++-------------
 net/ipv4/netfilter/ip_tables.c            |    3 +-
 net/ipv4/netfilter/iptable_filter.c       |  118 +++++-----------------
 net/ipv4/netfilter/iptable_mangle.c       |  157 ++++++-----------------------
 net/ipv4/netfilter/iptable_raw.c          |   90 ++++------------
 net/ipv4/netfilter/iptable_security.c     |  110 ++++----------------
 net/ipv4/netfilter/nf_nat_rule.c          |   40 ++------
 net/ipv6/netfilter/ip6_tables.c           |    3 +-
 net/ipv6/netfilter/ip6table_filter.c      |  108 ++++----------------
 net/ipv6/netfilter/ip6table_mangle.c      |  134 ++++++-------------------
 net/ipv6/netfilter/ip6table_raw.c         |   81 ++++------------
 net/ipv6/netfilter/ip6table_security.c    |  103 ++++----------------
 net/netfilter/x_tables.c                  |  125 ++++++++++++++++++++++-
 22 files changed, 365 insertions(+), 833 deletions(-)

             reply	other threads:[~2009-08-10 19:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-10 19:19 Jan Engelhardt [this message]
2009-08-10 19:19 ` [PATCH 1/6] netfilter: xtables: consolidate table hook functions Jan Engelhardt
2009-08-10 20:12   ` Jan Engelhardt
2009-08-24 12:53   ` Patrick McHardy
2009-08-25 15:50     ` Jan Engelhardt
2009-08-26 12:53       ` Patrick McHardy
2009-08-10 19:19 ` [PATCH 2/6] netfilter: xtables: compact " Jan Engelhardt
2009-08-10 19:19 ` [PATCH 3/6] netfilter: xtables: generate nf_hook_ops on-demand Jan Engelhardt
2009-08-10 19:19 ` [PATCH 4/6] netfilter: xtables: mark initial tables constant Jan Engelhardt
2009-08-24 12:57   ` Patrick McHardy
2009-08-10 19:19 ` [PATCH 5/6] netfilter: xtables: use xt_table for hook instantiation Jan Engelhardt
2009-08-10 19:19 ` [PATCH 6/6] netfilter: xtables: generate initial table on-demand Jan Engelhardt
2009-08-24 13:12   ` Patrick McHardy
2009-08-16 10:19 ` Pull request for Stomping Static Data Jan Engelhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1249931992-18761-1-git-send-email-jengelh@medozas.de \
    --to=jengelh@medozas.de \
    --cc=kaber@trash.net \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).