summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)AuthorFilesLines
2015-02-06can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish1-4/+3
2015-02-06can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish1-2/+10
2015-02-06can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish1-1/+1
2015-02-06can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish1-6/+1
2015-01-27can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish1-3/+4
2015-01-27can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish1-0/+3
2015-01-27can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish1-6/+4
2015-01-16can: peak_usb: fix memset() usageStephane Grosjean1-2/+1
2015-01-16can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean1-7/+10
2014-12-07can: esd_usb2: fix memory leak on disconnectAlexey Khoroshilov1-0/+1
2014-03-07can: kvaser_usb: check number of channels returned by HWOlivier Sobrie1-0/+2
2014-01-10can: peak_usb: fix mem leak in pcan_usb_pro_init()Marc Kleine-Budde1-0/+3
2013-11-29can: kvaser_usb: fix usb endpoints detectionOlivier Sobrie1-7/+13
2013-08-20can: pcan_usb: fix wrong memcpy() bytes lengthStephane Grosjean1-1/+1
2013-06-19can: usb_8dev: unregister netdev before free()ingMarc Kleine-Budde1-1/+4
2013-06-03net: can: peak_usb: Do not do dma on the stackMarc Kleine-Budde2-21/+41
2013-06-03net: can: esd_usb2: Do not do dma on the stackOlivier Sobrie1-51/+76
2013-06-03net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardw...Jonas Peterson1-21/+43
2013-02-09drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-3/+1
2013-02-04can: Remove unnecessary alloc/OOM messagesJoe Perches4-13/+2
2013-01-26can: usb_8dev: add LED trigger supportBernd Krumboeck1-0/+11
2013-01-26can: usb_8dev: Add support for USB2CAN interface from 8 devicesBernd Krumboeck3-0/+1029
2013-01-26can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' blockMarc Kleine-Budde1-1/+1
2012-11-30Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller4-23/+0
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+12
2012-11-29can: pcan_usb_core: remove obsolete variable open_timeMarc Kleine-Budde2-6/+0
2012-11-29can: esd_usb2: remove obsolete variable open_timeMarc Kleine-Budde1-10/+0
2012-11-29can: ems_usb: remove obsolete variable open_timeMarc Kleine-Budde1-7/+0
2012-11-27can: kvaser_usb: Add support for Kvaser CAN/USB devicesOlivier Sobrie3-0/+1657
2012-11-27can: peak_usb: fix hwtstamp assignmentOliver Hartkopp2-4/+12
2012-11-15can: usb: esd_usb2: Add support for CAN-USB/MicroMatthias Fuchs1-6/+25
2012-11-15can: usb: esd_usb2: Add support for listen-only modeMatthias Fuchs1-0/+4
2012-09-22can: usb: peak: rename peak_usb dump_mem functionRandy Dunlap3-9/+9
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde3-3/+3
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-15can: wrong index used in inner looproel kluin1-3/+3
2010-08-04can: Add driver for esd CAN-USB/2 deviceMatthias Fuchs3-0/+1139
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-9/+9
2010-05-21USB: 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