]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
Use the new hash really.
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 11 Feb 2009 13:00:35 +0000 (14:00 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 11 Feb 2009 13:00:35 +0000 (14:00 +0100)
References to the old include file replaced with new one in order to
really use the new Jenkins' hash function.

kernel/ChangeLog
kernel/ip_set.c
kernel/ip_set_iphash.c
kernel/ip_set_ipporthash.c
kernel/ip_set_ipportiphash.c
kernel/ip_set_ipportnethash.c
kernel/ip_set_nethash.c

index 1ed0fbb79998c17f57a29b40fcdd4fcdc5108f68..1c6e650cb941560479881ff1af9a4931f13c0cbb 100644 (file)
@@ -1,3 +1,7 @@
+2.4.9
+  - References to the old include file replaced with new one in order to
+    really use the new Jenkins' hash function.
+
 2.4.8
   - The Jenkins' hash lookup2() replaced with Jenkins' faster/better lookup3()
     hash function.
index f60a63e05b348791cc9b0158e8f8b0f2f7194f3b..f52647fe57ff3c7bb19d84a4bd01ee8e51c2ac86 100644 (file)
@@ -19,7 +19,7 @@
 #include <linux/ip.h>
 #include <linux/skbuff.h>
 #include <linux/random.h>
-#include <linux/jhash.h>
+#include <linux/netfilter_ipv4/ip_set_jhash.h>
 #include <linux/errno.h>
 #include <linux/capability.h>
 #include <asm/uaccess.h>
index b1bccc14e11672479e9fb359cb2cfb9e44fe6326..aac3eec7787d9390bfc110ce73194532b0bef520 100644 (file)
@@ -11,7 +11,7 @@
 #include <linux/moduleparam.h>
 #include <linux/ip.h>
 #include <linux/skbuff.h>
-#include <linux/jhash.h>
+#include <linux/netfilter_ipv4/ip_set_jhash.h>
 #include <linux/errno.h>
 #include <asm/uaccess.h>
 #include <asm/bitops.h>
index 23528582242316394f45eb7341ea91c6fd17e505..c41c0a8b4e2ae6e43559d3d6b9f53c66b210d428 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/tcp.h>
 #include <linux/udp.h>
 #include <linux/skbuff.h>
-#include <linux/jhash.h>
+#include <linux/netfilter_ipv4/ip_set_jhash.h>
 #include <linux/errno.h>
 #include <asm/uaccess.h>
 #include <asm/bitops.h>
index e0725d9706c27a928393291e1886832d8c2a559a..166bec4d3e81a075e34f4ef19f87aa5390f39536 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/tcp.h>
 #include <linux/udp.h>
 #include <linux/skbuff.h>
-#include <linux/jhash.h>
+#include <linux/netfilter_ipv4/ip_set_jhash.h>
 #include <linux/errno.h>
 #include <asm/uaccess.h>
 #include <asm/bitops.h>
index 267370a267ddcc3420ceff161667a6f234f4007a..fe36c589d9713e0a0220464635066c929930a6a9 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/tcp.h>
 #include <linux/udp.h>
 #include <linux/skbuff.h>
-#include <linux/jhash.h>
+#include <linux/netfilter_ipv4/ip_set_jhash.h>
 #include <linux/errno.h>
 #include <asm/uaccess.h>
 #include <asm/bitops.h>
index 268fe6a74595c31652e262392d85728816b6b5d4..27267d9da07f69cb4af5c4cc9107e508491f2216 100644 (file)
@@ -11,7 +11,7 @@
 #include <linux/moduleparam.h>
 #include <linux/ip.h>
 #include <linux/skbuff.h>
-#include <linux/jhash.h>
+#include <linux/netfilter_ipv4/ip_set_jhash.h>
 #include <linux/errno.h>
 #include <asm/uaccess.h>
 #include <asm/bitops.h>