aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/raw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-05net: drop capability from protocol definitionsEric Paris1-1/+0
2009-10-29net: Cleanup redundant tests on unsignedroel kluin1-2/+0
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-08-09can: Fix raw_getname() leakEric Dumazet1-0/+1
2009-07-15net/can: add module alias to can protocol driversLothar Waßmann1-0/+1
2009-07-15net/can bugfix: use after free bug in can protocol driversLothar Waßmann1-0/+3
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