开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
usb
/
gs_usb.c
Age
Commit message (
Expand
)
Author
2021-03-30
can: dev: can_free_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
can: dev: can_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
2020-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-26
can: gs_usb: fix endianess problem with candleLight firmware
Marc Kleine-Budde
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
2020-11-20
can: drivers: add len8_dlc support for various CAN adapters
Oliver Hartkopp
2020-11-20
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
2020-11-20
can: rename get_can_dlc() macro with can_cc_dlc2len()
Oliver Hartkopp
2020-09-21
can: drivers: fix spelling mistakes
Marc Kleine-Budde
2020-01-02
can: gs_usb: gs_usb_probe(): use descriptors of current altsetting
Johan Hovold
2019-11-04
can: gs_usb: gs_can_open(): prevent memory leak
Navid Emamdoost
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285
Thomas Gleixner
2018-01-15
Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub...
David S. Miller
2018-01-05
can: gs_usb: gs_cmd_reset(): remove unused parameter "struct gs_usb *gsusb"
Marc Kleine-Budde
2018-01-04
can: gs_usb: fix return value of the "set_bittiming" callback
Wolfgang Grandegger
2017-10-19
can: gs_usb: fix busy loop if no more TX context is available
Wolfgang Grandegger
2017-06-09
can: gs_usb: fix memory leak in gs_cmd_reset()
Marc Kleine-Budde
2017-04-25
net: can: usb: gs_usb: Fix buffer on stack
Maksim Salau
2017-03-03
can: gs_usb: fix coding style
Ethan Zonca
2017-03-03
can: gs_usb: Don't use stack memory for USB transfers
Ethan Zonca
2016-08-13
net: can: usb: gs_usb: don't print error when allocating urb fails
Wolfram Sang
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-20
can: gs_usb: Add Basic support for the bytewerk.org candleLight interface
Maximilian Schneider
2016-06-17
can: gs_usb: add ethtool set_phys_id callback to locate physical device
Maximilian Schneider
2016-06-17
can: gs_usb: codingstyle: introduce use of BIT() + fix indention
Maximilian Schneider
2016-05-09
can: gs_usb: modify the usb device table to use only the first usb interface
Maximilian Schneider
2016-02-26
can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
Maximilain Schneider
2015-08-20
can: gs_usb: Fix typo in function name
Nik Nyby
2015-03-22
can: gs_usb: check for kzalloc allocation failure
Colin Ian King
2014-11-18
can: gs_usb: add .ndo_change_mtu function
Marc Kleine-Budde
2014-05-21
can: gs_usb: gs_destroy_candev(): fix use after free
Marc Kleine-Budde
2014-05-19
can: gs_usb: Added support for the GS_USB CAN devices
Maximilian Schneider