Files
linux/net
Oliver Hartkopp 8b64056dac can: deny filterlist access on non-CAN interfaces
In commit 20dd3850bc "can: Speed up CAN frame
receiption by using ml_priv" the formerly used hlist of receiver lists for
each CAN netdevice has been replaced. 

The hlist content ensured only CAN netdevices to be accessed by the
can_rx_(un)register() functions which accidently dropped away together with
the hlist receiver implementation.

This patch re-introduces the check for CAN netdevices in can_rx_(un)register().

Signed-off-by: Oliver Hartkopp <oliver@hartkopp.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-02-02 07:21:34 -08:00
..
2009-12-16 12:16:41 -05:00
2010-01-16 01:04:04 -08:00
2010-01-17 19:16:02 -08:00
2009-11-25 15:14:13 -08:00
2009-12-26 20:38:23 -08:00
2010-01-28 06:31:06 -08:00
2010-01-28 06:31:06 -08:00
2010-01-10 13:27:58 -08:00
2009-12-15 08:53:25 -08:00
2010-01-17 19:16:02 -08:00
2010-01-17 19:16:02 -08:00
2010-01-16 01:04:04 -08:00
2009-11-25 15:14:13 -08:00
2010-01-28 21:27:00 -08:00
2010-01-23 01:21:27 -08:00
2010-01-19 14:23:57 -08:00
2010-01-17 19:16:02 -08:00
2009-07-12 12:22:34 -07:00
2009-12-17 10:51:40 -05:00