summaryrefslogtreecommitdiffstats
path: root/kernel/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-05-31 21:44:47 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-05-31 21:44:47 +0200
commit2c9f4abdfddd8d742d9fb8bb61b369704b647da1 (patch)
tree367fe71cca4a84d6f956e014f90cd3d3f040c333 /kernel/ChangeLog
parent3f83fda46c14e47392ce3bb4d7aef5780a80ac78 (diff)
ipset 6.7 releasedv6.7
Diffstat (limited to 'kernel/ChangeLog')
-rw-r--r--kernel/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index ed23d62..b74de49 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,11 @@
+6.7
+ - Whitespace and coding fixes, detected by checkpatch.pl
+ - hash:net,iface type introduced
+ - Use the stored first cidr value instead of '1'
+ - Fix return code for destroy when sets are in use
+ - Add xt_action_param to the variant level kadt functions, ipset API change
+ - Drop supporting kernel versions below 2.6.35
+
6.6
- Use unified from/to address masking and check the usage
- ip_set_flush returned -EPROTO instead of -IPSET_ERR_PROTOCOL, fixed