Florian Westphal
6d4fa852a0
net: sched: add ipset ematch
...
Can be used to match packets against netfilter ip sets created via ipset(8).
skb->sk_iif is used as 'incoming interface', skb->dev is 'outgoing interface'.
Since ipset is usually called from netfilter, the ematch
initializes a fake xt_action_param, pulls the ip header into the
linear area and also sets skb->data to the IP header (otherwise
matching Layer 4 set types doesn't work).
Tested-by: Mr Dash Four <mr.dash.four@googlemail.com >
Signed-off-by: Florian Westphal <fw@strlen.de >
Signed-off-by: David S. Miller <davem@davemloft.net >
2012-07-12 07:54:46 -07:00
..
2012-06-27 15:23:16 -04:00
2012-06-19 21:40:14 +02:00
2012-07-07 16:23:06 -07:00
2012-06-20 14:41:57 -07:00
2012-06-01 16:55:42 -07:00
2012-07-04 19:51:50 +02:00
2012-06-07 14:58:38 +02:00
2012-06-28 17:37:00 -07:00
2012-06-06 15:20:22 -04:00
2012-06-28 17:37:00 -07:00
2012-06-15 08:46:23 +02:00
2012-07-04 13:07:05 +02:00
2012-06-03 20:05:57 -07:00
2012-06-18 09:47:00 -04:00
2012-07-10 18:06:44 -07:00
2012-06-27 15:42:24 -07:00
2012-06-01 16:57:51 -07:00
2012-06-03 14:50:19 -07:00
2012-06-04 16:49:43 +02:00
2012-06-21 16:43:28 +02:00
2012-06-19 21:39:50 +02:00
2012-06-26 21:09:39 -07:00
2012-06-30 01:08:00 -07:00
2012-06-12 15:25:46 -07:00
2012-07-11 02:39:24 -07:00
2012-06-30 15:56:40 -07:00
2012-06-18 15:55:21 -07:00
2012-06-04 11:43:00 -04:00
2012-07-01 03:34:50 -07:00
2012-07-01 03:34:50 -07:00
2012-06-20 14:39:35 -07:00
2012-06-08 14:58:13 +09:30
2012-07-05 03:06:44 -07:00
2012-06-16 15:40:02 +02:00
2012-06-16 15:40:02 +02:00
2012-06-22 02:49:52 +02:00
2012-06-29 16:46:06 -07:00
2012-06-04 21:34:30 +02:00
2012-06-18 08:45:16 -04:00
2012-06-05 18:38:47 -04:00
2012-06-26 09:32:28 +02:00
2012-06-26 21:06:11 -07:00
2012-06-20 14:39:36 -07:00
2012-06-13 13:11:39 -07:00
2012-06-06 17:08:00 +02:00
2012-07-09 00:10:56 -07:00
2012-07-12 07:54:46 -07:00
2012-06-07 14:43:55 -07:00
2012-06-13 16:52:40 -07:00
2012-06-11 12:26:15 +08:00
2012-06-05 10:46:40 -07:00
2012-06-06 20:43:28 -07:00
2012-06-06 20:43:28 -07:00
2012-07-10 22:40:13 -07:00
2012-06-08 14:59:29 -07:00
2012-06-15 15:30:15 -07:00
2012-06-04 11:27:40 -04:00
2012-06-13 21:16:42 +02:00
2012-06-04 12:28:45 -07:00
2012-06-15 21:48:14 -07:00
2012-06-22 23:02:22 -07:00
2012-07-11 18:12:59 -07:00
2012-06-02 15:21:43 -07:00
2012-06-21 09:32:16 +01:00
2012-06-11 15:47:21 -03:00