From: Oliver Hartkopp Date: Fri, 25 Dec 2009 06:47:47 +0000 (+0000) Subject: can: Speed up CAN frame receiption by using ml_priv X-Git-Tag: v2.6.34-rc1~233^2~679 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20dd3850bcf860561496827b711fa10fecf6e787;p=pandora-kernel.git can: Speed up CAN frame receiption by using ml_priv this patch removes the hlist that contains the CAN receiver filter lists. It uses the 'midlayer private' pointer ml_priv and links the filters directly to the CAN netdevice, which allows to omit the walk through the complete CAN devices hlist for each received CAN frame. This patch is tested and does not remove any locking. Signed-off-by: Oliver Hartkopp Signed-off-by: David S. Miller --- Reading git-diff-tree failed