aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/ems_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-07can: dev: fix skb drop checkOliver Hartkopp1-1/+1
2022-08-09can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde1-1/+1
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol1-0/+6
2022-07-26can: ems_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol1-2/+2
2022-03-31can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua1-1/+0
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-5/+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-07-30can: ems_usb: fix memory leakPavel Skripkin1-1/+13
2021-06-19net: can: ems_usb: fix use-after-free in ems_usb_disconnect()Pavel Skripkin1-1/+2
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
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: 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-07-30can: ems_usb: Fix memory leak on ems_usb_disconnect()Anton Vasilyev1-0/+1
2018-01-04can: ems_usb: improve error reporting for error warning and error passiveMartin Lederhilger1-0/+1
2017-12-08can: ems_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly1-0/+2
2016-08-13net: can: usb: ems_usb: don't print error when allocating urb failsWolfram Sang1-7/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-02-26can: ems_usb: fix coding styleMarc Kleine-Budde1-5/+3
2016-02-21can: ems_usb: Fix possible tx overflowGerhard Uttenthaler1-4/+10
2015-11-23can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp1-1/+0
2015-07-15can: ems_usb: don't touch skb after netif_rx()Marc Kleine-Budde1-4/+2
2015-04-01can: ems_usb: mark timestamp as little endianMarc Kleine-Budde1-2/+2
2015-04-01can: ems_usb: fix endianess of CAN IDGerhard Uttenthaler1-5/+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/+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-12-17can: ems_usb: fix urb leaks on failure pathsAlexey Khoroshilov1-1/+2
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-3/+1
2013-02-04can: Remove unnecessary alloc/OOM messagesJoe Perches1-3/+1
2012-11-29can: ems_usb: remove obsolete variable open_timeMarc Kleine-Budde1-7/+0
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-34/+23
2012-02-03can: ems_usb: Improved memory handling on ems_usb_startSebastian Haas1-2/+4
2012-02-03can: ems_usb: Removed double netif_device_detachSebastian Haas1-9/+0
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-25/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-9/+9
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-9/+9
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-4/+0
2010-04-21can: Fix possible NULL pointer dereference in ems_usb.cHans J. Koch1-4/+4
2010-03-07ems_usb: cleanup: remove uneeded checkDan Carpenter1-3/+1
2010-02-04can: ems_usb: removed duplicated code setting local echo supportThadeu Lima de Souza Cascardo1-2/+0
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin1-0/+1
2010-01-12can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp1-0/+3