aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-16can: usb: PCAN-USB Pro: fix mem leaks in pcan_usb_pro_init() on error pathsJesper Juhl1-0/+2
2012-03-07can: peak_usb: PCAN-USB specific part: fix little endian usageStephane Grosjean1-4/+2
2012-03-03can: usb: PEAK-System Technik PCAN-USB Pro specific partStephane Grosjean3-1/+1215
2012-03-03can: usb: PEAK-System Technik PCAN-USB specific partStephane Grosjean2-1/+902
2012-03-03can: usb: PEAK-System Technik USB adapters driver coreStephane Grosjean5-0/+1106
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger2-49/+35
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-Hartman2-47/+2
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-14can: wrong index used in inner looproel kluin1-3/+3
2010-08-03can: Add driver for esd CAN-USB/2 deviceMatthias Fuchs3-0/+1139
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-02-03trivial: remove duplicated "from" in CAN USB EMS Kconfig helpThadeu Lima de Souza Cascardo1-1/+1
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
2009-12-13can: Fix data length code handling in rx pathOliver Hartkopp1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+12
2009-11-13can: Fix driver Kconfig structureOliver Hartkopp2-0/+12
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+4
2009-11-06ems_usb: Fix byte order issues on big endian machinesSebastian Haas1-1/+4
2009-10-20can: provide library functions for skb allocationWolfgang Grandegger1-14/+2
2009-10-13can: make the number of echo skb's configurableWolfgang Grandegger1-2/+2
2009-09-21ems_usb: Added support for EMS CPC-USB/ARM7 CAN/USB interfaceSebastian Haas2-0/+1160