aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/esd_usb2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-25can/esd_usb2: Rename esd_usb2.c to esd_usb.cFrank Jungclaus1-1154/+0
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-4/+2
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-2/+3
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol1-2/+0
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-08-26can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX and TX error countersStefan Mätje1-2/+2
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+15
2021-07-30can: esd_usb2: fix memory leakPavel Skripkin1-1/+15
2021-07-25can: esd_usb2: use DEVICE_ATTR_RO() helper macroZhen Lei1-6/+6
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-2/+2
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol1-1/+1
2020-11-20can: drivers: add len8_dlc support for esd_usb2 CAN adapterStefan Mätje1-6/+8
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-8/+8
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner1-13/+1
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-3/+3
2017-12-08can: esd_usb2: cancel urb on -EPIPE and -EPROTOMartin Kelly1-0/+2
2017-10-19can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje1-1/+1
2016-08-13net: can: usb: esd_usb2: don't print error when allocating urb failsWolfram Sang1-3/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2015-11-23can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp1-1/+0
2015-07-15can: esd_usb2: don't touch skb after netif_rx()Marc Kleine-Budde1-4/+2
2015-03-22can: esd_usb2: Fix sparse warningsThomas Körper1-2/+2
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason1-0/+1
2014-11-18can: remove unused variableSudip Mukherjee1-2/+0
2014-11-18can: esd_usb2: fix memory leak on disconnectAlexey Khoroshilov1-0/+1
2014-03-17can: populate netdev::dev_id for udev discriminationChristopher R. Baker1-0/+1
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp1-0/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-19net: can: esd_usb2: check index of array before accessingMaximilian Schneider1-0/+10
2013-06-03net: can: esd_usb2: Do not do dma on the stackOlivier Sobrie1-51/+76
2012-11-29can: esd_usb2: remove obsolete variable open_timeMarc Kleine-Budde1-10/+0
2012-11-15can: usb: esd_usb2: Add support for CAN-USB/MicroMatthias Fuchs1-6/+25
2012-11-15can: usb: esd_usb2: Add support for listen-only modeMatthias Fuchs1-0/+4
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde1-1/+1
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger1-15/+12
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-22/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-14can: wrong index used in inner looproel kluin1-3/+3
2010-08-03can: Add driver for esd CAN-USB/2 deviceMatthias Fuchs1-0/+1132