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
..
2011-03-31 11:26:23 -03:00
2010-10-25 13:09:44 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 18:59:10 -07:00
2011-04-07 11:14:49 -07:00
2011-01-12 00:34:49 -08:00
2011-03-31 11:26:23 -03:00
2011-04-22 13:21:38 -07:00
2011-05-10 09:52:17 +02:00
2011-04-11 13:15:58 -07:00
2011-04-20 12:37:59 -07:00
2011-04-07 11:14:49 -07:00
2011-05-02 15:41:29 -07:00
2011-03-14 17:02:42 -07:00
2011-03-31 11:26:23 -03:00
2011-03-12 15:08:55 -08:00
2011-03-04 09:56:19 +11:00
2011-04-28 13:35:44 -07:00
2011-03-18 15:12:15 -07:00
2011-01-12 19:00:40 -08:00
2011-04-12 15:33:23 -07:00
2011-05-04 14:04:07 -07:00
2011-05-02 16:12:14 -07:00
2011-03-21 18:16:39 -07:00
2011-04-12 15:29:54 -07:00
2011-03-31 11:26:23 -03:00
2011-03-01 22:51:52 -08:00
2011-03-21 18:10:25 -07:00
2010-11-22 08:16:14 -08:00
2011-04-11 18:59:05 -07:00
2011-04-22 13:21:38 -07:00
2011-05-10 09:48:59 +02:00
2011-03-31 11:26:23 -03:00
2011-03-03 21:27:42 -08:00
2010-04-20 16:37:13 -07:00
2011-03-07 15:51:13 -08:00
2011-03-15 14:55:49 -07:00
2011-03-31 11:26:23 -03:00
2011-01-20 17:02:05 -08:00
2011-03-31 11:26:23 -03:00
2011-03-16 16:29:25 -07:00
2011-03-31 11:26:23 -03:00
2011-04-12 19:33:51 -07:00
2011-04-08 11:47:35 -07:00
2011-03-31 11:26:23 -03:00
2011-05-01 23:16:28 -07:00
2011-03-31 11:26:23 -03:00
2010-05-20 21:04:44 -07:00
2011-04-07 11:14:49 -07:00
2011-03-31 11:26:23 -03:00
2011-04-26 12:46:04 -07:00
2010-10-28 11:47:52 -07:00
2011-01-24 14:53:01 -08:00
2011-03-07 12:50:52 -08:00
2010-10-15 15:53:27 +02:00
2011-03-31 11:26:23 -03:00
2010-05-17 23:23:14 -07:00