linux-stable/net/bridge/netfilter
Jan Engelhardt de74c16996 netfilter: xtables: combine struct xt_match_param and xt_target_param
The structures carried - besides match/target - almost the same data.
It is possible to combine them, as extensions are evaluated serially,
and so, the callers end up a little smaller.

  text  data  bss  filename
-15318   740  104  net/ipv4/netfilter/ip_tables.o
+15286   740  104  net/ipv4/netfilter/ip_tables.o
-15333   540  152  net/ipv6/netfilter/ip6_tables.o
+15269   540  152  net/ipv6/netfilter/ip6_tables.o

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
2010-05-11 18:23:43 +02:00
..
ebt_802_3.c netfilter: xtables: change matches to return error code 2010-03-25 16:55:24 +01:00
ebt_among.c netfilter: xtables: change matches to return error code 2010-03-25 16:55:24 +01:00
ebt_arp.c netfilter: xtables: change matches to return error code 2010-03-25 16:55:24 +01:00
ebt_arpreply.c netfilter: xtables: change targets to return error code 2010-03-25 16:55:49 +01:00
ebt_dnat.c netfilter: xtables: change targets to return error code 2010-03-25 16:55:49 +01:00
ebt_ip.c netfilter: xtables: change matches to return error code 2010-03-25 16:55:24 +01:00
ebt_ip6.c netfilter: xtables: change matches to return error code 2010-03-25 16:55:24 +01:00
ebt_limit.c netfilter: xtables: change matches to return error code 2010-03-25 16:55:24 +01:00
ebt_log.c netfilter: xtables: change targets to return error code 2010-03-25 16:55:49 +01:00
ebt_mark.c netfilter: xtables: change targets to return error code 2010-03-25 16:55:49 +01:00
ebt_mark_m.c netfilter: xtables: change matches to return error code 2010-03-25 16:55:24 +01:00
ebt_nflog.c netfilter: xtables: change targets to return error code 2010-03-25 16:55:49 +01:00
ebt_pkttype.c netfilter: xtables: change matches to return error code 2010-03-25 16:55:24 +01:00
ebt_redirect.c netfilter: xtables: change targets to return error code 2010-03-25 16:55:49 +01:00
ebt_snat.c netfilter: xtables: change targets to return error code 2010-03-25 16:55:49 +01:00
ebt_stp.c netfilter: xtables: change matches to return error code 2010-03-25 16:55:24 +01:00
ebt_ulog.c Merge branch 'master' of /repos/git/net-next-2.6 2010-04-20 16:02:01 +02:00
ebt_vlan.c netfilter: xtables: change matches to return error code 2010-03-25 16:55:24 +01:00
ebtable_broute.c netfilter: xtables: add struct xt_mtdtor_param::net 2010-01-18 08:25:47 +01:00
ebtable_filter.c netfilter: xtables: add struct xt_mtdtor_param::net 2010-01-18 08:25:47 +01:00
ebtable_nat.c netfilter: xtables: add struct xt_mtdtor_param::net 2010-01-18 08:25:47 +01:00
ebtables.c netfilter: xtables: combine struct xt_match_param and xt_target_param 2010-05-11 18:23:43 +02:00
Kconfig netfilter: fix ebtables dependencies 2008-10-14 11:57:33 -07:00
Makefile bridge: fix IPV6=n build 2008-06-17 16:16:13 -07:00