netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: static data reduction
@ 2010-02-10 16:51 Jan Engelhardt
  2010-02-10 16:51 ` [PATCH 1/4] netfilter: xtables: compact table hook functions (1/2) Jan Engelhardt
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Jan Engelhardt @ 2010-02-10 16:51 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel


I incorporated the desired changes and hope it's right now.

---
The following changes since commit 9ab99d5a43e9f283738fd9fd365539306d13eaac:
  Patrick McHardy (1):
        Merge branch 'master' of /repos/git/net-next-2.6

are available in the git repository at:

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

Jan Engelhardt (4):
      netfilter: xtables: compact table hook functions (1/2)
      netfilter: xtables: compact table hook functions (2/2)
      netfilter: xtables: use xt_table for hook instantiation
      netfilter: xtables: generate initial table on-demand

 include/linux/netfilter/x_tables.h        |    4 +
 include/linux/netfilter_arp/arp_tables.h  |    1 +
 include/linux/netfilter_ipv4/ip_tables.h  |    1 +
 include/linux/netfilter_ipv6/ip6_tables.h |    1 +
 net/ipv4/netfilter/arp_tables.c           |    7 ++
 net/ipv4/netfilter/arptable_filter.c      |   95 ++++--------------
 net/ipv4/netfilter/ip_tables.c            |    7 ++
 net/ipv4/netfilter/iptable_filter.c       |  122 ++++++-----------------
 net/ipv4/netfilter/iptable_mangle.c       |  154 ++++++-----------------------
 net/ipv4/netfilter/iptable_raw.c          |   94 +++++-------------
 net/ipv4/netfilter/iptable_security.c     |  115 +++++-----------------
 net/ipv4/netfilter/nf_nat_rule.c          |   39 ++------
 net/ipv6/netfilter/ip6_tables.c           |    7 ++
 net/ipv6/netfilter/ip6table_filter.c      |  111 +++++----------------
 net/ipv6/netfilter/ip6table_mangle.c      |  131 +++++-------------------
 net/ipv6/netfilter/ip6table_raw.c         |   84 ++++------------
 net/ipv6/netfilter/ip6table_security.c    |  107 ++++----------------
 net/netfilter/x_tables.c                  |   58 +++++++++++-
 net/netfilter/xt_repldata.h               |   35 +++++++
 19 files changed, 348 insertions(+), 825 deletions(-)
 create mode 100644 net/netfilter/xt_repldata.h

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-10 16:51 static data reduction Jan Engelhardt
2010-02-10 16:51 ` [PATCH 1/4] netfilter: xtables: compact table hook functions (1/2) Jan Engelhardt
2010-02-10 16:51 ` [PATCH 2/4] netfilter: xtables: compact table hook functions (2/2) Jan Engelhardt
2010-02-10 16:51 ` [PATCH 3/4] netfilter: xtables: use xt_table for hook instantiation Jan Engelhardt
2010-02-10 16:51 ` [PATCH 4/4] netfilter: xtables: generate initial table on-demand Jan Engelhardt
2010-02-10 16:54 ` static data reduction Patrick McHardy
2010-02-10 17:52   ` Patrick McHardy

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