kernel-ark/net/ipv4/netfilter
Patrick McHardy 9fa492cdc1 [NETFILTER]: x_tables: simplify compat API
Split the xt_compat_match/xt_compat_target into smaller type-safe functions
performing just one operation. Handle all alignment and size-related
conversions centrally in these function instead of requiring each module to
implement a full-blown conversion function. Replace ->compat callback by
->compat_from_user and ->compat_to_user callbacks, responsible for
converting just a single private structure.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-09-22 15:20:01 -07:00
..
arp_tables.c [NETFILTER]: x_tables: small check_entry & module_refcount cleanup 2006-09-22 15:19:51 -07:00
arpt_mangle.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
arptable_filter.c
ip_conntrack_amanda.c
ip_conntrack_core.c [NETFILTER]: make some netfilter globals __read_mostly 2006-09-22 15:19:58 -07:00
ip_conntrack_ftp.c
ip_conntrack_helper_h323_asn1.c
ip_conntrack_helper_h323_types.c
ip_conntrack_helper_h323.c
ip_conntrack_helper_pptp.c
ip_conntrack_irc.c
ip_conntrack_netbios_ns.c
ip_conntrack_netlink.c [NETFILTER]: ctnetlink: simplify the code to dump the conntrack table 2006-09-22 15:19:52 -07:00
ip_conntrack_proto_generic.c [NETFILTER]: Change tunables to __read_mostly 2006-09-22 15:18:54 -07:00
ip_conntrack_proto_gre.c [NETFILTER]: kill listhelp.h 2006-09-22 15:19:45 -07:00
ip_conntrack_proto_icmp.c [NETFILTER]: Change tunables to __read_mostly 2006-09-22 15:18:54 -07:00
ip_conntrack_proto_sctp.c [NETFILTER]: Change tunables to __read_mostly 2006-09-22 15:18:54 -07:00
ip_conntrack_proto_tcp.c [NETFILTER]: TCP conntrack: improve dead connection detection 2006-09-22 15:19:57 -07:00
ip_conntrack_proto_udp.c [NETFILTER]: Change tunables to __read_mostly 2006-09-22 15:18:54 -07:00
ip_conntrack_sip.c
ip_conntrack_standalone.c [NETFILTER]: kill listhelp.h 2006-09-22 15:19:45 -07:00
ip_conntrack_tftp.c
ip_nat_amanda.c
ip_nat_core.c [NETFILTER]: kill listhelp.h 2006-09-22 15:19:45 -07:00
ip_nat_ftp.c
ip_nat_helper_h323.c
ip_nat_helper_pptp.c
ip_nat_helper.c [NETFILTER]: kill listhelp.h 2006-09-22 15:19:45 -07:00
ip_nat_irc.c
ip_nat_proto_gre.c
ip_nat_proto_icmp.c
ip_nat_proto_tcp.c
ip_nat_proto_udp.c
ip_nat_proto_unknown.c
ip_nat_rule.c [NETFILTER]: kill listhelp.h 2006-09-22 15:19:45 -07:00
ip_nat_sip.c
ip_nat_snmp_basic.c
ip_nat_standalone.c [NETFILTER]: kill listhelp.h 2006-09-22 15:19:45 -07:00
ip_nat_tftp.c
ip_queue.c [NETFILTER]: make some netfilter globals __read_mostly 2006-09-22 15:19:58 -07:00
ip_tables.c [NETFILTER]: x_tables: simplify compat API 2006-09-22 15:20:01 -07:00
ipt_addrtype.c
ipt_ah.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
ipt_CLUSTERIP.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
ipt_ecn.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
ipt_ECN.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
ipt_hashlimit.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
ipt_iprange.c
ipt_LOG.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
ipt_MASQUERADE.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
ipt_NETMAP.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
ipt_owner.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
ipt_recent.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
ipt_REDIRECT.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
ipt_REJECT.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
ipt_SAME.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
ipt_TCPMSS.c [NETFILTER]: ipt_TCPMSS: misc cleanup 2006-09-22 15:19:49 -07:00
ipt_tos.c
ipt_TOS.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
ipt_ttl.c
ipt_TTL.c [NETFILTER]: ipt_TTL: fix checksum update bug 2006-09-22 15:19:54 -07:00
ipt_ULOG.c [NETFILTER]: x_tables: remove unused size argument to check/destroy functions 2006-09-22 14:55:34 -07:00
iptable_filter.c
iptable_mangle.c
iptable_raw.c
Kconfig
Makefile
nf_conntrack_l3proto_ipv4.c
nf_conntrack_proto_icmp.c [NETFILTER]: Change tunables to __read_mostly 2006-09-22 15:18:54 -07:00