aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/raw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly1-0/+3
2009-01-06can: omit unneeded skb_clone() callsOliver Hartkopp1-7/+8
2008-12-14can: merge error pathsIlpo Järvinen1-10/+12
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-05can: add sanity checksOliver Hartkopp1-0/+3
2008-04-27can: 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-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-02-07[CAN]: Minor clean-upsUrs Thuermann1-15/+9
2008-01-28[CAN]: Add raw protocolOliver Hartkopp1-0/+763