summaryrefslogtreecommitdiffstats
path: root/kernel/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-11-24 21:46:45 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-11-24 21:46:45 +0100
commitcf25c4c50e9996af30499e5b1c3354ab53be7237 (patch)
tree8abd4440c481811ad2eea8692b3323779d9f1820 /kernel/ChangeLog
parentaeb28678e69ab156800bc8b6be47a29896396e84 (diff)
ipset 6.24 releasedv6.24
Diffstat (limited to 'kernel/ChangeLog')
-rw-r--r--kernel/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index 1ca4feb..b218107 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,26 @@
+6.24
+ - netfilter: ipset: small potential read beyond the end of buffer
+ (Dan Carpenter)
+ - Fix parallel resizing and listing of the same set
+ - styles warned by checkpatch.pl fixed
+ - Introduce RCU in all set types instead of rwlock per set
+ (performance tested by Jesper Dangaard Brouer)
+ - Remove rbtree from hash:net,iface in order to run under RCU
+ - Explicitly add padding elements to hash:net,net and hash:net,port,net
+ - Allocate the proper size of memory when /0 networks are supported
+ - Simplify cidr handling for hash:*net* types
+ - Indicate when /0 networks are supported
+ - Kernel API changes in em_ipset.c, support both old and new ones
+ - netfilter: Convert uses of __constant_<foo> to <foo> (Joe Perches)
+ - net: use the new API kvfree() (WANG Cong)
+ - treewide: fix errors in print (Masanari Iida)
+ - netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) (Pablo Neira Ayuso)
+ - Use IS_ENABLED macro and define it if required
+ - Alignment problem between 64bit kernel 32bit userspace fixed
+ (reported by Sven-Haegar Koch)
+ - netfilter: ipset: off by one in ip_set_nfnl_get_byindex()
+ (Dan Carpenter)
+
6.23
- Support updating extensions when the set is full
(fixes bugzilla id #880)