summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-05-24 10:29:06 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-05-24 10:29:06 +0200
commit19e4d9648f64bdcbd4f0555d4ed6be432dd573ff (patch)
tree0561b8e96341c84e18878f73bb98bf88fd2a845c /kernel
parentb38587400e60e932e6d919444e1faee77f977959 (diff)
ipset 6.6 releasedv6.6
Diffstat (limited to 'kernel')
-rw-r--r--kernel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index 2603609..ed23d62 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,12 @@
+6.6
+ - Use unified from/to address masking and check the usage
+ - ip_set_flush returned -EPROTO instead of -IPSET_ERR_PROTOCOL, fixed
+ - Take into account cidr value for the from address when creating the set
+ - Adding ranges to hash types with timeout could still fail, fixed
+ - Removed old, not used hashing method ip_set_chash
+ - Remove variable 'ret' in type_pf_tdel(), which is set but not used
+ - Use proper timeout parameter to jiffies conversion
+
6.5
- Support range for IPv4 at adding/deleting elements for hash:*net* types
- Set type support with multiple revisions added