summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb/gs_usb.c
AgeCommit message (Expand)Author
2021-10-24can: gs_usb: use %u to print unsigned valuesMarc Kleine-Budde
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-26can: gs_usb: fix endianess problem with candleLight firmwareMarc Kleine-Budde
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-20can: drivers: add len8_dlc support for various CAN adaptersOliver Hartkopp
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde
2020-01-02can: gs_usb: gs_usb_probe(): use descriptors of current altsettingJohan Hovold
2019-11-04can: gs_usb: gs_can_open(): prevent memory leakNavid Emamdoost
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner
2018-01-15Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub...David S. Miller
2018-01-05can: gs_usb: gs_cmd_reset(): remove unused parameter "struct gs_usb *gsusb"Marc Kleine-Budde
2018-01-04can: gs_usb: fix return value of the "set_bittiming" callbackWolfgang Grandegger
2017-10-19can: gs_usb: fix busy loop if no more TX context is availableWolfgang Grandegger
2017-06-09can: gs_usb: fix memory leak in gs_cmd_reset()Marc Kleine-Budde
2017-04-25net: can: usb: gs_usb: Fix buffer on stackMaksim Salau
2017-03-03can: gs_usb: fix coding styleEthan Zonca
2017-03-03can: gs_usb: Don't use stack memory for USB transfersEthan Zonca
2016-08-13net: can: usb: gs_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-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-02-26can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()Maximilain Schneider
2015-08-20can: gs_usb: Fix typo in function nameNik Nyby
2015-03-22can: gs_usb: check for kzalloc allocation failureColin Ian King
2014-11-18can: gs_usb: add .ndo_change_mtu functionMarc Kleine-Budde
2014-05-21can: gs_usb: gs_destroy_candev(): fix use after freeMarc Kleine-Budde
2014-05-19can: gs_usb: Added support for the GS_USB CAN devicesMaximilian Schneider