summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb/usb_8dev.c
AgeCommit message (Expand)Author
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol
2022-07-26can: ubs_8dev: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol
2022-07-20can: usb_8dev: do not report txerr and rxerr during bus-offVincent Mailhol
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp
2022-03-31can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol
2022-01-05can: usb_8dev: remove unused member echo_skb from struct usb_8dev_privMarc Kleine-Budde
2021-07-30can: usb_8dev: fix memory leakPavel Skripkin
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol
2020-11-20can: drivers: add len8_dlc support for various CAN adaptersOliver Hartkopp
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde
2019-11-04can: usb_8dev: fix use-after-free on disconnectJohan Hovold
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 412Thomas Gleixner
2017-12-08can: usb_8dev: cancel urb on -EPIPE and -EPROTOMartin Kelly
2017-03-03can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde
2016-08-13net: can: usb: usb_8dev: don't print error when allocating urb failsWolfram Sang
2015-11-23can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp
2015-11-23can: fix assignment of error location in CAN error messagesOliver Hartkopp
2015-07-15can: usb_8dev: don't touch skb after netif_rx()Marc Kleine-Budde
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason
2014-04-01Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-ca...David S. Miller
2014-04-01can: usb_8dev: Fix memory leak in usb_8dev_start_xmitBjorn Van Tilt
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-07-19can: usb_8dev: fix urb leak on failure path in usb_8dev_start()Alexey Khoroshilov
2013-06-19can: usb_8dev: unregister netdev before free()ingMarc Kleine-Budde
2013-02-04can: Remove unnecessary alloc/OOM messagesJoe Perches
2013-01-26can: usb_8dev: add LED trigger supportBernd Krumboeck
2013-01-26can: usb_8dev: Add support for USB2CAN interface from 8 devicesBernd Krumboeck