index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
usb
/
kvaser_usb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: kvaser_usb: Add len8_dlc support
Carsten Schmidt
2023-05-22
3
-8
/
+13
*
kvaser_usb: convert USB IDs to hexadecimal values
Oliver Hartkopp
2023-04-04
1
-51
/
+51
*
can: kvaser_usb: hydra: help gcc-13 to figure out cmd_len
Marc Kleine-Budde
2022-12-19
1
-9
/
+24
*
can: kvaser_usb: kvaser_usb_set_{,data}bittiming(): remove empty lines in var...
Marc Kleine-Budde
2022-12-10
1
-2
/
+0
*
can: kvaser_usb: kvaser_usb_set_bittiming(): fix redundant initialization war...
Marc Kleine-Budde
2022-12-10
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-11
1
-1
/
+1
|
\
|
*
can: dev: fix skb drop check
Oliver Hartkopp
2022-11-07
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-28
2
-4
/
+4
|
\
|
|
*
can: kvaser_usb: Fix possible completions during init_completion
Anssi Hannula
2022-10-27
2
-4
/
+4
*
|
can: kvaser_usb: Compare requested bittiming parameters with actual parameter...
Jimmy Assarsson
2022-10-26
4
-41
/
+284
*
|
can: kvaser_usb: Add struct kvaser_usb_busparams
Jimmy Assarsson
2022-10-26
3
-31
/
+27
*
|
can: kvaser_usb_leaf: Fix bogus restart events
Anssi Hannula
2022-10-26
1
-3
/
+3
*
|
can: kvaser_usb_leaf: Ignore stale bus-off after start
Anssi Hannula
2022-10-26
1
-1
/
+30
*
|
can: kvaser_usb_leaf: Fix wrong CAN state after stopping
Anssi Hannula
2022-10-26
1
-0
/
+4
*
|
can: kvaser_usb_leaf: Fix improved state not being reported
Anssi Hannula
2022-10-26
3
-3
/
+81
*
|
can: kvaser_usb_leaf: Set Warning state even without bus errors
Anssi Hannula
2022-10-26
1
-12
/
+8
*
|
can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENT
Jimmy Assarsson
2022-10-26
1
-0
/
+99
*
|
can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {le...
Jimmy Assarsson
2022-10-26
1
-19
/
+19
*
|
can: kvaser_usb: kvaser_usb_leaf: Get capabilities from device
Jimmy Assarsson
2022-10-26
1
-1
/
+143
*
|
can: kvaser_usb: Remove -Warray-bounds exception
Kees Cook
2022-10-19
1
-5
/
+0
|
/
*
can: kvaser_usb_leaf: Fix CAN state after restart
Anssi Hannula
2022-10-11
1
-0
/
+2
*
can: kvaser_usb_leaf: Fix TX queue out of sync after restart
Anssi Hannula
2022-10-11
3
-1
/
+5
*
can: kvaser_usb: Fix use of uninitialized completion
Anssi Hannula
2022-10-11
2
-1
/
+2
*
can: kvaser_usb_leaf: Fix overread with an invalid command
Anssi Hannula
2022-10-11
1
-0
/
+75
*
can: kvaser_usb: kvaser_usb_hydra: Use kzalloc for allocating only one element
Kenneth Lee
2022-09-05
1
-10
/
+10
*
can: kvaser_usb: advertise timestamping capabilities and add ioctl support
Vincent Mailhol
2022-07-28
2
-2
/
+26
*
can: kvaser_usb: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
2022-07-26
1
-1
/
+1
*
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
2022-07-20
2
-0
/
+3
*
can: kvaser_usb_leaf: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-07-20
1
-2
/
+4
*
can: kvaser_usb_hydra: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-07-20
1
-4
/
+8
*
can: kvaser_usb: kvaser_usb_leaf: fix bittiming limits
Jimmy Assarsson
2022-07-04
3
-35
/
+47
*
can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regression
Jimmy Assarsson
2022-07-04
3
-21
/
+38
*
can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_info
Jimmy Assarsson
2022-07-04
3
-148
/
+172
*
can: kvaser_usb: silence a GCC 12 -Warray-bounds warning
Jakub Kicinski
2022-05-23
1
-0
/
+5
*
can: kvaser_usb: kvaser_usb_send_cmd(): remove redundant variable actual_len
Marc Kleine-Budde
2022-02-24
1
-3
/
+1
*
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
4
-34
/
+28
*
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
2
-7
/
+12
*
can: kvaser_usb: do not increase tx statistics when sending error message frames
Vincent Mailhol
2022-01-05
1
-1
/
+6
*
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
2022-01-05
3
-14
/
+0
*
can: kvaser_usb: make use of units.h in assignment of frequency
Jimmy Assarsson
2022-01-05
2
-7
/
+9
*
can: kvaser_usb: get CAN clock frequency from device
Jimmy Assarsson
2021-12-09
1
-28
/
+73
*
can: kvaser_usb: Add new Kvaser hydra devices
Jimmy Assarsson
2021-05-27
1
-1
/
+5
*
can: kvaser_usb: Rename define USB_HYBRID_{,PRO_}CANLIN_PRODUCT_ID
Jimmy Assarsson
2021-05-27
1
-4
/
+4
*
can: dev: can_free_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-03-30
1
-1
/
+1
*
can: kvaser_usb: Add support for USBcan Pro 4xHS
Jimmy Assarsson
2021-03-16
1
-1
/
+3
*
can: dev: can_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
2
-2
/
+2
*
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
2021-01-14
1
-1
/
+1
*
can: kvaser_usb: Add new Kvaser hydra devices
Jimmy Assarsson
2020-11-20
1
-1
/
+7
*
can: kvaser_usb: kvaser_usb_hydra: Add support for new device variant
Christer Beskow
2020-11-20
1
-0
/
+37
*
can: kvaser_usb: Add new Kvaser Leaf v2 devices
Jimmy Assarsson
2020-11-20
1
-1
/
+7
[next]