aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/ems_usb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde2022-08-091-1/+1
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+6
* can: ems_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
* can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua2022-03-311-1/+0
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-5/+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
* can: ems_usb: fix memory leakPavel Skripkin2021-07-301-1/+13
* net: can: ems_usb: fix use-after-free in ems_usb_disconnect()Pavel Skripkin2021-06-191-1/+2
* can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-03-301-1/+1
* 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: 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
* can: ems_usb: Fix memory leak on ems_usb_disconnect()Anton Vasilyev2018-07-301-0/+1
* can: ems_usb: improve error reporting for error warning and error passiveMartin Lederhilger2018-01-041-0/+1
* can: ems_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-081-0/+2
* net: can: usb: ems_usb: don't print error when allocating urb failsWolfram Sang2016-08-131-7/+2
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* can: ems_usb: fix coding styleMarc Kleine-Budde2016-02-261-5/+3
* can: ems_usb: Fix possible tx overflowGerhard Uttenthaler2016-02-211-4/+10
* can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp2015-11-231-1/+0
* can: ems_usb: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-4/+2
* can: ems_usb: mark timestamp as little endianMarc Kleine-Budde2015-04-011-2/+2
* can: ems_usb: fix endianess of CAN IDGerhard Uttenthaler2015-04-011-5/+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/+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
* can: ems_usb: fix urb leaks on failure pathsAlexey Khoroshilov2013-12-171-1/+2
* drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-081-3/+1
* can: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-3/+1
* can: ems_usb: remove obsolete variable open_timeMarc Kleine-Budde2012-11-291-7/+0
* 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-34/+23
* can: ems_usb: Improved memory handling on ems_usb_startSebastian Haas2012-02-031-2/+4
* can: ems_usb: Removed double netif_device_detachSebastian Haas2012-02-031-9/+0
* USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-25/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* drivers/net: use __packed annotationEric Dumazet2010-06-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-201-9/+9
|\
| * USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-9/+9
* | drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-4/+0
|/
* can: Fix possible NULL pointer dereference in ems_usb.cHans J. Koch2010-04-211-4/+4
* ems_usb: cleanup: remove uneeded checkDan Carpenter2010-03-071-3/+1
* can: ems_usb: removed duplicated code setting local echo supportThadeu Lima de Souza Cascardo2010-02-041-2/+0
* can: Proper ctrlmode handling for CAN devicesChristian Pellegrin2010-01-151-0/+1
* can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp2010-01-121-0/+3