summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/esd_usb2.c
Commit message (Expand)AuthorAgeFilesLines
* can/esd_usb2: Rename esd_usb2.c to esd_usb.cFrank Jungclaus2022-06-251-1154/+0
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-4/+2
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-2/+3
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-051-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-2/+2
|\
| * can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...Stefan Mätje2021-08-261-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-1/+15
|\|
| * can: esd_usb2: fix memory leakPavel Skripkin2021-07-301-1/+15
* | can: esd_usb2: use DEVICE_ATTR_RO() helper macroZhen Lei2021-07-251-6/+6
|/
* can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-03-301-2/+2
* can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-01-141-1/+1
* can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol2021-01-141-1/+1
* can: drivers: add len8_dlc support for esd_usb2 CAN adapterStefan Mätje2020-11-201-6/+8
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-8/+8
* can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner2019-05-301-13/+1
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
* can: esd_usb2: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-081-0/+2
* can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje2017-10-191-1/+1
* net: can: usb: esd_usb2: don't print error when allocating urb failsWolfram Sang2016-08-131-3/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp2015-11-231-1/+0
* can: esd_usb2: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-4/+2
* can: esd_usb2: Fix sparse warningsThomas Körper2015-03-221-2/+2
* can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason2015-01-201-0/+1
* can: remove unused variableSudip Mukherjee2014-11-181-2/+0
* can: esd_usb2: fix memory leak on disconnectAlexey Khoroshilov2014-11-181-0/+1
* can: populate netdev::dev_id for udev discriminationChristopher R. Baker2014-03-171-0/+1
* can: Unify MTU settings for CAN interfacesOliver Hartkopp2014-03-171-0/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* net: can: esd_usb2: check index of array before accessingMaximilian Schneider2013-07-191-0/+10
* net: can: esd_usb2: Do not do dma on the stackOlivier Sobrie2013-06-031-51/+76
* can: esd_usb2: remove obsolete variable open_timeMarc Kleine-Budde2012-11-291-10/+0
* can: usb: esd_usb2: Add support for CAN-USB/MicroMatthias Fuchs2012-11-151-6/+25
* can: usb: esd_usb2: Add support for listen-only modeMatthias Fuchs2012-11-151-0/+4
* can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde2012-07-201-1/+1
* can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger2012-02-031-15/+12
* USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-22/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* can: wrong index used in inner looproel kluin2011-03-141-3/+3
* can: Add driver for esd CAN-USB/2 deviceMatthias Fuchs2010-08-031-0/+1132