summaryrefslogtreecommitdiff
path: root/net/can/bcm.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-06can: bcm: check timer values before ktime conversionOliver Hartkopp1-0/+27
2017-04-18can: Fix kernel panic at security_sock_rcv_skbEric Dumazet1-2/+2
2014-01-31can: add destructor for self generated skbsOliver Hartkopp1-2/+2
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2013-05-29net: pass info struct via netdevice notifierJiri Pirko1-2/+2
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-01-29can: rework skb reserved data handlingOliver Hartkopp1-4/+4
2013-01-26can: add private data space for CAN sk_buffsOliver Hartkopp1-3/+9
2012-11-27can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp1-0/+3
2012-10-05sections: fix section conflicts in net/canAndi Kleen1-1/+1
2011-10-18can: remove references to berlios mailinglistMarc Kleine-Budde1-2/+0
2011-09-29can bcm: fix incomplete tx_setup fixOliver Hartkopp1-27/+21
2011-09-29can bcm: fix tx_setup off-by-one errorsOliver Hartkopp1-6/+7
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-24net: convert %p usage to %pKDan Rosenberg1-3/+3
2011-05-05can: make struct can_proto constKurt Van Dijck1-1/+1
2011-04-20can: Add missing socket check in can/bcm release.Dave Jones1-1/+6
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-28can: make struct proto constOliver Hartkopp1-2/+2
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