aboutsummaryrefslogtreecommitdiff
path: root/net/can/bcm.c
AgeCommit message (Expand)Author
2011-05-09can: Add missing socket check in can/bcm release.Dave Jones
2011-01-15can: test size of struct sockaddr in sendmsgKurt Van Dijck
2010-12-31CAN: Use inode instead of kernel address for /proc fileDan Rosenberg
2010-11-12can-bcm: fix minor heap overflowOliver Hartkopp
2010-08-11can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-10CAN: use dev_get_by_index_rcustephen hemminger
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-08can: should not use __dev_get_by_index() without locksEric Dumazet
2009-11-05net: drop capability from protocol definitionsEric Paris
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-08-29can: switch to seq_fileAlexey Dobriyan
2009-07-15net/can: add module alias to can protocol driversLothar Waßmann
2009-07-15net/can bugfix: use after free bug in can protocol driversLothar Waßmann
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-01-14can: fix slowpath issue in hrtimer callback functionOliver Hartkopp
2009-01-06can: omit unneeded skb_clone() callsOliver Hartkopp
2009-01-04can: update can-bcm for hrtimer hardirq callbacksOliver Hartkopp
2008-12-03can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-07-05can: add sanity checksOliver Hartkopp
2008-05-03hrtimer: remove duplicate helper functionOliver Hartkopp
2008-04-15CAN: use hrtimers in can-bcm protocolOliver Hartkopp
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-01-28[CAN]: Add broadcast manager (bcm) protocolOliver Hartkopp