From: Jan Engelhardt <jengelh@medozas.de>
To: kaber@trash.net
Cc: netfilter-devel@vger.kernel.org
Subject: nf-next: more cleanups, int error reporting
Date: Sat, 20 Mar 2010 02:02:13 +0100 [thread overview]
Message-ID: <1269046942-31719-1-git-send-email-jengelh@medozas.de> (raw)
Hi,
I've split the big changes from the error reporting into three commits
so as to
- make patch 6 as small as possible
- separate patch 6 for bisecting
because it is a potentially error-prone part.
Please review. (And, if clear, pull :)
The following changes since commit 2c46cd8163b25bf6f38e612e9f1d162f0357c8f1:
Zhitong Wang (1):
netfilter: remove unused headers in net/ipv4/netfilter/nf_nat_h323.c
are available in the git repository at:
git://dev.medozas.de/linux master
Jan Engelhardt (8):
netfilter: xtables: make use of caller family rather than target family
netfilter: xt extensions: use pr_<level> (2)
netfilter: xt_recent: allow changing ip_list_[ug]id at runtime
netfilter: xtables: slightly better error reporting (1/2)
netfilter: xtables: slightly better error reporting (2/2)
netfilter: xtables: use only error codes for checkentry
netfilter: xtables: make use of xt_request_find_target
netfilter: xtables: consolidate code into xt_request_find_match
include/linux/netfilter/x_tables.h | 7 ++-
net/bridge/netfilter/ebt_802_3.c | 6 +-
net/bridge/netfilter/ebt_among.c | 25 +++++-------
net/bridge/netfilter/ebt_arp.c | 8 ++--
net/bridge/netfilter/ebt_arpreply.c | 8 ++--
net/bridge/netfilter/ebt_dnat.c | 10 ++--
net/bridge/netfilter/ebt_ip.c | 16 ++++----
net/bridge/netfilter/ebt_ip6.c | 16 ++++----
net/bridge/netfilter/ebt_limit.c | 9 ++--
net/bridge/netfilter/ebt_log.c | 8 ++--
net/bridge/netfilter/ebt_mark.c | 10 ++--
net/bridge/netfilter/ebt_mark_m.c | 10 ++--
net/bridge/netfilter/ebt_nflog.c | 6 +-
net/bridge/netfilter/ebt_pkttype.c | 6 +-
net/bridge/netfilter/ebt_redirect.c | 10 ++--
net/bridge/netfilter/ebt_snat.c | 10 ++--
net/bridge/netfilter/ebt_stp.c | 8 ++--
net/bridge/netfilter/ebt_ulog.c | 32 ++++++++-------
net/bridge/netfilter/ebt_vlan.c | 52 ++++++++++---------------
net/bridge/netfilter/ebtables.c | 23 ++---------
net/ipv4/netfilter/arp_tables.c | 20 ++++------
net/ipv4/netfilter/arpt_mangle.c | 2 +-
net/ipv4/netfilter/ip_tables.c | 58 ++++++++++++----------------
net/ipv4/netfilter/ipt_CLUSTERIP.c | 68 +++++++++++++++++----------------
net/ipv4/netfilter/ipt_ECN.c | 21 ++++------
net/ipv4/netfilter/ipt_LOG.c | 15 +++----
net/ipv4/netfilter/ipt_MASQUERADE.c | 16 ++++----
net/ipv4/netfilter/ipt_NETMAP.c | 14 +++---
net/ipv4/netfilter/ipt_REDIRECT.c | 14 +++---
net/ipv4/netfilter/ipt_REJECT.c | 14 +++---
net/ipv4/netfilter/ipt_ULOG.c | 48 +++++++++++------------
net/ipv4/netfilter/ipt_addrtype.c | 24 ++++++------
net/ipv4/netfilter/ipt_ah.c | 6 +-
net/ipv4/netfilter/ipt_ecn.c | 15 +++----
net/ipv4/netfilter/nf_nat_rule.c | 4 +-
net/ipv6/netfilter/ip6_tables.c | 49 ++++++++++--------------
net/ipv6/netfilter/ip6t_LOG.c | 15 +++----
net/ipv6/netfilter/ip6t_REJECT.c | 28 +++++++-------
net/ipv6/netfilter/ip6t_ah.c | 12 +++---
net/ipv6/netfilter/ip6t_frag.c | 12 +++---
net/ipv6/netfilter/ip6t_hbh.c | 14 +++---
net/ipv6/netfilter/ip6t_ipv6header.c | 6 +-
net/ipv6/netfilter/ip6t_mh.c | 4 +-
net/ipv6/netfilter/ip6t_rt.c | 14 +++---
net/netfilter/x_tables.c | 38 +++++++++++++++---
net/netfilter/xt_CONNSECMARK.c | 14 ++++---
net/netfilter/xt_CT.c | 17 ++++++--
net/netfilter/xt_DSCP.c | 6 +-
net/netfilter/xt_HL.c | 16 ++++----
net/netfilter/xt_LED.c | 17 +++-----
net/netfilter/xt_NFLOG.c | 8 ++--
net/netfilter/xt_NFQUEUE.c | 12 +++---
net/netfilter/xt_RATEEST.c | 18 +++++----
net/netfilter/xt_SECMARK.c | 26 +++++++------
net/netfilter/xt_TCPMSS.c | 23 +++++------
net/netfilter/xt_TPROXY.c | 10 ++--
net/netfilter/xt_cluster.c | 8 ++--
net/netfilter/xt_connbytes.c | 14 ++++---
net/netfilter/xt_connlimit.c | 12 +++--
net/netfilter/xt_connmark.c | 20 ++++++---
net/netfilter/xt_conntrack.c | 11 +++--
net/netfilter/xt_dccp.c | 2 +-
net/netfilter/xt_dscp.c | 2 +-
net/netfilter/xt_esp.c | 4 +-
net/netfilter/xt_hashlimit.c | 37 +++++++++++-------
net/netfilter/xt_helper.c | 2 +-
net/netfilter/xt_iprange.c | 1 +
net/netfilter/xt_limit.c | 6 +-
net/netfilter/xt_multiport.c | 8 ++--
net/netfilter/xt_physdev.c | 2 +-
net/netfilter/xt_policy.c | 2 +-
net/netfilter/xt_quota.c | 4 +-
net/netfilter/xt_rateest.c | 4 +-
net/netfilter/xt_recent.c | 23 ++++++-----
net/netfilter/xt_sctp.c | 2 +-
net/netfilter/xt_socket.c | 5 +-
net/netfilter/xt_state.c | 9 +++-
net/netfilter/xt_statistic.c | 4 +-
net/netfilter/xt_string.c | 4 +-
net/netfilter/xt_tcpudp.c | 4 +-
net/netfilter/xt_time.c | 2 +-
net/sched/act_ipt.c | 4 +-
82 files changed, 593 insertions(+), 581 deletions(-)
next reply other threads:[~2010-03-20 1:02 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-20 1:02 Jan Engelhardt [this message]
2010-03-20 1:02 ` [PATCH 1/8] netfilter: xtables: make use of caller family rather than target family Jan Engelhardt
2010-03-20 1:02 ` [PATCH 2/8] netfilter: xt extensions: use pr_<level> (2) Jan Engelhardt
2010-03-20 1:02 ` [PATCH 3/8] netfilter: xt_recent: allow changing ip_list_[ug]id at runtime Jan Engelhardt
2010-03-20 1:02 ` [PATCH 4/8] netfilter: xtables: slightly better error reporting (1/2) Jan Engelhardt
2010-03-20 1:02 ` [PATCH 5/8] netfilter: xtables: slightly better error reporting (2/2) Jan Engelhardt
2010-03-20 1:02 ` [PATCH 6/8] netfilter: xtables: use only error codes for checkentry Jan Engelhardt
2010-03-20 13:57 ` Jan Engelhardt
2010-03-20 1:02 ` [PATCH 7/8] netfilter: xtables: make use of xt_request_find_target Jan Engelhardt
2010-03-20 1:02 ` [PATCH 8/8] netfilter: xtables: consolidate code into xt_request_find_match Jan Engelhardt
2010-03-21 2:46 ` nf-next: more cleanups, int error reporting 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=1269046942-31719-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).