summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/gs_usb.c
Commit message (Expand)AuthorAgeFilesLines
* can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...Marc Kleine-Budde2023-09-231-2/+3
* can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPEDMarc Kleine-Budde2023-08-111-0/+2
* can: gs_usb: gs_can_open(): fix race dev->can.state conditionMarc Kleine-Budde2022-09-281-2/+2
* can: gs_usb: gs_usb_open/close(): fix memory leakRhett Aultman2022-07-121-2/+21
* can: gs_usb: change active_channels's type from atomic_t to u8Vincent Mailhol2022-03-081-5/+5
* can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman2022-01-161-0/+2
* can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde2022-01-161-1/+2
* can: gs_usb: fix endianess problem with candleLight firmwareMarc Kleine-Budde2020-12-021-61/+70
* can: gs_usb: gs_usb_probe(): use descriptors of current altsettingJohan Hovold2020-01-141-2/+2
* can: gs_usb: gs_can_open(): prevent memory leakNavid Emamdoost2019-11-041-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-051-9/+1
* Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub...David S. Miller2018-01-151-2/+2
|\
| * can: gs_usb: gs_cmd_reset(): remove unused parameter "struct gs_usb *gsusb"Marc Kleine-Budde2018-01-051-2/+2
* | can: gs_usb: fix return value of the "set_bittiming" callbackWolfgang Grandegger2018-01-041-1/+1
|/
* can: gs_usb: fix busy loop if no more TX context is availableWolfgang Grandegger2017-10-191-8/+2
* can: gs_usb: fix memory leak in gs_cmd_reset()Marc Kleine-Budde2017-06-091-0/+2
* net: can: usb: gs_usb: Fix buffer on stackMaksim Salau2017-04-251-5/+12
* can: gs_usb: fix coding styleEthan Zonca2017-03-031-6/+5
* can: gs_usb: Don't use stack memory for USB transfersEthan Zonca2017-03-031-11/+29
* net: can: usb: gs_usb: don't print error when allocating urb failsWolfram Sang2016-08-131-7/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-3/+11
|\
| * can: gs_usb: Add Basic support for the bytewerk.org candleLight interfaceMaximilian Schneider2016-06-201-3/+11
* | can: gs_usb: add ethtool set_phys_id callback to locate physical deviceMaximilian Schneider2016-06-171-31/+85
* | can: gs_usb: codingstyle: introduce use of BIT() + fix indentionMaximilian Schneider2016-06-171-11/+14
|/
* can: gs_usb: modify the usb device table to use only the first usb interfaceMaximilian Schneider2016-05-091-1/+2
* can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()Maximilain Schneider2016-02-261-13/+11
* can: gs_usb: Fix typo in function nameNik Nyby2015-08-201-4/+4
* can: gs_usb: check for kzalloc allocation failureColin Ian King2015-03-221-0/+2
* can: gs_usb: add .ndo_change_mtu functionMarc Kleine-Budde2014-11-181-0/+1
* can: gs_usb: gs_destroy_candev(): fix use after freeMarc Kleine-Budde2014-05-211-1/+1
* can: gs_usb: Added support for the GS_USB CAN devicesMaximilian Schneider2014-05-191-0/+971