summaryrefslogtreecommitdiffstats
path: root/kernel/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@netfilter.org>2020-11-19 21:34:57 +0100
committerJozsef Kadlecsik <kadlec@netfilter.org>2020-11-19 21:34:57 +0100
commiteee41e3e37714108fe260f94cea2289ecbb390b0 (patch)
treea1656aa1e37dbef0c84c50d2a8081f34d89b6063 /kernel/ChangeLog
parentb3ca4a853cde62acb35f244aab75bcacc542b7ba (diff)
ipset 7.8 releasedv7.8
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Diffstat (limited to 'kernel/ChangeLog')
-rw-r--r--kernel/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index 5abd482..ec0f890 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,13 @@
+7.8
+ - Complete backward compatibility fix for package copy of <linux/jhash.h>
+ - Compatibility: check for kvzalloc() and GFP_KERNEL_ACCOUNT
+ - netfilter: ipset: enable memory accounting for ipset allocations
+ (Vasily Averin)
+ - netfilter: ipset: prevent uninit-value in hash_ip6_add (Eric Dumazet)
+ - Compatibility: use skb_policy() from if_vlan.h if available
+ - Compatibility: Check for the fourth arg of list_for_each_entry_rcu()
+ - Backward compatibility fix for the package copy of <linux/jhash.h>
+
7.7
- Expose the initval hash parameter to userspace
- Add bucketsize parameter to all hash types