From: Hans Schillstrom Date: Thu, 17 May 2012 22:35:46 +0000 (+0000) Subject: netfilter: xt_HMARK: fix endianness and provide consistent hashing X-Git-Tag: v3.5-rc3~22^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1992b169d31f339dc5ea4e9f312567c8cf322a3;p=pandora-kernel.git netfilter: xt_HMARK: fix endianness and provide consistent hashing This patch addresses two issues: a) Fix usage of u32 and __be32 that causes endianess warnings via sparse. b) Ensure consistent hashing in a cluster that is composed of big and little endian systems. Thus, we obtain the same hash mark in an heterogeneous cluster. Reported-by: Dan Carpenter Signed-off-by: Hans Schillstrom Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed