summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)Author
2020-06-20can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devicesXiaolong Huang
2020-01-14can: gs_usb: gs_usb_probe(): use descriptors of current altsettingJohan Hovold
2019-12-05can: peak_usb: report bus recovery as wellJeroen Hofstee
2019-11-12can: peak_usb: fix slab info leakJohan Hovold
2019-11-12can: gs_usb: gs_can_open(): prevent memory leakNavid Emamdoost
2019-11-12can: peak_usb: fix a potential out-of-sync while decoding packetsStephane Grosjean
2019-11-12can: usb_8dev: fix use-after-free on disconnectJohan Hovold
2019-09-06can: peak_usb: force the string buffer NULL-terminatedWang Xiayang
2019-08-25can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devicesTomas Bortoli
2019-08-25can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devicesTomas Bortoli
2019-08-25can: peak_usb: fix potential double kfree_skb()Stephane Grosjean
2018-08-06can: ems_usb: Fix memory leak on ems_usb_disconnect()Anton Vasilyev
2018-05-16can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()Jimmy Assarsson
2018-01-23can: peak: fix potential bug in packet fragmentationStephane Grosjean
2018-01-17can: gs_usb: fix return value of the "set_bittiming" callbackWolfgang Grandegger
2017-12-16can: usb_8dev: cancel urb on -EPIPE and -EPROTOMartin Kelly
2017-12-16can: esd_usb2: cancel urb on -EPIPE and -EPROTOMartin Kelly
2017-12-16can: ems_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly
2017-12-16can: kvaser_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly
2017-12-16can: kvaser_usb: ratelimit errors if incomplete messages are receivedJimmy Assarsson
2017-12-16can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback()Jimmy Assarsson
2017-12-16can: kvaser_usb: free buf in error pathsJimmy Assarsson
2017-11-02can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messagesJimmy Assarsson
2017-11-02can: kvaser_usb: Correct return value in printoutJimmy Assarsson
2017-10-27can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje
2017-10-27can: gs_usb: fix busy loop if no more TX context is availableWolfgang Grandegger
2017-06-26can: gs_usb: fix memory leak in gs_cmd_reset()Marc Kleine-Budde
2017-03-12can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde
2016-12-15can: peak: fix bad memory access and free sequence추지호
2016-03-16can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()Maximilain Schneider
2016-03-03can: 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