aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-07can: dev: fix nlmsg size calculation in can_get_size()Marc Kleine-Budde1-5/+5
2013-01-28can: rework skb reserved data handlingOliver Hartkopp1-2/+2
2013-01-26can: add private data space for CAN sk_buffsOliver Hartkopp1-1/+7
2013-01-26can: rename LED trigger name on netdev renamesKurt Van Dijck1-0/+5
2013-01-26can: export a safe netdev_priv wrapper for candevKurt Van Dijck1-0/+13
2012-11-29can: Do not call dev_put if restart timer is running upon closeAlexander Stein1-2/+1
2012-07-02can: dev: fix sparse warning for can_restartMarc Kleine-Budde1-1/+1
2012-06-19candev: add/update helpers for CAN FDOliver Hartkopp1-1/+34
2012-04-02can: Stop using NLA_PUT*().David S. Miller1-15/+16
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger1-12/+11
2012-02-03can: dev: let can_get_echo_skb() return dlc of CAN frameMarc Kleine-Budde1-1/+9
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław1-1/+1
2011-09-28candev: allow SJW user setting for bittiming calculationOliver Hartkopp1-1/+13
2011-07-21can: make function can_get_bittiming staticThadeu Lima de Souza Cascardo1-1/+1
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
2010-02-26can: netlink support for bus-error reporting and countersWolfgang Grandegger1-0/+6
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin1-0/+2
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+6
2009-11-13can: add the missing netlink get_xstats_size callbackWolfgang Grandegger1-0/+6
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+17
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman1-1/+1
2009-11-08can: fix WARN_ON dump in net/core/rtnetlink.c:rtmsg_ifinfo()Wolfgang Grandegger1-0/+17
2009-10-20can: provide library functions for skb allocationWolfgang Grandegger1-7/+35
2009-10-13can: make the number of echo skb's configurableWolfgang Grandegger1-6/+26
2009-09-04can: add can_free_echo_skb() for upcoming driversWolfgang Grandegger1-1/+17
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-08-13can: fix oops caused by wrong rtnl newlink usageOliver Hartkopp1-0/+7
2009-07-20can: switch carrier on if device was stopped while in bus-off stateWolfgang Grandegger1-0/+4
2009-07-20can: restart device even if dev_alloc_skb() failsWolfgang Grandegger1-2/+2
2009-06-01can: some fixes and cleanups to the initial device driver interfaceWolfgang Grandegger1-1/+1
2009-05-18can: CAN Network device driver and Netlink interfaceWolfgang Grandegger1-0/+657