summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)Author
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-27drivers/net: can: Convert timers to use timer_setup()Kees Cook
2017-10-24can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messagesJimmy Assarsson
2017-10-24can: kvaser_usb: Correct return value in printoutJimmy Assarsson
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-19can: gs_usb: fix busy loop if no more TX context is availableWolfgang Grandegger
2017-10-19can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje
2017-09-21drivers: net: can: usb: use setup_timer() helper.Allen Pais
2017-06-09can: gs_usb: fix memory leak in gs_cmd_reset()Marc Kleine-Budde
2017-06-09can: peak_usb: fix product-id endianness in error messageJohan Hovold
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-25net: can: usb: gs_usb: Fix buffer on stackMaksim Salau
2017-04-25can: usb: Kconfig: Add PCAN-USB X6 device in help textStephane Grosjean
2017-04-25can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean
2017-04-25can: mcba_usb: Add support for Microchip CAN BUS AnalyzerRemigiusz Kołłątaj
2017-04-25can: peak: move header file to new can common subdirStephane Grosjean
2017-04-25can: peak: fix usage of const qualifier in pointers argsStephane Grosjean
2017-04-25can: peak: fix usage of usb specific data typeStephane Grosjean
2017-03-03can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde
2017-03-03can: gs_usb: fix coding styleEthan Zonca
2017-03-03can: gs_usb: Don't use stack memory for USB transfersEthan Zonca
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-08can: peak: fix bad memory access and free sequence추지호
2016-12-03Merge tag 'linux-can-next-for-4.10-20161201' of git://git.kernel.org/pub/scm/...David S. Miller
2016-12-01net: can: usb: kvaser_usb: fix spelling mistake of "outstanding"Colin Ian King
2016-12-01can: peak: Add support for PCAN-USB X6 USB interfaceStephane Grosjean
2016-12-01can: peak: Fix bittiming fields size in bitsStephane Grosjean
2016-08-13net: can: usb: usb_8dev: don't print error when allocating urb failsWolfram Sang
2016-08-13net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb...Wolfram Sang
2016-08-13net: can: usb: kvaser_usb: don't print error when allocating urb failsWolfram Sang
2016-08-13net: can: usb: gs_usb: don't print error when allocating urb failsWolfram Sang
2016-08-13net: can: usb: esd_usb2: don't print error when allocating urb failsWolfram Sang
2016-08-13net: can: usb: ems_usb: don't print error when allocating urb failsWolfram Sang
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-23can: kvaser_usb: Add support for more Kvaser Leaf v2 devicesJimmy Assarsson
2016-06-20can: gs_usb: Add Basic support for the bytewerk.org candleLight interfaceMaximilian Schneider
2016-06-17can: gs_usb: add ethtool set_phys_id callback to locate physical deviceMaximilian Schneider
2016-06-17can: gs_usb: codingstyle: introduce use of BIT() + fix indentionMaximilian Schneider
2016-05-09can: gs_usb: modify the usb device table to use only the first usb interfaceMaximilian Schneider
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-26can: ems_usb: fix coding styleMarc Kleine-Budde
2016-02-26can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()Maximilain Schneider
2016-02-21can: ems_usb: Fix possible tx overflowGerhard Uttenthaler
2015-11-23can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp
2015-11-23can: fix assignment of error location in CAN error messagesOliver Hartkopp
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller