kernel-fxtec-pro1x/net/ipv4/netfilter
Jan Engelhardt b0f38452ff netfilter: xtables: change xt_match.checkentry return type
Restore function signatures from bool to int so that we can report
memory allocation failures or similar using -ENOMEM rather than
always having to pass -EINVAL back.

This semantic patch may not be too precise (checking for functions
that use xt_mtchk_param rather than functions referenced by
xt_match.checkentry), but reviewed, it produced the intended result.

// <smpl>
@@
type bool;
identifier check, par;
@@
-bool check
+int check
 (struct xt_mtchk_param *par) { ... }
// </smpl>

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
2010-03-25 16:03:13 +01:00
..
arp_tables.c netfilter: xtables: make use of xt_request_find_target 2010-03-25 15:02:19 +01:00
arpt_mangle.c netfilter: xtables: move extension arguments into compound structure (5/6) 2008-10-08 11:35:19 +02:00
arptable_filter.c netfilter: xtables: generate initial table on-demand 2010-02-10 17:50:47 +01:00
ip_queue.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 2009-12-08 07:55:01 -08:00
ip_tables.c netfilter: xtables: change xt_match.checkentry return type 2010-03-25 16:03:13 +01:00
ipt_addrtype.c netfilter: xtables: change xt_match.checkentry return type 2010-03-25 16:03:13 +01:00
ipt_ah.c netfilter: xtables: change xt_match.checkentry return type 2010-03-25 16:03:13 +01:00
ipt_CLUSTERIP.c netfilter: xt extensions: use pr_<level> (2) 2010-03-25 15:00:04 +01:00
ipt_ECN.c netfilter: xt extensions: use pr_<level> (2) 2010-03-25 15:00:04 +01:00
ipt_ecn.c netfilter: xtables: change xt_match.checkentry return type 2010-03-25 16:03:13 +01:00
ipt_LOG.c netfilter: xt extensions: use pr_<level> (2) 2010-03-25 15:00:04 +01:00
ipt_MASQUERADE.c netfilter: xt extensions: use pr_<level> (2) 2010-03-25 15:00:04 +01:00
ipt_NETMAP.c netfilter: xt extensions: use pr_<level> (2) 2010-03-25 15:00:04 +01:00
ipt_REDIRECT.c netfilter: xt extensions: use pr_<level> (2) 2010-03-25 15:00:04 +01:00
ipt_REJECT.c netfilter: xt extensions: use pr_<level> (2) 2010-03-25 15:00:04 +01:00
ipt_ULOG.c netfilter: xt extensions: use pr_<level> (2) 2010-03-25 15:00:04 +01:00
iptable_filter.c netfilter: xtables: generate initial table on-demand 2010-02-10 17:50:47 +01:00
iptable_mangle.c netfilter: iptables: remove unused function arguments 2010-02-15 16:56:51 +01:00
iptable_raw.c netfilter: xtables: generate initial table on-demand 2010-02-10 17:50:47 +01:00
iptable_security.c netfilter: xtables: generate initial table on-demand 2010-02-10 17:50:47 +01:00
Kconfig netfilter: Kconfig spelling fixes (trivial) 2009-03-16 15:17:23 +01:00
Makefile netfilter: Combine ipt_ttl and ip6t_hl source 2009-02-18 18:39:31 +01:00
nf_conntrack_l3proto_ipv4.c netfilter: nf_conntrack: add support for "conntrack zones" 2010-02-15 18:13:33 +01:00
nf_conntrack_l3proto_ipv4_compat.c netfilter: nf_conntrack: fix hash resizing with namespaces 2010-02-08 11:18:07 -08:00
nf_conntrack_proto_icmp.c netfilter: nf_conntrack: add support for "conntrack zones" 2010-02-15 18:13:33 +01:00
nf_defrag_ipv4.c netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=n 2010-02-18 19:04:44 +01:00
nf_nat_amanda.c
nf_nat_core.c netfilter: nf_conntrack: add support for "conntrack zones" 2010-02-15 18:13:33 +01:00
nf_nat_ftp.c netfilter: nf_nat_ftp: remove (*mangle[]) array and functions, use %pI4 2010-01-11 11:49:51 +01:00
nf_nat_h323.c netfilter: remove unused headers in net/ipv4/netfilter/nf_nat_h323.c 2010-03-19 16:04:10 +01:00
nf_nat_helper.c netfilter: nf_nat: support mangling a single TCP packet multiple times 2010-02-11 12:27:09 +01:00
nf_nat_irc.c net: replace NIPQUAD() in net/ipv4/netfilter/ 2008-10-31 00:53:08 -07:00
nf_nat_pptp.c netfilter: nf_conntrack: add support for "conntrack zones" 2010-02-15 18:13:33 +01:00
nf_nat_proto_common.c nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomization 2008-08-18 21:32:32 -07:00
nf_nat_proto_dccp.c [NETFILTER]: nf_conntrack: const annotations in nf_conntrack_sctp, nf_nat_proto_gre 2008-04-14 11:15:54 +02:00
nf_nat_proto_gre.c [NETFILTER]: nf_conntrack: const annotations in nf_conntrack_sctp, nf_nat_proto_gre 2008-04-14 11:15:54 +02:00
nf_nat_proto_icmp.c [NETFILTER]: nf_nat: use bool type in nf_nat_proto 2008-04-14 11:15:53 +02:00
nf_nat_proto_sctp.c netfilter: Fix extra semi-colon in skb_walk_frags() changes. 2009-06-09 18:05:28 -07:00
nf_nat_proto_tcp.c [NETFILTER]: nf_nat: use bool type in nf_nat_proto 2008-04-14 11:15:53 +02:00
nf_nat_proto_udp.c [NETFILTER]: nf_nat: use bool type in nf_nat_proto 2008-04-14 11:15:53 +02:00
nf_nat_proto_udplite.c [NETFILTER]: nf_nat: use bool type in nf_nat_proto 2008-04-14 11:15:53 +02:00
nf_nat_proto_unknown.c [NETFILTER]: nf_nat: use bool type in nf_nat_proto 2008-04-14 11:15:53 +02:00
nf_nat_rule.c netfilter: xt extensions: use pr_<level> (2) 2010-03-25 15:00:04 +01:00
nf_nat_sip.c netfilter: nf_nat_sip: add TCP support 2010-02-11 12:29:38 +01:00
nf_nat_snmp_basic.c netfilter: SNMP NAT: correct the size argument to kzalloc 2010-01-04 15:21:31 +01:00
nf_nat_standalone.c netfilter: net/ipv[46]/netfilter: Move && and || to end of previous line 2009-11-23 23:17:06 +01:00
nf_nat_tftp.c