From: Tom Herbert Date: Tue, 28 Jul 2015 23:02:05 +0000 (-0700) Subject: net: Set sk_txhash from a random number X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~272^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=877d1f6291f8e391237e324be58479a3e3a7407c;p=pandora-kernel.git net: Set sk_txhash from a random number This patch creates sk_set_txhash and eliminates protocol specific inet_set_txhash and ip6_set_txhash. sk_set_txhash simply sets a random number instead of performing flow dissection. sk_set_txash is also allowed to be called multiple times for the same socket, we'll need this when redoing the hash for negative routing advice. Signed-off-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed