summaryrefslogtreecommitdiff
path: root/net/can/raw.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-06can: omit unneeded skb_clone() callsOliver Hartkopp1-7/+8
2008-12-15can: merge error pathsIlpo Järvinen1-10/+12
2008-07-20netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-06can: add sanity checksOliver Hartkopp1-0/+3
2008-04-28can: Fix copy_from_user() results interpretationSam Ravnborg1-11/+10
2008-04-25net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov1-1/+2
2008-03-25[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-02-08[CAN]: Minor clean-upsUrs Thuermann1-15/+9
2008-01-29[CAN]: Add raw protocolOliver Hartkopp1-0/+763