| commit | 1b50b8a371e90a5e110f466e4ac02cf6b5f681de | [log] [tgz] |
|---|---|---|
| author | Jan Engelhardt <[email protected]> | Sat Jul 07 22:20:36 2007 -0700 |
| committer | David S. Miller <[email protected]> | Tue Jul 10 22:17:13 2007 -0700 |
| tree | edf2513fbfd707a089691487c007c142417ad3a1 | |
| parent | f4a607bfae30d15aad46e75d2ed7a39f7ce7708b [diff] |
[NETFILTER]: Add u32 match
Along comes... xt_u32, a revamped ipt_u32 from POM-NG,
Plus:
* 2007-06-02: added ipv6 support
* 2007-06-05: uses kmalloc for the big buffer
* 2007-06-05: added inversion
* 2007-06-20: use skb_copy_bits() and get rid of the big buffer
and lock (suggested by Pablo Neira Ayuso)
Signed-off-by: Jan Engelhardt <[email protected]>
Signed-off-by: Patrick McHardy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>