aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/can/dev.c
AgeCommit message (Expand)Author
2014-03-06can: add destructor for self generated skbsOliver Hartkopp
2013-11-04can: dev: fix nlmsg size calculation in can_get_size()Marc Kleine-Budde
2013-01-28can: rework skb reserved data handlingOliver Hartkopp
2013-01-26can: add private data space for CAN sk_buffsOliver Hartkopp
2013-01-26can: rename LED trigger name on netdev renamesKurt Van Dijck
2013-01-26can: export a safe netdev_priv wrapper for candevKurt Van Dijck
2012-11-29can: Do not call dev_put if restart timer is running upon closeAlexander Stein
2012-07-02can: dev: fix sparse warning for can_restartMarc Kleine-Budde
2012-06-19candev: add/update helpers for CAN FDOliver Hartkopp
2012-04-02can: Stop using NLA_PUT*().David S. Miller
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger
2012-02-03can: dev: let can_get_echo_skb() return dlc of CAN frameMarc Kleine-Budde
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław
2011-09-28candev: allow SJW user setting for bittiming calculationOliver Hartkopp
2011-07-21can: make function can_get_bittiming staticThadeu Lima de Souza Cascardo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26can: netlink support for bus-error reporting and countersWolfgang Grandegger
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-13can: add the missing netlink get_xstats_size callbackWolfgang Grandegger
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman
2009-11-08can: fix WARN_ON dump in net/core/rtnetlink.c:rtmsg_ifinfo()Wolfgang Grandegger
2009-10-20can: provide library functions for skb allocationWolfgang Grandegger
2009-10-13can: make the number of echo skb's configurableWolfgang Grandegger
2009-09-04can: add can_free_echo_skb() for upcoming driversWolfgang Grandegger
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet
2009-08-13can: fix oops caused by wrong rtnl newlink usageOliver Hartkopp
2009-07-20can: switch carrier on if device was stopped while in bus-off stateWolfgang Grandegger
2009-07-20can: restart device even if dev_alloc_skb() failsWolfgang Grandegger
2009-06-01can: some fixes and cleanups to the initial device driver interfaceWolfgang Grandegger
2009-05-18can: CAN Network device driver and Netlink interfaceWolfgang Grandegger