aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/bcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-24net: convert %p usage to %pKDan Rosenberg1-3/+3
2011-05-04can: make struct can_proto constKurt Van Dijck1-1/+1
2011-04-19can: Add missing socket check in can/bcm release.Dave Jones1-1/+6
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-27can: make struct proto constOliver Hartkopp1-2/+2
2011-01-15can: 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-12can-bcm: fix minor heap overflowOliver Hartkopp1-1/+1
2010-08-11can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp1-14/+27
2010-05-17net: 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-01net: 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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
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