summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb (follow)
Commit message (Expand)AuthorAge
* can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman2022-01-27
* can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde2022-01-27
* can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson2021-12-29
* can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...Stephane Grosjean2021-10-27
* can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...Stefan Mätje2021-09-03
* can: esd_usb2: fix memory leakPavel Skripkin2021-08-04
* can: ems_usb: fix memory leakPavel Skripkin2021-08-04
* can: usb_8dev: fix memory leakPavel Skripkin2021-08-04
* net: can: ems_usb: fix use-after-free in ems_usb_disconnect()Pavel Skripkin2021-07-20
* drivers: net: fix memory leak in peak_usb_create_devPavel Skripkin2021-04-16
* can: peak_usb: fix potential integer overflow on shift of a intColin Ian King2020-11-24
* can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrappingStephane Grosjean2020-11-18
* can: peak_usb: add range checking in decode operationsDan Carpenter2020-11-18
* can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devicesXiaolong Huang2020-06-20
* can: gs_usb: gs_usb_probe(): use descriptors of current altsettingJohan Hovold2020-01-14
* can: peak_usb: report bus recovery as wellJeroen Hofstee2019-12-05
* can: peak_usb: fix slab info leakJohan Hovold2019-11-12
* can: gs_usb: gs_can_open(): prevent memory leakNavid Emamdoost2019-11-12
* can: peak_usb: fix a potential out-of-sync while decoding packetsStephane Grosjean2019-11-12
* can: usb_8dev: fix use-after-free on disconnectJohan Hovold2019-11-12
* can: peak_usb: force the string buffer NULL-terminatedWang Xiayang2019-09-06
* can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devicesTomas Bortoli2019-08-25
* can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devicesTomas Bortoli2019-08-25
* can: peak_usb: fix potential double kfree_skb()Stephane Grosjean2019-08-25
* can: ems_usb: Fix memory leak on ems_usb_disconnect()Anton Vasilyev2018-08-06
* can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()Jimmy Assarsson2018-05-16
* can: peak: fix potential bug in packet fragmentationStephane Grosjean2018-01-23
* can: gs_usb: fix return value of the "set_bittiming" callbackWolfgang Grandegger2018-01-17
* can: usb_8dev: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-16
* can: esd_usb2: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-16
* can: ems_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-16
* can: kvaser_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-16
* can: kvaser_usb: ratelimit errors if incomplete messages are receivedJimmy Assarsson2017-12-16
* can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback()Jimmy Assarsson2017-12-16
* can: kvaser_usb: free buf in error pathsJimmy Assarsson2017-12-16
* can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messagesJimmy Assarsson2017-11-02
* can: kvaser_usb: Correct return value in printoutJimmy Assarsson2017-11-02
* can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje2017-10-27
* can: gs_usb: fix busy loop if no more TX context is availableWolfgang Grandegger2017-10-27
* can: gs_usb: fix memory leak in gs_cmd_reset()Marc Kleine-Budde2017-06-26
* can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde2017-03-12
* can: peak: fix bad memory access and free sequence추지호2016-12-15
* can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()Maximilain Schneider2016-03-16
* can: ems_usb: Fix possible tx overflowGerhard Uttenthaler2016-03-03
* can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp2015-11-23
* can: fix assignment of error location in CAN error messagesOliver Hartkopp2015-11-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-27
|\
| * can: pcan_usb: don't provide CAN FD bittimings by non-FD adaptersMarc Kleine-Budde2015-08-25
* | can: gs_usb: Fix typo in function nameNik Nyby2015-08-20
|/
* can: pcan_usb: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-15