summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@netfilter.org>2020-09-22 09:31:19 +0200
committerJozsef Kadlecsik <kadlec@netfilter.org>2020-09-22 09:31:19 +0200
commitef8a47ff9922ba7b2f8ecc35caef3594ee2750d3 (patch)
tree03d36c7412ded51dc8f8dabe8102c07403a128e1
parent280fe2d4eecb2a546087fbf28bb45168f96d8d52 (diff)
ipset 7.7 releasedv7.7
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--kernel/ChangeLog22
3 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ecb3d7f..23e14a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+7.7
+ - Expose the initval hash parameter to userspace
+ - Handle all variable header parts in helper scripts instead ot test tasks
+ - Add bucketsize parameter to all hash types
+ - Support the -exist flag with the destroy command
+
7.6
- Add checking system_power_efficient_wq in the kernel source tree
- .gitignore: add temporary files to the list
diff --git a/configure.ac b/configure.ac
index d3a2758..1058315 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Boilerplate
-AC_INIT([ipset], [7.6], [kadlec@netfilter.org])
+AC_INIT([ipset], [7.7], [kadlec@netfilter.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index a853ed4..5abd482 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,25 @@
+7.7
+ - Expose the initval hash parameter to userspace
+ - Add bucketsize parameter to all hash types
+ - Use fallthrough pseudo-keyword in the package copy of <linux/jhash.h> too
+ - Support the -exist flag with the destroy command
+ - netfilter: Use fallthrough pseudo-keyword (Gustavo A. R. Silva)
+ - netfilter: Replace zero-length array with flexible-array member
+ (Gustavo A. R. Silva)
+ - netfilter: ipset: call ip_set_free() instead of kfree() (Eric Dumazet)
+ - netfiler: ipset: fix unaligned atomic access (Russell King)
+ - netfilter: ipset: Fix subcounter update skip (Phil Sutter)
+ - ipset: Update byte and packet counters regardless of whether they match
+ (Stefano Brivio)
+ - netfilter: ipset: Pass lockdep expression to RCU lists (Amol Grover)
+ - ip_set: Fix compatibility with kernels between v3.3 and v4.5
+ (Serhey Popovych)
+ - ip_set: Fix build on kernels without INIT_DEFERRABLE_WORK
+ (Serhey Popovych)
+ - ipset: Support kernels with at least system_wq support
+ - ip_set: Fix build on kernels without system_power_efficient_wq
+ (Serhey Popovych)
+
7.6
- netfilter: ipset: Fix forceadd evaluation path
- netfilter: ipset: Correct the reported memory size