From: Tom Herbert Date: Mon, 24 Mar 2014 22:34:47 +0000 (-0700) Subject: net: Rename skb->rxhash to skb->hash X-Git-Tag: v3.15-rc1~113^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b905da33ae25edb6b9d2a5de21e34c3a77efe3;p=pandora-kernel.git net: Rename skb->rxhash to skb->hash The packet hash can be considered a property of the packet, not just on RX path. This patch changes name of rxhash and l4_rxhash skbuff fields to be hash and l4_hash respectively. This includes changing uses of the field in the code which don't call the access functions. Signed-off-by: Tom Herbert Signed-off-by: Eric Dumazet Cc: Mahesh Bandewar Signed-off-by: David S. Miller --- Reading git-diff-tree failed