aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/can/usb/ems_usb.c
AgeCommit message (Expand)Author
2016-03-03can: ems_usb: Fix possible tx overflowGerhard Uttenthaler
2015-11-23can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp
2015-07-15can: ems_usb: don't touch skb after netif_rx()Marc Kleine-Budde
2015-04-01can: ems_usb: mark timestamp as little endianMarc Kleine-Budde
2015-04-01can: ems_usb: fix endianess of CAN IDGerhard Uttenthaler
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason
2014-11-18can: remove unused variableSudip Mukherjee
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-12-17can: ems_usb: fix urb leaks on failure pathsAlexey Khoroshilov
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches
2013-02-04can: Remove unnecessary alloc/OOM messagesJoe Perches
2012-11-29can: ems_usb: remove obsolete variable open_timeMarc Kleine-Budde
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger
2012-02-03can: ems_usb: Improved memory handling on ems_usb_startSebastian Haas
2012-02-03can: ems_usb: Removed double netif_device_detachSebastian Haas
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman
2011-03-31Fix common misspellingsLucas De Marchi
2010-06-03drivers/net: use __packed annotationEric Dumazet
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-04-21can: Fix possible NULL pointer dereference in ems_usb.cHans J. Koch
2010-03-07ems_usb: cleanup: remove uneeded checkDan Carpenter
2010-02-04can: ems_usb: removed duplicated code setting local echo supportThadeu Lima de Souza Cascardo
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin
2010-01-12can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp
2009-12-13can: Fix data length code handling in rx pathOliver Hartkopp
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-06ems_usb: Fix byte order issues on big endian machinesSebastian Haas
2009-10-20can: provide library functions for skb allocationWolfgang Grandegger
2009-10-13can: make the number of echo skb's configurableWolfgang Grandegger
2009-09-21ems_usb: Added support for EMS CPC-USB/ARM7 CAN/USB interfaceSebastian Haas