summaryrefslogtreecommitdiffstats
path: root/net/can
AgeCommit message (Expand)AuthorLines
2012-07-10can: gw: Remove pointless castsThomas Graf-4/+2
2012-07-10can: gw: Properly fill the netlink header when responding to RTM_GETROUTEThomas Graf-3/+7
2012-07-10can: gw: Use nla_policy to validate netlink attributesThomas Graf-24/+23
2012-07-10can: gw: Don't bump nlmsg_len manuallyThomas Graf-26/+1
2012-07-02can: fix sparse warning in af_can.cOliver Hartkopp-3/+3
2012-06-19canfd: add support for CAN FD in CAN_RAW socketsOliver Hartkopp-4/+46
2012-06-19canfd: add support for CAN FD in PF_CAN coreOliver Hartkopp-27/+82
2012-06-19canfd: add new data structures and constantsOliver Hartkopp-0/+7
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+0
2012-06-15net: remove skb_orphan_try()Eric Dumazet-3/+0
2012-05-23can: update documentation wording error frames -> error messagesOliver Hartkopp-5/+5
2012-04-16can: fix sparse warning for cgw_listDaniel Baluta-1/+1
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde-12/+0
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller-29/+24
2011-09-29can bcm: fix incomplete tx_setup fixOliver Hartkopp-27/+21
2011-09-29can bcm: fix tx_setup off-by-one errorsOliver Hartkopp-6/+7
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller-1/+1
2011-09-16can-gw: add netlink based CAN routingOliver Hartkopp-0/+973
2011-09-15net/can/af_can.c: Change del_timer to del_timer_syncrajan.aggarwal85@gmail.com-1/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger-2/+2
2011-06-17net/can: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies-2/+3
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan-0/+1
2011-05-26can: convert to %pK for kptr_restrict supportOliver Hartkopp-4/+3
2011-05-24net: convert %p usage to %pKDan Rosenberg-3/+3
2011-05-04can: rename can_try_module_get to can_get_protoKurt Van Dijck-4/+9
2011-05-04can: make struct can_proto constKurt Van Dijck-8/+8
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+12
2011-04-20can: add missing socket check in can/raw releaseOliver Hartkopp-1/+6
2011-04-19can: Add missing socket check in can/bcm release.Dave Jones-1/+6
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2011-04-06can: convert protocol handling to RCUOliver Hartkopp-20/+32
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-27can: make struct proto constOliver Hartkopp-10/+7
2011-01-15can: test size of struct sockaddr in sendmsgKurt Van Dijck-0/+6
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+2
2010-12-31CAN: Use inode instead of kernel address for /proc fileDan Rosenberg-2/+2
2010-11-22Net: can: Makefile: Remove deprecated kbuild goal definitionsTracey Dent-3/+3
2010-11-12can-bcm: fix minor heap overflowOliver Hartkopp-1/+1
2010-10-21can-raw: add msg_flags to distinguish local trafficOliver Hartkopp-3/+30
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp-2/+2
2010-08-11can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp-14/+27
2010-08-03can-raw: Fix skb_orphan_try handlingOliver Hartkopp-0/+4
2010-05-31net/can: Use memdup_userJulia Lawall-8/+3
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches-2/+0
2010-04-13can: avoids a false warningEric Dumazet-1/+1
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-0/+3
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+2
2010-02-02can: deny filterlist access on non-CAN interfacesOliver Hartkopp-0/+6
2010-01-03can: Speed up CAN frame receiption by using ml_privOliver Hartkopp-119/+96