From: Oliver Hartkopp Date: Wed, 2 Apr 2014 18:25:26 +0000 (+0200) Subject: can: add hash based access to single EFF frame filters X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~188^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c700291aee5170185bf5d1c2a494b1e3fe0883;p=pandora-kernel.git can: add hash based access to single EFF frame filters In contrast to the direct access to the single SFF frame filters (which are indexed by the SFF CAN ID itself) the single EFF frame filters are arranged in a single linked hlist. To reduce the hlist traversal in the case of many filter subscriptions a hash based access is introduced for single EFF filters. Signed-off-by: Oliver Hartkopp Signed-off-by: Marc Kleine-Budde --- Reading git-diff-tree failed