summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)Author
2014-08-18net: can: use kbuild magic to inherit debug settingsWolfram Sang
2014-05-21can: gs_usb: gs_destroy_candev(): fix use after freeMarc Kleine-Budde
2014-05-19can: gs_usb: Added support for the GS_USB CAN devicesMaximilian Schneider
2014-04-24can: usb: Kconfig: Improve help for CAN_KVASER_USBOlivier Sobrie
2014-04-24can: kvaser_usb: add support for Kvaser Leaf v2 and usb mini PCIeOlivier Sobrie
2014-04-24can: kvaser_usb: add retries/timeout to kvaser_usb_wait_msg()Olivier Sobrie
2014-04-01Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-ca...David S. Miller
2014-04-01can: usb_8dev: Fix memory leak in usb_8dev_start_xmitBjorn Van Tilt
2014-03-17can: populate netdev::dev_id for udev discriminationChristopher R. Baker
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp
2014-02-12can: kvaser_usb: check number of channels returned by HWOlivier Sobrie
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-17can: peak_usb: fix mem leak in pcan_usb_pro_init()Marc Kleine-Budde
2013-12-17can: ems_usb: fix urb leaks on failure pathsAlexey Khoroshilov
2013-10-31can: kvaser_usb: fix usb endpoints detectionOlivier Sobrie
2013-09-20can: pcan_usb_core: fix memory leak on failure paths in peak_usb_start()Alexey Khoroshilov
2013-08-11can: pcan_usb: fix wrong memcpy() bytes lengthStephane Grosjean
2013-07-19can: usb_8dev: fix urb leak on failure path in usb_8dev_start()Alexey Khoroshilov
2013-07-19net: can: esd_usb2: check index of array before accessingMaximilian Schneider
2013-06-19can: usb_8dev: unregister netdev before free()ingMarc Kleine-Budde
2013-06-03net: can: peak_usb: Do not do dma on the stackMarc Kleine-Budde
2013-06-03net: can: esd_usb2: Do not do dma on the stackOlivier Sobrie
2013-06-03net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardw...Jonas Peterson
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches
2013-02-04can: Remove unnecessary alloc/OOM messagesJoe Perches
2013-01-26can: usb_8dev: add LED trigger supportBernd Krumboeck
2013-01-26can: usb_8dev: Add support for USB2CAN interface from 8 devicesBernd Krumboeck
2013-01-26can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' blockMarc Kleine-Budde
2012-11-30Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-29can: pcan_usb_core: remove obsolete variable open_timeMarc Kleine-Budde
2012-11-29can: esd_usb2: remove obsolete variable open_timeMarc Kleine-Budde
2012-11-29can: ems_usb: remove obsolete variable open_timeMarc Kleine-Budde
2012-11-27can: kvaser_usb: Add support for Kvaser CAN/USB devicesOlivier Sobrie
2012-11-26can: peak_usb: fix hwtstamp assignmentOliver Hartkopp
2012-11-15can: usb: esd_usb2: Add support for CAN-USB/MicroMatthias Fuchs
2012-11-15can: usb: esd_usb2: Add support for listen-only modeMatthias Fuchs
2012-09-21can: usb: peak: rename peak_usb dump_mem functionRandy Dunlap
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde
2012-04-16can: usb: PCAN-USB Pro: fix mem leaks in pcan_usb_pro_init() on error pathsJesper Juhl
2012-03-07can: peak_usb: PCAN-USB specific part: fix little endian usageStephane Grosjean
2012-03-03can: usb: PEAK-System Technik PCAN-USB Pro specific partStephane Grosjean
2012-03-03can: usb: PEAK-System Technik PCAN-USB specific partStephane Grosjean
2012-03-03can: usb: PEAK-System Technik USB adapters driver coreStephane Grosjean
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
2011-03-14can: wrong index used in inner looproel kluin