From: Rostislav Lisovy Date: Wed, 4 Jul 2012 03:32:03 +0000 (+0200) Subject: net: em_canid: Ematch rule to match CAN frames according to their identifiers X-Git-Tag: v3.6-rc1~125^2~269^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f057bbb6f9ed0fb61ea11105c9ef0ed5ac1a354d;p=pandora-kernel.git net: em_canid: Ematch rule to match CAN frames according to their identifiers This ematch makes it possible to classify CAN frames (AF_CAN) according to their identifiers. This functionality can not be easily achieved with existing classifiers, such as u32, because CAN identifier is always stored in native endianness, whereas u32 expects Network byte order. Signed-off-by: Rostislav Lisovy Signed-off-by: Oliver Hartkopp Signed-off-by: Marc Kleine-Budde --- Reading git-diff-tree failed