From: Jan Engelhardt <jengelh@medozas.de>
To: kaber@trash.net
Cc: netfilter-devel@vger.kernel.org
Subject: nf-next: struct optimization, print changes
Date: Thu, 18 Mar 2010 15:09:42 +0100 [thread overview]
Message-ID: <1268921390-30296-1-git-send-email-jengelh@medozas.de> (raw)
Hi,
here is a small mixed bag. struct optimization, using the established
pr_ print functions. Please review.
The following changes since commit 115bc8f2874078e6ac78d88652a91b58447d5f4d:
Jan Engelhardt (1):
netfilter: xtables: resort osf kconfig text
are available in the git repository at:
git://dev.medozas.de/linux master
Jan Engelhardt (7):
netfilter: xtables: make use of caller family rather than match family
netfilter: update documentation fields of x_tables.h
netfilter: xtables: remove almost-unused xt_match_param.data member
netfilter: xtables: reduce holes in struct xt_target
netfilter: xtables: do not print any messages on ENOMEM
netfilter: xtables: replace custom duprintf with pr_debug
netfilter: xt extensions: use pr_<level>
include/linux/netfilter/x_tables.h | 15 +++++++++------
net/bridge/netfilter/ebt_ulog.c | 7 ++-----
net/ipv4/netfilter/ipt_ah.c | 18 ++++++------------
net/ipv6/netfilter/ip6t_hbh.c | 9 ++++++---
net/ipv6/netfilter/ip6t_mh.c | 11 +++--------
net/netfilter/x_tables.c | 12 +++---------
net/netfilter/xt_CONNSECMARK.c | 13 ++++++-------
net/netfilter/xt_DSCP.c | 4 ++--
net/netfilter/xt_HL.c | 10 ++++------
net/netfilter/xt_LED.c | 14 +++++---------
net/netfilter/xt_SECMARK.c | 20 ++++++++++----------
net/netfilter/xt_TCPMSS.c | 18 +++++++++---------
net/netfilter/xt_cluster.c | 11 ++++++-----
net/netfilter/xt_connbytes.c | 5 +++--
net/netfilter/xt_connlimit.c | 5 +++--
net/netfilter/xt_connmark.c | 8 ++++----
net/netfilter/xt_conntrack.c | 6 +++---
net/netfilter/xt_dscp.c | 6 +++---
net/netfilter/xt_esp.c | 18 ++++++------------
net/netfilter/xt_hashlimit.c | 36 +++++++++++++++---------------------
net/netfilter/xt_helper.c | 6 +++---
net/netfilter/xt_hl.c | 12 ------------
net/netfilter/xt_limit.c | 6 +++---
net/netfilter/xt_multiport.c | 16 +++++-----------
net/netfilter/xt_osf.c | 8 ++++----
net/netfilter/xt_physdev.c | 8 ++++----
net/netfilter/xt_policy.c | 17 +++++++----------
net/netfilter/xt_recent.c | 12 ++++++------
net/netfilter/xt_sctp.c | 29 +++++++++++++----------------
net/netfilter/xt_state.c | 8 ++++----
net/netfilter/xt_statistic.c | 4 +---
net/netfilter/xt_tcpudp.c | 16 +++++-----------
32 files changed, 163 insertions(+), 225 deletions(-)
next reply other threads:[~2010-03-18 14:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-18 14:09 Jan Engelhardt [this message]
2010-03-18 14:09 ` [PATCH 1/7] netfilter: xtables: make use of caller family rather than match family Jan Engelhardt
2010-03-18 14:09 ` [PATCH 2/7] netfilter: update documentation fields of x_tables.h Jan Engelhardt
2010-03-18 14:09 ` [PATCH 3/7] netfilter: xtables: remove almost-unused xt_match_param.data member Jan Engelhardt
2010-03-18 14:09 ` [PATCH 4/7] netfilter: xtables: reduce holes in struct xt_target Jan Engelhardt
2010-03-18 14:09 ` [PATCH 5/7] netfilter: xtables: do not print any messages on ENOMEM Jan Engelhardt
2010-03-18 14:09 ` [PATCH 6/7] netfilter: xtables: replace custom duprintf with pr_debug Jan Engelhardt
2010-03-18 14:09 ` [PATCH 7/7] netfilter: xt extensions: use pr_<level> Jan Engelhardt
2010-03-19 14:47 ` nf-next: struct optimization, print changes Patrick McHardy
2010-03-19 14:50 ` Jan Engelhardt
2010-03-19 14:56 ` Patrick McHardy
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=1268921390-30296-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).