summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)Author
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
2015-08-25can: pcan_usb: don't provide CAN FD bittimings by non-FD adaptersMarc Kleine-Budde
2015-08-20can: gs_usb: Fix typo in function nameNik Nyby
2015-07-15can: pcan_usb: don't touch skb after netif_rx()Marc Kleine-Budde
2015-07-15can: usb_8dev: don't touch skb after netif_rx()Marc Kleine-Budde
2015-07-15can: ems_usb: don't touch skb after netif_rx()Marc Kleine-Budde
2015-07-15can: esd_usb2: don't touch skb after netif_rx()Marc Kleine-Budde
2015-04-27net:treewide: Fix typo in drivers/netMasanari Iida
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-01can: pcan_usb: pcan_usb_fd_send_cmd(): silence compiler warning about uniniti...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-03-22can: esd_usb2: Fix sparse warningsThomas Körper
2015-03-22can: kvaser_usb: Use can-dev unregistration mechanismAhmed S. Darwish
2015-03-22can: peak_usb_fd: add support for ISO / non-ISO mode switchingStephane Grosjean
2015-03-22can: peak_usb: rename usb option cmds definition and structsStephane Grosjean
2015-03-22can: gs_usb: check for kzalloc allocation failureColin Ian King
2015-03-22can: kvaser_usb: Fix sparse warning __le16 degrades to integerAhmed S. Darwish
2015-03-22can: kvaser_usb: Comply with firmware max tx URBs valueAhmed S. Darwish
2015-03-14can: kvaser_usb: Fix tx queue start/stop race conditionsAhmed S. Darwish
2015-03-09can: kvaser_usb: Read all messages in a bulk-in URB bufferAhmed S. Darwish
2015-03-09can: kvaser_usb: Avoid double free on URB submission failuresAhmed S. Darwish