linux/net/bridge
Florian Westphal 103a9778e0 netfilter: ebtables: only call xt_compat_add_offset once per rule
The optimizations in commit 255d0dc340
(netfilter: x_table: speedup compat operations) assume that
xt_compat_add_offset is called once per rule.

ebtables however called it for each match/target found in a rule.

The match/watcher/target parser already returns the needed delta, so it
is sufficient to move the xt_compat_add_offset call to a more reasonable
location.

While at it, also get rid of the unused COMPAT iterator macros.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-05-10 09:52:17 +02:00
..
netfilter netfilter: ebtables: only call xt_compat_add_offset once per rule 2011-05-10 09:52:17 +02:00
br_device.c
br_fdb.c Fix common misspellings 2011-03-31 11:26:23 -03:00
br_forward.c
br_if.c bridge: notify applications if address of bridge device changes 2011-03-27 23:35:02 -07:00
br_input.c Revert "bridge: Forward reserved group addresses if !STP" 2011-04-21 21:17:25 -07:00
br_ioctl.c Fix common misspellings 2011-03-31 11:26:23 -03:00
br_multicast.c bridge: mcast snooping, fix length check of snooped MLDv1/2 2011-03-30 02:28:20 -07:00
br_netfilter.c bridge: reset IPCB in br_parse_ip_options 2011-04-12 13:39:14 -07:00
br_netlink.c
br_notify.c
br_private_stp.h
br_private.h bridge: notify applications if address of bridge device changes 2011-03-27 23:35:02 -07:00
br_stp_bpdu.c
br_stp_if.c bridge: Fix compilation warning in function br_stp_recalculate_bridge_id() 2011-03-29 23:37:23 -07:00
br_stp_timer.c
br_stp.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2011-03-15 15:15:17 -07:00
br_sysfs_br.c
br_sysfs_if.c
br.c
Kconfig
Makefile