summaryrefslogtreecommitdiff
path: root/net/can/bcm.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-16can: test size of struct sockaddr in sendmsgKurt Van Dijck1-0/+3
2010-12-31CAN: Use inode instead of kernel address for /proc fileDan Rosenberg1-2/+2
2010-11-13can-bcm: fix minor heap overflowOliver Hartkopp1-1/+1
2010-08-12can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp1-14/+27
2010-05-18net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+3
2010-04-02net: check the length of the socket address passed to connect(2)Changli Gao1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-11CAN: use dev_get_by_index_rcustephen hemminger1-3/+3
2009-11-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+12
2009-11-08can: should not use __dev_get_by_index() without locksEric Dumazet1-7/+12
2009-11-06net: drop capability from protocol definitionsEric Paris1-1/+0
2009-10-13net: 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-15can: fix slowpath issue in hrtimer callback functionOliver Hartkopp1-27/+30
2009-01-06can: omit unneeded skb_clone() callsOliver Hartkopp1-7/+5
2009-01-05can: update can-bcm for hrtimer hardirq callbacksOliver Hartkopp1-83/+125
2008-12-04can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp1-3/+4
2008-07-20netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-06can: add sanity checksOliver Hartkopp1-4/+19
2008-05-03hrtimer: remove duplicate helper functionOliver Hartkopp1-6/+0
2008-04-16CAN: use hrtimers in can-bcm protocolOliver Hartkopp1-121/+130
2008-03-25[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-01-29[CAN]: Add broadcast manager (bcm) protocolOliver Hartkopp1-0/+1561