aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/bcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-10CAN: use dev_get_by_index_rcustephen hemminger1-3/+3
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+12
2009-11-08can: should not use __dev_get_by_index() without locksEric Dumazet1-7/+12
2009-11-05net: drop capability from protocol definitionsEric Paris1-1/+0
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-08-29can: switch to seq_fileAlexey Dobriyan1-49/+36
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-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-4/+0
2009-01-14can: fix slowpath issue in hrtimer callback functionOliver Hartkopp1-27/+30
2009-01-06can: omit unneeded skb_clone() callsOliver Hartkopp1-7/+5
2009-01-04can: update can-bcm for hrtimer hardirq callbacksOliver Hartkopp1-83/+125
2008-12-03can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp1-3/+4
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-05can: add sanity checksOliver Hartkopp1-4/+19
2008-05-03hrtimer: remove duplicate helper functionOliver Hartkopp1-6/+0
2008-04-15CAN: use hrtimers in can-bcm protocolOliver Hartkopp1-121/+130
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-01-28[CAN]: Add broadcast manager (bcm) protocolOliver Hartkopp1-0/+1561