summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2017-02-19 18:52:52 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2017-02-19 18:52:52 +0100
commit816cc57a6f17b7abb8f2958f191ba26a0e21c708 (patch)
tree06c02f7a5a12965d050e585a0552fa63dbadd988 /kernel
parent7077615b17085c8f7f50e4735a5204e8b25b1964 (diff)
ipset 6.31 releasedv6.31
Diffstat (limited to 'kernel')
-rw-r--r--kernel/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index 60b300b..08d04ab 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,11 @@
+6.31
+ - netfilter: ipset: Null pointer exception in ipset list:set
+ (Vishwanath Pai)
+ - Fix bug: sometimes valid entries in hash:* types of sets were evicted
+ (reported by Eric Ewanco)
+ - Correct copyright owner
+ - Revert patch "Correct rcu_dereference_bh_nfnl() usage"
+
6.30
- netfilter: ipset: hash: fix boolreturn.cocci warnings
(Fengguang Wu)